Wally Hackenslacker WallyHackenslacker
WallyHackenslacker pushed tag 1.0 to WallyHackenslacker/NibasaViewer 2026-03-28 01:11:25 +00:00
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-28 01:10:42 +00:00
7cc9d1ed17 Add special-gallery back thumbnail and hide sort button for specials
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-28 01:04:24 +00:00
21a3ab40c5 special-gallery: scope image prev/next/back to special galleries; add tests
0e48a5d9bd Removed unused imports.
701845dceb tests: add most-visited/recent and edge-case tests for special galleries
97aa42661a tests: add view-level tests for special galleries (favorites directory and image view)
5f1035a252 special galleries: add tests; make special breadcrumb clickable; highlight active special; hide back only
Compare 6 commits »
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 16:35:08 +00:00
24c1c96f19 Added home and back links to gallery view.
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 16:21:54 +00:00
5a2bea3040 Assorted CSS tweaks for mobile.
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 16:15:22 +00:00
27da3a33d3 Made top bar fit screen borders on mobile.
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 10:08:04 +00:00
ab81a0a97d test: add clear-search URL and template tests
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 09:54:48 +00:00
b8e7a876a7 tests: accept build_query only preserving search (drop sort/theme from gallery link assertions)
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 08:53:45 +00:00
377951efbe Fixed issue with sort and theme keys still being applied as GET parameters.
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 08:51:34 +00:00
aef44b5c14 Fixed issue with sort and theme keys still being applied as GET parameters.
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 08:43:45 +00:00
73b538b698 feat(viewer): persist theme/sort via toggle view; use middleware-provided theme/sort in views and templates
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 08:25:42 +00:00
8719be3227 tests: add UserSettings model and middleware tests; ensure tests create UserSettings defaults
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-25 08:24:55 +00:00
cb57929064 tests: add UserSettings model and middleware tests; ensure tests create UserSettings defaults
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-24 19:39:14 +00:00
13ab55d1d3 Changed Image model path to method.
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-24 19:34:20 +00:00
5ec793b47d Added kate droppings to gitignore.
f658106316 Fixed issue with image links covering all image wrapper area.
Compare 2 commits »
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-24 19:12:49 +00:00
7cc7f04b80 test: update image view tests and add Image model tests
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-24 19:06:55 +00:00
5a6632491a Added model for special galleries.
WallyHackenslacker closed issue WallyHackenslacker/NibasaViewer#14 2026-03-24 04:01:12 +00:00
Update dependencies
WallyHackenslacker closed issue WallyHackenslacker/NibasaViewer#6 2026-03-24 04:00:49 +00:00
Add a sorting select to folder views
WallyHackenslacker pushed to master at WallyHackenslacker/NibasaViewer 2026-03-24 03:55:29 +00:00
77d83c58d1 docs: update README with run/test instructions