Files
automatic/javascript
CalamitousFelicitousness 761ea1c327 feat(settings): add base path support for output folders
Change "Images folder" and "Grids folder" settings to act as base paths
that combine with specific folder settings, rather than replacing them.

- Add resolve_output_path() helper function to modules/paths.py
- Update all output path usages to use combined base + specific paths
- Update gallery API to return resolved paths with display labels
- Update gallery UI to show short labels with full path on hover

Example: If base is "C:\Database\" and specific is "outputs/text",
the resolved path becomes "C:\Database\outputs\text"

Edge cases handled:
- Empty base path: uses specific path directly (backward compatible)
- Absolute specific path: ignores base path
- Empty specific path: uses base path only
2026-01-16 16:24:05 +00:00
..
2025-03-17 22:29:03 -04:00
2025-01-16 11:51:36 -05:00
2025-12-04 15:35:23 -08:00
2025-08-30 14:34:41 -04:00
2026-01-04 08:52:36 +01:00
2025-03-17 22:29:03 -04:00
2026-01-04 08:52:36 +01:00
2026-01-04 09:37:45 +01:00
2026-01-02 18:47:46 -08:00
2025-07-31 09:56:40 -04:00
2023-07-12 10:58:35 -04:00
2025-07-05 17:13:31 -04:00
2023-11-05 11:07:39 -05:00
2026-01-02 18:47:46 -08:00
2023-09-22 20:34:25 -04:00
2025-12-02 16:29:20 -08:00
2024-06-17 20:37:40 -04:00
2025-07-05 17:13:31 -04:00
2025-08-10 07:13:04 -04:00
2026-01-02 18:47:46 -08:00
2025-12-25 10:24:02 +00:00
2025-03-17 22:29:03 -04:00
2025-12-26 08:24:13 +01:00
2025-07-05 17:13:31 -04:00
2025-07-22 10:07:17 -04:00
2026-01-13 12:58:14 +00:00
2025-11-03 19:36:55 -05:00
2026-01-04 09:37:45 +01:00
2026-01-02 18:47:46 -08:00
2025-07-05 17:13:31 -04:00
2026-01-06 10:29:58 +01:00
2026-01-02 18:47:46 -08:00