aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-08-19turned off sorting on server for now.bobzel
2020-08-19from lastbobzel
2020-08-19from lastbobzel
2020-08-19fixed searchBox to be more efficient by avoiding react rendersbobzel
2020-08-19fixed dragging aliases from properties panel. fixed dropdown button on ↵bobzel
schema nexsted collection
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-18from lastbobzel
2020-08-18changed catalog to pop up search over db for author. turned off ↵bobzel
double-clicking on any fonticon.
2020-08-18fixed dragging flyout tabbobzel
2020-08-18removed freezeSidebar as onClick function for sidebarbobzel
2020-08-18added pinning of multiple documents at a time to prensetation viewbobzel
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-18fixed selecting horizontal/vertical linesbobzel
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-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 text menu updatingbobzel
2020-08-17fixed reordering schema columns and selecting schema header text.bobzel
2020-08-17caret change in menuusodhi
2020-08-17Made default yMargin for stacking views default to 5bobzel
2020-08-17fixed behavior of schemaHeader menu (except when pan or zoom occurs). ↵bobzel
Changed search to show aliases by default.
2020-08-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-08-17added layoutdoc togglesusodhi
2020-08-16close filter button, bugfixesAndy Rickert
2020-08-16added lastModified timestamps for all documentsbobzel
2020-08-16changed sidebar buttons to not 'stayincollection' but to 'alias' on drop to ↵bobzel
allow them to be copied easily to other button panels.
2020-08-15cleaned up console.logs. fixed updating lastModified for SOLRbobzel
2020-08-15fixed schema view scrollbarbobzel
2020-08-15trying a fix to infinite loop in docking view config updating by removing ↵bobzel
fetchProto when field was already cached. Also cleared out the sidebarContent on load to prevent shared text documents from getting too tall.
2020-08-15fixes for search -- need to rethink how to get a sortable string field ↵bobzel
(removed _s suffix for now).
2020-08-15fixed schema menu to appear in right place. removed sorting options from ↵bobzel
menu since they're duplicative of widget UI.