aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
AgeCommit message (Collapse)Author
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-07-19got rid of Ctrl-O to open a new tab maximised. added style prop for header ↵geireann
bar when tab is maximised.
2023-07-13removed shared dashboards from SharedDocs -- only available through the ↵bobzel
Dashbaord view now. Need to change hgihlight of Dashboard button to show badge w/ new dashboards the same as is done is shard docs.
2023-07-12fixing dashboard view of shared dashboards to open dashbarods the same as ↵geireann
sharing panel - as embeddings.
2023-07-11more fixes to simplify sharingbobzel
2023-07-10fixed sharing to a user to allow upgrading credentials.geireann
2023-07-08fixed adding tabs to not try to distribute acls (this is done through adding ↵bobzel
a Doc to the docking view's Doc list).
2023-07-07fixed self-ownership of copied Docs created by someone else. prevent dash ↵bobzel
from being pasted into itself. fixed inheritance of acls
2023-07-07a bunch of fixes to simplify collaboration and make it work better.bobzel
2023-07-05changed acl inheritance for docking views.bobzel
2023-07-04Merge branch 'master' into collaboration-sarahsrichman333
2023-07-02improved highlighting of tabs to show focus/active. added. menu item to open ↵bobzel
a tab in lightbox
2023-06-30fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵bobzel
mode. fixed switching dashboards to not display an empty stack.
2023-06-30fixed inherit parent acls to update shared docs listsrichman333
2023-06-21layout acls initially unset + bug fix with public acl when creating tabs and ↵srichman333
dashbaords
2023-06-19fixed not adding key value panes to header barbobzel
2023-06-19cleanup of unused fields. fix to allow key value pane for collectionDocking ↵bobzel
view.
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
2023-05-16cleaned up UndoStack a bit to be available with the undo/redo buttons (using ↵bobzel
Long Press).
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-08more fixes for tags - removed #<tag> fields. just use 'tags' now.bobzel
2023-03-23fixed opening keyvalue for tabs and sidebar docs. added more topbar context ↵bobzel
menu buttons for freeform views.
2023-03-23changed showing keyvalue panes to not create a document, but to use the ↵bobzel
LayoutTemplateString.
2023-03-22removed gitlike and branch stuff. updated fortawesome. added Z ordering ↵bobzel
buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer ↵bobzel
compiled functions by parameterizing more functions. .
2023-01-25added a linkFollow o[ption to choose between opening target, or highest ↵bobzel
level collection containing target. fixed adding marker annotations to pdf/web/etc. fixed following link to wikipedia pages to not create a new document each time. made searchBox's search function static so that it can be called programmatically. Fixed LinkDocPreview to not flicker when doing a nopreview link follow. changed PlayTrail to restore state of all freeform collections containing source anchor.
2022-12-05cleaning up following links and pres item following so that view transitions ↵bobzel
don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel.
2022-11-17mostly changing strings to enumsbobzel
2022-11-16added presEffects to link anchorsbobzel
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ↵bobzel
ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
2022-10-06fixed warnings with scriptingbox keysbobzel
2022-10-06don't allow golden layout to be created if there's no dockingConfig.bobzel
2022-10-03added a reset menu item for docking views in their context menu. fixed ↵bobzel
being able to edit dockingConfig in keyValue by quoting with ' instead of ". If there's no dockingConfig, make one.
2022-09-21fixed issues with deleting last stack, or deleting stacks and leaving only ↵bobzel
row/cols in goldenLayout
2022-09-21fixed snapshots of dashbaords to have trails setupbobzel
2022-09-14from last.bobzel
2022-09-14changed docking view thumbnails to be imagefields, not docs. allowed ↵bobzel
docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started
2022-09-13don't add presbox's to header bar closed items.bobzel
2022-08-09fixed presbox pinning from crashing/failing by making it a prefetchproxy. ↵bobzel
update user cache when switching active page.
2022-07-28fixed an issue with tab closing not being serialized correctly causing ↵bobzel
incorrect state on reload
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07fixed more errors.bobzel
2022-06-28cleaned up some more currentUserUtils - fixed some issues with prev/next ↵bobzel
key frame appearing.
2022-06-21from last and keep keyvalue tabs out of topbarbobzel
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils