bvandeusen
ae140dbb0a
feat(ui): show relative timestamps on Dashboard and Downloads tables
...
Converts the Source Health last-check column and the Downloads created-at
column from locale date strings to human-relative times ("6 hours ago").
The absolute timestamp is preserved as a native browser tooltip so full
precision is still one hover away; detail modals keep the absolute form.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-18 15:07:19 -04:00
bvandeusen
080a1254c7
fix: wrap AsyncSession in context manager across all API blueprints
...
Replace all bare `session = AsyncSession(bind=conn)` assignments with
`async with AsyncSession(bind=conn) as session:` in downloads.py,
credentials.py, settings.py, sources.py, and subscriptions.py to
ensure sessions are properly closed on all code paths.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-18 23:38:58 -04:00
bvandeusen
2c95374edc
feat: replace _not_superseded_condition subquery with superseded column filter
2026-03-18 23:32:06 -04:00
bvandeusen
055808ea6d
polish for failed retry mechanic and consistent sub naming
2026-02-04 15:02:50 -05:00
bvandeusen
2190a9c16b
correcting pixiv connection functionality
2026-02-04 12:45:31 -05:00
Bryan Van Deusen
cc19bbd372
added functionality for pixiv and deviantart
2026-02-02 20:17:13 -05:00
Bryan Van Deusen
3ee7de7ecd
tuning error recognition
2026-01-30 22:04:07 -05:00
Bryan Van Deusen
fcccfb24ee
changes to task scheduling and readability change on downloads view
2026-01-29 19:33:04 -05:00
Bryan Van Deusen
575e20f58c
ongoing polish in queue handling
2026-01-28 09:32:47 -05:00
Bryan Van Deusen
13b4da5ca0
better lifecycle visibility implementation.
2026-01-27 17:33:25 -05:00
Bryan Van Deusen
d2e4d6c588
corrected time record type, mismatch caused issues and kept credential verification from occuring
2026-01-26 22:51:03 -05:00
Bryan Van Deusen
204e8efcdc
signing for extension deployment, tuning for download crawl depth, and dependency version visibility in settings view
2026-01-26 22:37:15 -05:00
Bryan Van Deusen
2a0e37a73d
improve ux, moved functionality for better ui experience on app and extension.
2026-01-26 11:38:51 -05:00
Bryan Van Deusen
74b1ecf2cf
fix typo for storage stats interface
2026-01-26 09:05:46 -05:00
Bryan Van Deusen
997f31ae27
tuning ui and adding adaptive themeing to extension
2026-01-25 18:47:06 -05:00
Bryan Van Deusen
dc6755a0c2
move job scheduling to DB
2026-01-24 23:50:09 -05:00
Bryan Van Deusen
058901cd05
added discord functionality to extension and polished some of downloader process.
2026-01-24 23:15:03 -05:00
Bryan Van Deusen
b9b8048a2d
rapid interations of server side app and firefox extension
2026-01-24 22:52:51 -05:00