Commit 6c5cbc0
authored
Added sorting/filters to the downloads page (#53)
* version bump
* added sorting order/Search to Downloadspage
- you can now change the order in which items are sorted on the downloadspage (Date, Name, Size, Type Series/Movie)
- there is also a button to change the visibility of video files that have no metadata in the app
- added a search feature to filter your downloaded files
- added info about the ctrl+k shortcut which opens search in settings and on the downloadspage to the keyboard shortcuts modal
* downloads order is now persistant
- the sorting order you chose on the downloadspage is now persistent over app-restarts
- performance optimizations on downloadspage1 parent 1cd1fc8 commit 6c5cbc0
5 files changed
Lines changed: 492 additions & 44 deletions
File tree
- src
- components
- pages
- styles
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
575 | 576 | | |
576 | 577 | | |
577 | 578 | | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
578 | 585 | | |
579 | 586 | | |
580 | 587 | | |
| |||
966 | 973 | | |
967 | 974 | | |
968 | 975 | | |
| 976 | + | |
| 977 | + | |
969 | 978 | | |
970 | 979 | | |
971 | 980 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments