LeoVasanko
fa0588837e
Fixed New Folder, added Rename to Gallery
2023-11-21 15:49:33 +00:00
LeoVasanko
83bc1bea81
Various build fixes, cleanup and details ( #6 )
...
- Major memory usage reduction in video previews
- Finally builds properly on Windows too
2023-11-21 15:32:49 +00:00
LeoVasanko
afc6c37d78
Cleanup
2023-11-21 08:35:34 +00:00
LeoVasanko
1d6319d900
Download progress bar
2023-11-21 08:19:23 +00:00
LeoVasanko
ec9fda3586
Preserve cursor and selection across reloads.
2023-11-21 06:49:15 +00:00
LeoVasanko
136d2c2421
Keep current cursor when switching gallery/details.
2023-11-21 06:11:05 +00:00
LeoVasanko
27aefc50d4
Fixed renames and breadcrumbs for gallery.
2023-11-21 05:47:41 +00:00
LeoVasanko
dd95e5a858
Prune deleted folders off of breadcrumbs' longest visited (keeps current folder even if missing).
2023-11-21 04:18:37 +00:00
LeoVasanko
cdb22f9228
Refactor empty folder to a separate component, allow creating new folders in empty folders again.
2023-11-21 04:08:17 +00:00
LeoVasanko
876ecd8978
Don't let global shortcuts interfere with input fields.
2023-11-21 03:45:47 +00:00
LeoVasanko
ee65f8afb7
Small fixes
2023-11-20 12:57:05 +00:00
LeoVasanko
50642231e5
Avoid showing dialogs at page load.
2023-11-20 12:42:04 +00:00
LeoVasanko
dfd4a15cc9
Implement settings dialog and password changes.
2023-11-20 19:26:51 +00:00
LeoVasanko
907fdb9baf
Gallery improvements, better layout and autoplay of next media file.
2023-11-20 17:51:34 +00:00
LeoVasanko
4b49f454ba
More robust and flexible layout.
2023-11-19 13:55:52 +00:00
LeoVasanko
d939c1ddbb
Video preview posters
2023-11-19 08:44:46 +00:00
LeoVasanko
66698869d6
Minor changes
2023-11-19 08:03:23 +00:00
LeoVasanko
c72e3d91ee
Added PDF previews. Preview quality configurable. Preview browser caching and cache busting.
2023-11-19 07:16:24 +00:00
LeoVasanko
c5f611bc4c
Improve Gallery keyboard navigation
2023-11-19 04:37:48 +00:00
LeoVasanko
6dfb93e0dc
Remove new folder button until implemented in gallery
2023-11-19 04:26:38 +00:00
LeoVasanko
9724f1095e
Fix theming of filenames in gallery light mode.
2023-11-19 04:25:08 +00:00
LeoVasanko
218f9a5b26
Remove debug
2023-11-19 03:47:01 +00:00
LeoVasanko
c84c570d2e
Implement media preview thumbnails for Gallery
2023-11-19 03:38:25 +00:00
LeoVasanko
a52167bb5e
Fix empty folder / folder missing for empty folders at root
2023-11-19 02:22:07 +00:00
LeoVasanko
a04b2794d6
Large number of keyboard navigation and other fixes.
2023-11-19 02:15:13 +00:00
LeoVasanko
d721de8811
Global shortcut keys tuning.
2023-11-18 23:56:53 +00:00
LeoVasanko
651ce7b6a7
Remove defineProps imports (it is a compiler macro now).
2023-11-18 23:47:55 +00:00
LeoVasanko
64eb9896a9
Fix cursor handling
2023-11-18 23:47:34 +00:00
LeoVasanko
f16a738ec2
Search placeholder
2023-11-18 23:39:08 +00:00
LeoVasanko
763991f86e
File explorer CSS, avoid modified/size being cut
2023-11-18 23:32:40 +00:00
LeoVasanko
548e67338d
Improved breadcrumb scaling
2023-11-18 23:00:55 +00:00
LeoVasanko
ea4edc6e4f
Added header eye button for gallery toggle
2023-11-18 23:00:46 +00:00
LeoVasanko
1d47397506
Keyboard sort by 1-2-3 supplemented by the key left of them for default sort.
2023-11-18 22:31:26 +00:00
LeoVasanko
fc2c961d10
Refactoring cursor to be stored in store as key only. A few issues remain.
2023-11-18 11:44:18 +00:00
LeoVasanko
9895d7bf6c
Implemented Gallery view for media files.
2023-11-18 10:32:24 +00:00
LeoVasanko
1ed4a8db94
Fixed header and breadcrumb layout and issues.
2023-11-18 08:16:53 +00:00
LeoVasanko
890fa6ec06
Update documentation README
2023-11-15 00:23:00 +00:00
LeoVasanko
2d15a0b76c
Update frontend/README.md
2023-11-14 23:50:17 +00:00
LeoVasanko
14ea4d51f2
Keyboard nav: 1/2/3 globally toggle table ordering. Esc closes search, slash also toggles search like Ctrl/Cmd+F does.
2023-11-14 21:55:55 +00:00
LeoVasanko
0d24d807ac
BreadCrumb & keyboard navigation improvements.
2023-11-14 21:43:01 +00:00
LeoVasanko
626afc07fa
Remember sort order
2023-11-14 06:11:32 +00:00
LeoVasanko
551dfb61e8
Add file context menu (only rename for now).
2023-11-14 02:09:12 +00:00
LeoVasanko
a3e4c50707
Add missing file
2023-11-14 01:55:04 +00:00
LeoVasanko
d5cc4ebcb8
Refactoring Document storage ( #5 )
...
- Major refactoring that makes Doc a class with properties
- Data made only shallow reactive, for a good speedup of initial load
- Minor bugfixes and UX improvements along the way
- Fixed handling of hash and question marks in URLs (was confusing Vue Router)
- Search made stricter to find good results (not ignore all punctuation)
2023-11-13 17:52:57 +00:00
LeoVasanko
4a2d6c1299
Use localStoragerather than sessionStorage for cache. Rename variable.
2023-11-13 13:04:39 +00:00
LeoVasanko
08a018f382
Log messages on session loading
2023-11-13 12:11:17 +00:00
LeoVasanko
4747c1cb7e
Typing error
2023-11-13 12:11:02 +00:00
LeoVasanko
ca41f29310
Pasteing files and folders to upload.
2023-11-13 19:39:10 +00:00
LeoVasanko
afd106968c
Update modified immediately when entering a folder
2023-11-13 18:19:13 +00:00
LeoVasanko
cb3e5e146c
Fix upload of zero-sized files.
2023-11-13 18:00:44 +00:00