Refactoring Document storage #5
leo
commented 2023-11-13 17:52:36 +00:00
Owner
- 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)
- 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)
leo
added 7 commits 2023-11-13 17:52:36 +00:00
Stricter search that doesn't ignore all punctuation.
d4e91ea9a6
Refactor replacing Document type with Doc class with computed properties. Switched Doc storage to shallowRefs for extra performance and to keep the Doc class included.
3d3b078e60
Another approach to auto-update modified with current time
19a5c4ad8a
Fix props use before props definition
e4a62e1197
Rename store
f0fc4a7d30
Fix hash and question mark handling in URLs - broke Vue router
ffafbc87d0
Fix focus fighting between BreadCrumb and Search
ba9c2671e5
leo
merged commit 41e8c78ecd into main 2023-11-13 17:52:58 +00:00
leo
deleted branch doc-class 2023-11-13 17:52:58 +00:00
leo
referenced this issue from a commit 2023-11-13 17:52:59 +00:00
Refactoring Document storage (#5)
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "doc-class"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?