aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
AgeCommit message (Collapse)Author
2020-01-16pivot viewer improvements.bob
2020-01-13fixed check box functions on treeviews to propagate to all childrenbob
2020-01-13fixed some scripting and added some functions for adding docFilters to ↵bob
collections
2020-01-10better working version of pivot viewerbob
2019-12-19fixing minor details with tree view opening workspace, moving documents in ↵bob
stacking views, avoiding search exceptions,
2019-12-16fixes to focus() from tree view. removed scrollbars from collectionview ↵bob
(when floating doc is out of view).
2019-12-16fixes for focusing on docs after treeview menu itembob
2019-12-12major changes to drag and dropbob
2019-12-11got rid of search_match&search_fields. Now have Doc.SearchQuery() and ↵Bob Zeleznik
document.searchMatch
2019-12-10fixed libraryPath issues causing infinite rendering loops.bob
2019-12-05better highlighting of path targetbob
2019-12-04started to add pathsbob
2019-12-04fixed mainview flyoutbehavior a bit. fixed keyvaluebox editing of lists a ↵bob
little.
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-12-02fixed aliasing dragged documents that stay within the same tree view. (eg, ↵bob
the library of documents view).
2019-11-27fixing templates & workspace/document sidebar treeviewsbob
2019-11-26fixes for tree view drag drop with images.bob
2019-11-26fixed tree view sorting (a little) and kept title box editable after tabbing.bob
2019-11-25title template fixes for tree/stacking views.Bob Zeleznik
2019-11-20lots of changes to make rendering more efficient (fewer mobx invalidations). ↵bob
made selection and collecitonviews use an observableMap that works now.
2019-11-13fixed recentlyClosed on startup and added clearAll. fixed textbox comment ↵bob
layout a bit.
2019-11-08moved schemaPreview into ContentFittingDOcumentView. fixed dragging link ↵bob
anchors
2019-11-04cleaned up some exceptions, runtime warnings, fixed borderRounding, and ↵bob
adding to Library->Documents
2019-10-21got rid of CollectionBaseViewBob Zeleznik
2019-10-21initial simplification to fieldExtbob
2019-10-20more tree view fixes for templatesBob Zeleznik
2019-10-20initial version of template refactoringBob Zeleznik
2019-10-19cleaned up a bunch layout vs doc issues related to templatesBob Zeleznik
2019-10-18fixed up creator buttons - factored out convert to buttons code into a ↵Bob Zeleznik
dropConverter script. fixed issues with template loading for images.
2019-10-18fixed treeview to show dropdown options again.Bob Zeleznik
2019-10-16some fixes to linearView for handling templates. fixed DOCUMENTS on library ↵Bob Zeleznik
view. renaming a bunch of template stuff... still in progress.
2019-10-16a bunch of fixes to layouts to support templates in paticular.bob
2019-10-12cleaned up notifs and bottom menu iconsBob Zeleznik
2019-10-12working version of new docked sidebar + configurable bottom buttons by ↵Bob Zeleznik
drag/drop
2019-10-11switching search around to left-hand side.Bob Zeleznik
2019-10-10switching sidebar to a stacking view...Bob Zeleznik
2019-10-02many fixes to pdfs, linking, annotations, presentations.bob
2019-10-01bugs, bugs. this time with fittobox when called from schema view which was ↵Bob Zeleznik
passing width and height as functions, not values. switched to PanelWidth and PanelHeight
2019-10-01final updates to presentation view to improve layout. fixes for chromeHeightBob Zeleznik
2019-09-30switching presentatons to be colllectionsBob Zeleznik
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in ↵bobzel
various Box's. fixed some template stuff.
2019-09-19switche calls to COllectionDockingView... to addDocTabs. fixed following ↵bob
links to navigate/restore properly.
2019-09-18a bunch more template cleanup. no more miniLayout and detailedLayout. just ↵Bob Zeleznik
layoutNative and layoutCustom
2019-09-18cleaned up a lot more stuff in DocumentView and relatedBob Zeleznik
2019-09-16fixed double-clicking to open docs.bob
2019-09-14various fixes for templating and publishing document idsbob
2019-09-13more rule provider fixesbob
2019-09-11cycle prevention in treeviewBob Zeleznik
2019-09-11cleaned up ScriptBox EditScript's restructured menus for dealing with ↵bob
onClicks... exposed more layout paramters for EditableViews.
2019-09-10fixed search highlightingBob Zeleznik