Commit graph

13 commits

Author SHA1 Message Date
Kieran Eglin
ba5803d756
Fixed da tests 2024-12-13 09:37:39 -08:00
Kieran Eglin
cca53ed154
Adds relative div to ensure that sorting arrow doesn't run away 2024-12-13 09:32:06 -08:00
Kieran Eglin
9a361fb5c1
Added tests for updated liveviews and live components 2024-12-12 15:24:47 -08:00
Kieran Eglin
b77f398427
Added pagination to the sources table 2024-12-12 14:40:53 -08:00
Kieran Eglin
771d2278d4
Refactored toggle liveview into a livecomponent 2024-12-12 11:37:02 -08:00
Kieran Eglin
f22352da23
WIP - Added UI to table to indicate sort column and direction 2024-12-12 10:30:52 -08:00
Kieran Eglin
5af3ea4b36
WIP - started improving handling of sorting for sources index table 2024-12-12 10:08:03 -08:00
Kieran
a5b65061f0
[Housekeeping] Bump Phoenix LiveView to 1.0.0 (#495)
* bumped liveview to 1.0.0

* Converted interpolation to new syntax
2024-12-06 10:37:15 -08:00
Kieran
e751c65424
[Enhancement] Improve handling of large media collections (#272)
* Added compound index for updated media item table for performance

* Improved large number display on homepage

* Improved UI around large numbers

* Centered the content of homepage data cards

* Renamed migration
2024-05-29 12:38:03 -07:00
Kieran
a2a0f48065
[Enhancement] Add media count to sources page (#251)
* [WIP] Got query kinda working, now to refactor other queries

* Refactored all query methods to use dynamic snippets

* Refactored tab layout to grab tabs by name

* Removed standalone show buttons from in-app tables

* Removed unneeded comment
2024-05-21 08:53:22 -07:00
Kieran
a38ffbc55b
[Enhancement] Allow redownloading of files for existing media items (#239)
* Added ability to specify overwrite behaviour when downloading media

* Added helper for redownloading media items

* renamed media redownload worker to disambiguate it from similarly named methods

* Added new redownload option to source actions dropdown

* Refactored MediaQuery to use a __using__ macro

* docs
2024-05-13 14:25:39 -07:00
Kieran
aea40a3f92
[Enhancement] Add pagination for a source's media (#190)
* [WIP] added first attempt at pagination component

* Hooked up pagination for downloaded media
2024-04-17 10:22:55 -07:00
Kieran
e1565ad22f First UI Pass (#15)
* Added scratchpad dir

* Installed Alpine

* [WIP] began integrating Tailwind and accompanying theme

* [WIP] Set up basic views for sources

* Adds new UI to media profiles page

* Removes unneeded view
2024-02-08 19:03:11 -08:00