| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-05 | Filter Out Completed Queue Items in Admin View | Ben Sima | |
| Modify the admin queue status view to exclude completed queue items. This change ensures that admins only see active queue items, reducing clutter and focusing on pending tasks. The filtering is done in-memory to maintain the existing database query method. | |||
| 2025-09-05 | Refactor Admin view components and improve code organization | Ben Sima | |
| 2025-09-04 | Refactor Admin and Database path stuff | Ben Sima | |
| Moved the Admin related stuff to a separate file. Removed the repetitive `db_path` arg everywhere and replaced it with correct assumptions, similar to whats in other apps. | |||
