Commit Graph

48 Commits (97846c86fc2e8971aa3488bc3aea120fd2c747c2)

Author SHA1 Message Date
trivernis 97846c86fc
Increase retry limit for loading images and thumbnails
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 3c8afd4946
Update UI dependencies
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 71d4287246
Fix file status not updating visually
TG-107 #closed

Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis ded9eafd36
Fix grid entry size on last row
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis bf8e70f846
Fix status background on wider grid entries
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 6c483b326c
Increase max zoom level
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis b2500f362f
Fix selected file not in view after searching again
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis bb725f6dfb
Change background color to a more blueish grey
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 642222e0c4
Separate import and files tab state
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis fd1d3e128c
Add file index display
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 1578a917b7
Improve background task handling
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis b86b6f21ac
Move thumbnail loading to background tasks and add retry to image loading
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis f83770cf9f
Fix vanishing scrollbar in grid by replacing the progress spinner with 'something'
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 4d56e37db2
Switch file preview strip in gallery for static rendered entries
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis cbdbbfb801
Increase speed of the scheduling service
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis dd2db194c9
Improve flap button design
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 142ed02f51
Add option to collapse the file preview strip in the gallery view
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 398d904169
Change file grid to have a dynamic column count
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 0bf89d9cee
Fix file grid background color
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis e5a071cfad
Fix colour theme visibility
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 6507809bcc
Fix style issues
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 2bec24c387
Fix progress dialog showing the wrong percentages
TG-78 #closed

Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis bb676ba972
Fix tag selection not showing tags for multiple files
TG-76 #closed

Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis dd6107d1fd
Refactor error logging
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 4568afe6f9
Change Selectable<T> to store selected as a behaviour subject
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis d3700932db
Propagate changes to file status
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 6073a6517f
Change change detection of file gallery and metadata
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 232c12ed8b
Change change detection of whole file grid
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 8022f25801
Add track by functions to tag and file lists
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 8768c26e5a
Change change detection of filecard component
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 9f51ba410b Fix colors for OR-keyword to fit theme
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 0d08b0e7a7 Fix deleted files not disappearing from client view
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis ae01ae9284 Add delete handler for delete key
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 0edd5e4edc Add confirm dialog to changes of file status
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis d316dfd471 Fix file context menu not showing delete permanently option
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 1d69eb4a46 Add status handling to file context menu
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 501a3c9df0 Add extended filtering implementation
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 66fe9432fd Refactor and update to new API types
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
Trivernis a3e33be9b6 Fix weird issues with file thumbnail loading
Signed-off-by: Trivernis <trivernis@protonmail.com>
3 years ago
Trivernis f6a4b77465 Add mode and selected file to state
Signed-off-by: Trivernis <trivernis@protonmail.com>
3 years ago
trivernis a86aaef510 Fix issues with grid key naviation
It should only navigate now when focussed.
Same logic applies to the gallery.
The focus is kept when changing between the gallery and
the grid.

TG-48 #closed

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 08632080cb Improve storing of the state on change rather than periodically
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 0ddc50d2a0 Add page up and down shortcut and improve scrolling
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 7fd81140b6 Add file shortcuts
- select with arrow keys
- shift select with arrow keys
- ctrl select with arrow keys
- ctrl a
- ctrl shift a

TG-15 ready-for-test

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 0563c928d1 Move tag list to search sidebar
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 556e718f2a Add 'Open' action to file grid context menu
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 62cba1ce56 Refactor file grid and gallery to use the same type of thumbnail container
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 86519f22a1 Move common and file related components to app-common and file module
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago