aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
AgeCommit message (Collapse)Author
2020-09-11fixed creating text boxes with pre-set text to select that text -- used in ↵bobzel
treeView outlines
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-10small fix to allow expanded images in treeviews to be moved and treeView ↵bobzel
expanded items to be right-clicked for a context menu
2020-09-10made images in treeView outlines show up without a titlebobzel
2020-09-10made basic progressivized slides using TreeViewbobzel
2020-09-10added"_isBackground-canClick for background collections that are still ↵bobzel
clickable. fixed colors for treeView. fixed events on flyout to be processed after React processses them for everything else - problem was that clicking on the color picker deselected the item being colorized.
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-02fixes to sidebar filter. still need some more work.bobzel
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-29fixed maximize docdecoration to toggle target w/o making an alias. use ↵bobzel
ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-29added some link follow options to link Editor. Big overhaul of dockingView ↵bobzel
to make things undoable and cleaner
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-27switched back to recentlyClosed from inactive. fixed adding tag to multiple ↵bobzel
document seleciton.
2020-08-26added dropdown dashboards input at top left + new & snapshotbobzel
2020-08-26fixed warnings. fixed url / annoation updating when navigating web pages.bobzel
2020-08-26fix so that tabbing tree view items works when treview aliases (eg minimap) ↵bobzel
are displayed. just doesn't work if the document is open more than once in the same treeview
2020-08-26more efficient way to update tree view active() flagbobzel
2020-08-26fixed immediate Title Editing of tree viewsbobzel
2020-08-25changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff.bobzel
2020-08-25changed system documents to act like dividers in tree views. removed some ↵bobzel
menu items in cases they don't apply. fixed ink selection to not use boudning box.
2020-08-24removed treeViewOpen from sidebar panels since they don't need them now that ↵bobzel
the top level is hidden.
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.
2020-08-24added alternate doc button bar to settings. changed context menu icon to ↵bobzel
bars from cog.
2020-08-24fixed presentation trails being added to myPresentations. fixed properties ↵bobzel
pane to set title "in place".
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-22switched search from writiing searchMatch to matched docs to instead store ↵bobzel
in a run-time observableMap. This allows simultaneous searches by different users.
2020-08-22fixed key value for empty lists to show [], fixed tree view to allow 'data' ↵bobzel
field .to display for empty lists. Gave untitled Tabs a default height
2020-08-21fixed stacking view to use autoHeight to avoid having scroll bars. changed ↵bobzel
some names (inactive instead of recentlyClosed). switched to untitled Tabs from Untitled Collection
2020-08-21added a locking option for treeViewExpandedView field.bobzel
2020-08-21switched from "scenes" to "dashboards"bobzel
2020-08-21trying scenes instead of workspacesbobzel
2020-08-19more cleanup of SearchBox. made searchMatch be a tri-state for ↵bobzel
forward/backward/nomatch
2020-08-14added system flags to default documentsbobzel
2020-08-12Merge branch 'master' into schema_searchbobzel
2020-08-12from lastbobzel
2020-08-12fixed bad mergebobzel
2020-08-12fixed collections being hidden from SOLR. fixed warning.bobzel
2020-08-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-08-12tree viewanika-ahluwalia
2020-08-11added expanding annotations to treeView. got rid of opacity for treeView titlesbobzel
2020-08-11mergeanika-ahluwalia
2020-08-11fixed crashes in PresBox when selecting in tree view. fixed selection of ↵bobzel
treeView items to update PropertiesView
2020-08-11fixed error with highlighting search terms in formatted text. fixed tree ↵bobzel
view to show correct bullet icon
2020-08-11updated how background colors workbobzel
2020-08-10UI changesanika-ahluwalia
2020-08-02bug fixes found with sallyanika-ahluwalia
2020-08-02Merge branch 'master' into menu_restructurebobzel
2020-08-02fixed warrning message about kes with treeViewbobzel