7 Commits

Author SHA1 Message Date
a9d713dbd0 More robust and flexible layout. 2023-11-18 21:55:52 -08:00
e56cc47105 Large number of keyboard navigation and other fixes. 2023-11-18 10:15:13 -08:00
de482afd60 Improved breadcrumb scaling 2023-11-18 07:00:55 -08:00
034c6fdea9 Fixed header and breadcrumb layout and issues. 2023-11-17 16:16:53 -08:00
c5c65d136a BreadCrumb & keyboard navigation improvements. 2023-11-14 05:43:01 -08:00
41e8c78ecd Refactoring Document storage ()
- 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: 
2023-11-13 17:52:57 +00:00
9854dd01cc More efficient flat file list format and various UX improvements ()
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: 
2023-11-12 23:20:40 +00:00