Commit Graph

13 Commits

Author SHA1 Message Date
Kylian Schmidt 0a345a0f22 Fix UI. Reduce excessive spacing between plot grid and subdirectories
- Reduce plot-container margin-bottom from 450px to 2rem in view-controls.css
- Reduce body padding-bottom from 400px to 2rem in base.css
- Fix unnecessary spacing since stats box uses fixed positioning
- Enhance logger with professional tree-structured output and colors
- Replace print statements with structured logging throughout codebase
2025-08-07 16:00:18 +02:00
Kylian Schmidt 752cee2d06 Fix metadata lists being shown in a single line 2025-07-29 16:13:09 +02:00
Kylian Schmidt c6882b2a48 Fix metadata display not wrapping long lines. Add LaTeX support 2025-07-29 14:05:22 +02:00
Kylian Schmidt fc4928fef1 Add the metadata file path for easy copy+paste 2025-07-29 11:18:03 +02:00
Kylian Schmidt bcb083bbb9 Add an expandable metadata grid 2025-07-29 10:31:35 +02:00
Kylian Schmidt f3adbe49fa Added so much stuff I cant keep up. I think some sorting capability and a way to add metadata to each folder (WIP) 2025-07-29 09:38:28 +02:00
Kylian Schmidt 3e2aaa4be8 Add toggle for grid, list and compact list views 2025-07-22 13:19:53 +02:00
Kylian Schmidt dced82a56f Remove features that were not working: Metadata, export button and reloading the website from the website itself 2025-07-22 12:37:33 +02:00
Kylian Schmidt 465f9b6dc6 Try to fix metadata stuff again (does not work) 2025-07-21 15:33:33 +02:00
Kylian Schmidt dbd67f6039 Fix template rendering issue and improve export functionality
- Fix template rendering by storing rendered HTML in variable before writing
  This resolves subdirectories not appearing in navigation despite being
  correctly detected and included in template variables
- Add missing template variables (paths.work_dir) to gallery config
- Add CGI refresh handler for web-based gallery regeneration
- Improve PDF export functionality with better error handling
- Add ESC key shortcut documentation for exiting selection mode
- Enhanced export manager with proper dependency checking

Fixes issue where new subdirectories were detected but not displayed
in browser navigation due to incomplete template rendering.
2025-07-20 08:59:10 +02:00
Kylian Schmidt 2d98ed0e7a Add export to latex button (i think) 2025-07-08 17:04:55 +02:00
Kylian Schmidt 51a74b23f8 Add metadata button (WIP) 2025-07-08 13:19:54 +02:00
Kylian Schmidt 716e1c95fe Move jv and css to own folder 2025-07-08 08:14:10 +02:00