aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
AgeCommit message (Collapse)Author
2022-11-09fixed treeViews again to make room for hover buttons properly. fixed ↵bobzel
copying text from pdf to highlight copied regions without always displaying anchor.
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-10-25various tweaks: show border highlights in tree views, uniform treatment of ↵bobzel
embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers,
2022-09-24Fixed: treeView now doesn't get pointer events if it's not active. fixed ↵bobzel
layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed.
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
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
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-05-23fixed warnings.bobzel
2022-05-23cleaning up singleLine text box api and TreeView typesbobzel
2022-05-13removed layerProvider functionality.bobzel
2022-05-02PresBox indexing reworkAubrey-Li
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-24fixed treeViews to vertically span their containers. fixed foreground ↵bobzel
coloring of nodes with transparent backgrounds to consider parent collection background color
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-11-13treeview title fixes - made it aformatted text box so clicking on it will ↵bobzel
select the document. fixed margins. fixed dragging over tree view to not highlight drop bullets in outline mode unless its a bullet point being moved.
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-09-15fixed dragging document in filesystem to not create duplicates in some casesbobzel
2021-09-14refactored a bunch of names in MainView. Fixed scrolling in left menu ↵bobzel
flyout treeview panels.
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-26another tree view fix for lightbox view and having tree view items not go ↵bobzel
off screen width-wise
2021-08-26allowed tree views to be scaled which makes slides work in lightbox.bobzel
2021-08-26fixed slide doc to allow for dynamic title heightbobzel
2021-08-26fixed slides docbobzel
2021-08-19changed how treeview cycles between options for expanded views to show ↵bobzel
'data' and some more adjustments.
2021-08-17made dashboard context menu items context sensitive to whether they're ↵bobzel
called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared.
2021-07-14fixed dropping onto filesystem view to drop document into specific ↵bobzel
location/folder instead of hanging.
2021-04-06another fix for texts filters and for not recomputing when a docfilter ↵bobzel
change doesn't actually affect the colletion children list.
2021-04-06fix to get text filtering to work.bobzel
2021-04-06Merge branch 'master' into filtersbobzel
2021-04-06fixed interactions with treeView by making treeView contents active when a ↵bobzel
tree view item is selected.
2021-04-06added ability to remove filters using inline context menubobzel
2021-04-06minor cleanup + style across filesusodhi
2021-04-05fixes for docfilter autoheightbobzel
2021-04-05added autoHeight for tree views.bobzel
2021-04-02added snap lines button to freeform properties. renamed & simplified ↵bobzel
treeViewPreventOpen stuff
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-30more cleanupbobzel
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-30from lastbobzel
2021-03-29from lastbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
2021-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-03more fixes for setting up user docsbobzel