Commit Graph

18 Commits

Author SHA1 Message Date
669762dfe7 Update documentation README 2023-11-16 07:07:52 -08:00
51fd07d4fa Update frontend/README.md 2023-11-14 23:50:17 +00:00
520a9dff47 Keyboard nav: 1/2/3 globally toggle table ordering. Esc closes search, slash also toggles search like Ctrl/Cmd+F does. 2023-11-14 05:55:55 -08:00
c5c65d136a BreadCrumb & keyboard navigation improvements. 2023-11-14 05:43:01 -08:00
36826a83c1 Remember sort order 2023-11-13 14:15:28 -08:00
6880f82c19 Add file context menu (only rename for now). 2023-11-13 10:09:12 -08:00
5dd1bd9bdc Add missing file 2023-11-13 09:55:32 -08:00
41e8c78ecd 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)

Reviewed-on: #5
2023-11-13 17:52:57 +00:00
dc4bb494f3 Use localStoragerather than sessionStorage for cache. Rename variable. 2023-11-13 13:04:39 +00:00
9b58b887b4 Log messages on session loading 2023-11-13 12:17:47 +00:00
07848907f3 Typing error 2023-11-13 12:11:02 +00:00
7a08f7cbe2 Pasteing files and folders to upload. 2023-11-13 03:39:10 -08:00
dd37238510 Update modified immediately when entering a folder 2023-11-13 02:19:13 -08:00
c8d5f335b1 Fix upload of zero-sized files. 2023-11-13 02:13:11 -08:00
bb80b3ee54 Clear file upload input to allow re-uploading the same item. 2023-11-13 01:38:22 -08:00
06d860c601 Only update time-ago modified field on current folder (optimization, full update was slow for large storages). 2023-11-13 00:52:03 -08:00
278e8303c4 Upload manager UI fix/tuning. 2023-11-13 00:37:56 -08:00
9854dd01cc More efficient flat file list format and various UX improvements (#3)
This is a major upgrade with assorted things included.

- Navigation flows improved, search appears in URL history, cleared when navigating to another folder
- More efficient file list format for faster loads
- Efficient updates, never re-send full root another time (except at connection)
- Large number of watching and filelist updates (inotify issues remain)
- File size coloring
- Fixed ZIP generation random glitches (thread race condition)
- Code refactoring, cleanup, typing fixes
- More tests

Reviewed-on: #3
2023-11-12 23:20:40 +00:00