aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
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-22selecting a tab doc in a tree view makes the tab active in the Dashboard. ↵bobzel
fixed stacking view's maxHeight to be _maxHeight
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-21fixed snapshoting dashboards to alias tabsbobzel
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-20Merge branch 'ink_edits'bobzel
2020-08-20more searchBox fixes.bobzel
2020-08-20starting overhaul of SearchBox code.bobzel
2020-08-20fixed lassoyunahi
2020-08-19cleaning lint errorsbobzel
2020-08-19more cleanup of SearchBox. made searchMatch be a tri-state for ↵bobzel
forward/backward/nomatch
2020-08-19Merge branch 'menu_restructure'bobzel
2020-08-19fixed frame animations and added frames to bookmarked views.bobzel
2020-08-19Merge branch 'master' into menu_restructurebobzel
2020-08-19fixed dragging aliases from properties panel. fixed dropdown button on ↵bobzel
schema nexsted collection
2020-08-19re-added row controls for Schema viewbobzel
2020-08-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-08-19fixed link label cut offanika-ahluwalia
2020-08-19removed unused schema header menu code.bobzel
2020-08-19Merge branch 'master' into schema_searchbobzel
2020-08-19focus is now on new row when new doc is created.bobzel
2020-08-19updated PropertiesButtons to work with selected documents in schemaViewsbobzel
2020-08-18added document selection for items in a SchemaView so that Properties and ↵bobzel
context menu can operate on them.
2020-08-18fixed snapping to work when dragging an alias to allow snapping to originalbobzel
2020-08-18fixed undoing typed text boxes to happen in one step (not undo to first ↵bobzel
character, then undo again fo whole box)
2020-08-18disabled ink gestures (can be reneanbled with ↵bobzel
Doc.UserDoc().recognizeGestures. fixed z-index setting of new documents in freeform view.
2020-08-18Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-08-18changed numcols change processusodhi
2020-08-18still cssusodhi
2020-08-18cssusodhi
2020-08-18fixed grid view freezing errorusodhi
2020-08-18fixed doubleclick on undo/redo to do nothing.bobzel
2020-08-17fixed schema view scripts to allow for layout or data doc assignment. fixed ↵bobzel
rich text field ToScriptField
2020-08-17Merge pull request #632 from browngraphicslab/bug_fixes_melissabobzel
Bug fixes melissa
2020-08-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-08-17framework for web in top baranika-ahluwalia
2020-08-17Fix SchemaView undefined/empty string valuesMelissa Zhang
2020-08-17GridView column number bug fixes, make up/down arrows more visibleMelissa Zhang
2020-08-17Merge pull request #631 from browngraphicslab/acls_uvbobzel
Fixed datadoc bug
2020-08-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-08-17added sort to solr search options. removed delete field assignment when ↵bobzel
removing Documents. Allowed ToScriptScript and ToString to go through regardless of ACLs
2020-08-17Merge branch 'acls_uv' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-08-17properties panel acl issue fixedusodhi
2020-08-17Merge branch 'master' into acls_uvbobzel
2020-08-17fixed reordering schema columns and selecting schema header text.bobzel
2020-08-17caret change in menuusodhi