aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2023-08-17normalized some field names data_dictation, etc. added hover info for ↵bobzel
field names in keyvalue pane.
2023-08-17minor fixes.bobzel
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-08-14Merge branch 'master' into data-visualization-sarahsrichman333
2023-08-10added client caching of jpg's in addition to png's. modified ↵bobzel
jitterRotation to _rotation_jitter and changed where it is used.
2023-08-09fixed resizing from bottomleft. turned on Tools in novice mode. fixed ↵bobzel
aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items.
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-07-31import table on windowssrichman333
2023-07-31Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-31fixed dictation into text boxes to stop when component unmounts. fixed ↵bobzel
some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected.
2023-07-28fixes for treeView to match color palettebobzel
2023-07-28Merge branch 'master' into sophie-report-managerbobzel
2023-07-27fixed longPress to terminate on pointerUp, not on Click. changed ↵bobzel
followLink() script for buttons to return select = true if there are no links. prevented turning off pointerevents for documentContents when isContentActive= true even if there is a click handler (this enables things like the imported docs background to deselect everything on click while still allowing the contents to be selected)
2023-07-27fixed importElementBox and made importBox be a masonry view. fixed clicking ↵bobzel
background of importBox to deselect everything. fixed masonry view documennt screentolocal and fixed column handle placement. fixed 'never' disable click script flag. fixed color of documentdeocrations title.
2023-07-27removed delete from treeview context menu. fixed close in treeView to not ↵bobzel
readd when closing from recently Closed.
2023-07-27mergesrichman333
2023-07-27Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-27fixed FontIconBox scripts to set 'this' to fix tool bars buttons not ↵bobzel
working. enabled access to contextMenu in treeView and topBar even when hideContextMenu is set
2023-07-27Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-21fixed additional colour issuesGeireann Lindfield Roberts
and - updated redo shortcut - fixed some things with the tree view (particularly the sorting)
2023-07-19Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-19got rid of ctrl-s to create a text slide.geireann
2023-07-19from lastgeireann
2023-07-19got rid of Ctrl-O to open a new tab maximised. added style prop for header ↵geireann
bar when tab is maximised.
2023-07-18you fix some, you break someGeireann Lindfield Roberts
2023-07-18Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-18Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-18fixed typing spaces into text inside schemasbobzel
2023-07-18Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-17Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-17Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-14pie chart groupingssrichman333
2023-07-13removed shared dashboards from SharedDocs -- only available through the ↵bobzel
Dashbaord view now. Need to change hgihlight of Dashboard button to show badge w/ new dashboards the same as is done is shard docs.
2023-07-12fixing dashboard view of shared dashboards to open dashbarods the same as ↵geireann
sharing panel - as embeddings.
2023-07-11more fixes to simplify sharingbobzel
2023-07-11importing tables from wikipedia -> DataVizBoxsrichman333
2023-07-10filters and better uiSophie Zhang
2023-07-10fixed sharing to a user to allow upgrading credentials.geireann
2023-07-10fixed collection linear view to an extentGeireann Lindfield Roberts
still errors remaining and work that needs to be done!
2023-07-09updated to add tooltipsGeireann Lindfield Roberts
also removed background colour for stacking docs (ask bob why we are setting arbitrary background colour for stacking docs?)
2023-07-08Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-08fixed adding tabs to not try to distribute acls (this is done through adding ↵bobzel
a Doc to the docking view's Doc list).
2023-07-07api key, with muiSophie Zhang
2023-07-07fixed self-ownership of copied Docs created by someone else. prevent dash ↵bobzel
from being pasted into itself. fixed inheritance of acls
2023-07-07a bunch of fixes to simplify collaboration and make it work better.bobzel
2023-07-05changed acl inheritance for docking views.bobzel
2023-07-05Merge branch 'master' into collaboration-sarahbobzel
2023-07-05fixed anno dropping on collectionsbobzel
2023-07-04Merge branch 'master' into collaboration-sarahsrichman333