aa8e1d1701
refactor(ui): implement base template and shared CSS
...
Introduce a `base.html` template to establish a common structure for all pages using Jinja2 template inheritance. This eliminates redundant HTML boilerplate across multiple files.
Additionally, common CSS rules have been extracted from individual templates and consolidated into a single `static/css/main.css` file. All pages now link to this shared stylesheet.
This refactoring significantly reduces code duplication, improves maintainability, and ensures a consistent user interface.
2025-07-18 13:56:38 +01:00
33404c7a37
keyboard support in the lightbox
2025-06-30 14:28:27 +01:00
eeb82a9a3a
switch title based on the page
2025-06-30 13:16:45 +01:00
fe7a32b1de
support for favourite images in gallery
2025-06-30 11:56:14 +01:00
f041a6afea
add padding to the lightbox
2025-06-06 12:32:49 +01:00
336c03a888
allow navigation in lightbox over all images
2025-06-06 12:31:30 +01:00
5be690f6c1
reformat the text on the gallery
2025-06-06 12:28:32 +01:00
4b52e5c713
code updates for date, fix update flux guff, new prompt logic
2025-06-06 11:15:43 +01:00
b8322e1fd8
updated view on gallery page
2025-05-27 18:43:58 +01:00
205481c4d4
increase batch so gallery works full size on my monitor
2025-05-18 14:51:11 +01:00
1abba32f18
floating home button on gallery page
2025-05-17 11:38:23 +01:00
b0bb465cf7
add style for mobile
2025-05-17 10:37:10 +01:00
4ec98ebf8f
working lazyloading
2025-05-17 10:32:28 +01:00
c3f0a70da0
working lightbox navifation with js cache for details
2025-05-17 10:29:53 +01:00
636148b968
only load details when loading image in lightbox
2025-05-17 10:25:46 +01:00
cf9f5d0413
cleanup and show modle name on gallery
2025-05-17 10:15:29 +01:00
0ccebcf037
add back button to the bottom of the gallery
2025-05-15 09:26:10 +01:00
Karl Hudgell
41fd1444eb
re working into libs, and use thumbs in gallery
2025-04-25 10:13:03 +01:00
Karl Hudgell
020c2c2f1b
updated styling and prompt on home page
2025-04-24 22:15:13 +01:00
Karl Hudgell
81140d720b
updated logic to show prompt on the lightbox display
2025-04-24 16:55:07 +01:00
Karl Hudgell
cce1cb27d2
lazy load images
2025-04-24 16:39:14 +01:00
Karl Hudgell
0838f37017
bigger gallery
2025-04-01 16:56:10 +01:00
Karl Hudgell
342416a68d
arrow cycle
2025-04-01 16:51:43 +01:00
Karl Hudgell
6cc30bd2d0
add /gallery to show all generated images
2025-04-01 12:12:15 +01:00