aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
AgeCommit message (Collapse)Author
2021-04-10Merge branch 'master' into filtersbobzel
2021-04-08from lastbobzel
2021-04-08made "search" only appear if context menu is > 15 items.bobzel
2021-04-06cleanupbobzel
2021-04-06little cleanupbobzel
2021-04-06switched from context menu to a delete button on filterBox filters. don't ↵bobzel
select treeView items after expanding them.
2021-04-06fix to get text filtering to work.bobzel
2021-04-06added ability to remove filters using inline context menubobzel
2021-04-06minor cleanup + style across filesusodhi
2021-04-05added autoHeight for tree views.bobzel
2021-04-04fixed some warnings.bobzel
2021-04-02added snap lines button to freeform properties. renamed & simplified ↵bobzel
treeViewPreventOpen stuff
2021-04-01from lastbobzel
2021-04-01more tree view cleanupbobzel
2021-04-01cleaning up tree view stuff.bobzel
2021-04-01from lastbobzel
2021-03-31added context menus to system tree view items.bobzel
2021-03-31added childHideLinkButtonbobzel
2021-03-31trying to cleanup control of displaying linkButtons in tree views.bobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵bobzel
to linkAnchorBox.
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-30fixed up editable textview title widths and clicking to set cursor insertion ↵bobzel
point.
2021-03-30more cleanupbobzel
2021-03-30from lastbobzel
2021-03-30from lastbobzel
2021-03-30from lastbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-12fixed dropping documents onto file system view. fixed problem with ↵bobzel
tabDocView not removing itself from TabMap causing problem trying to open the same doc twice from the file system. made shouldNotScale a computed value.
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-12changed setDocFilter to not take undefined as a modfied & added toggle ↵bobzel
param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons.
2021-03-11fixed display of aliases in filesys tree view. fixed dropping of "proto" ↵bobzel
dropAction to move, not copy them in file sys. fixed stacking view to allow for a stacking sidebar in PDFs and then properly support fitWidth (and not) for items in the sidebar.
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
2021-03-06updated a bunch of _backgroundColors to backgroundColorsbobzel
2021-03-03more fixes for setting up user docsbobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-26updated fieldInfos a bit more.bobzel
2021-02-25add all aliases to file sys view (don't filter out those without contexts)bobzel
2021-02-25added 'proto' drag option for dropping proto of document. auto add of non ↵bobzel
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field.
2021-02-25added an aliases toggle to file systembobzel
2021-02-24fixed layerProviders for treeViews to return true. fixed sidebar ↵bobzel
annotations for text to add/remove from correct field.
2021-02-23cleaned up EditableView a bitbobzel
2021-02-23clean up from last.bobzel
2021-02-23fixed backspace to delete text items in treeViews. simplified ↵bobzel
UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow.
2021-02-22fixes to tree view folders to fix indent/outdent/retitlte issues related to ↵bobzel
stoppropagating events when active() was not true
2021-02-22minor cleanup. fixed doc decorations input width.bobzel
2021-02-22switched folders so that they're not marked as system anymore. made close ↵bobzel
menu appear unless something is a system doc.
2021-02-22cleaned up indent/outdent in treeview to work with aliases.bobzel
2021-02-22fixing editing of treeView titles to not write to document.bobzel