aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
AgeCommit message (Collapse)Author
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
2020-08-01fixed warningsbobzel
2020-07-30merge w masteranika-ahluwalia
2020-07-30made 'floatin' document API cleaner. fixed interactions with draggin blue ↵Bob Zeleznik
dots off and link lines to link documents. removed Recommndations UI stuff. changed treeView to avoid "No, no, no" error warnin when tryin to render promises
2020-07-23tree view fixanika-ahluwalia
2020-07-23Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-07-23menu buttons to documentsanika-ahluwalia
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-14from lastBob Zeleznik
2020-07-14possible fix for dragging icons problem caused by setisdragging invalidating ↵Bob Zeleznik
the dragged element
2020-07-14fixed issues with creating & using scripting boxes by making scriptFields be ↵Bob Zeleznik
a function, not value, prop
2020-07-13switched context menus to be less hierarchical.Bob Zeleznik
2020-07-04redesigned editing menu, added link descriptions and popup on createdanika-ahluwalia
2020-06-30added heuristic to filters to identify text fields based on being RTF or ↵Bob Zeleznik
having multiple words. fixed text box padding when used as filter input. fixed selection of items in sidebar when RichTextMenu is pinned.
2020-06-30added a docFilter for a substring match. fixed formattedTextBox to not keep ↵Bob Zeleznik
adding user_mark storedMarks on every load
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-28fixed errors. fixed selecting in an unselected text note to not create a ↵Bob Zeleznik
phantom selection from the last selected point to the current point.
2020-06-28slightly improved layout of workspace facet filter boxBob Zeleznik
2020-06-27from lastBob Zeleznik
2020-06-27cleaned up a bunch of stuff related to TreeViews and link dots. added ↵Bob Zeleznik
option for link dots to show up in tree views. changed titles in tree views to be truncatable. fixed edting of treeview titles when an alias is in the tree view as well.
2020-06-22fixed tree view to allow textdocument to be typed while title is changing. ↵Bob Zeleznik
fixed tryUpdateHeight so that text boxes don't get a scroll bar if they're autoHeight
2020-06-22added a way to broadcast a message to all users (e.g., for restarting server)Bob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-17fixed doc decorations to work better with library tree view. made button ↵Bob Zeleznik
bar opaque.
2020-06-17fixed move document to undo correctly when ACLs of target don't allow a drop.Bob Zeleznik
2020-06-16changed Doc.MakeCopy() to ignore layout[ fields so that copying text ↵Bob Zeleznik
documents with a layout doesn't copy their text
2020-06-14changed library to have catalog default to a schema view. fixed dragging ↵Bob Zeleznik
to/from catalog to use 'same' and 'alias' as appropriate for dragging in/out.