aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema
AgeCommit message (Collapse)Author
2022-12-07fixed presMovement.none so that no pan or zoom takes place. fixed clicking ↵bobzel
on a presitem to stop audio playing other items.
2022-12-01refactored process of following links / jumping to docs and added following ↵bobzel
options for zoomTime, etc instead of setting temporary fields on docs.
2022-11-21working cleaned up version of link editor properties in propertiesViewbobzel
2022-11-17mostly changing strings to enumsbobzel
2022-07-07fixed more errors.bobzel
2022-07-07made columnRenderef for react-table be a simple reactNote instead of ↵bobzel
posisbly a function to avoid type errors.
2022-07-07updated movable column importsbobzel
2022-07-02fixing many eslint errorsbobzel
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-05-26removed more code relating to old version of dashboards with on and off ↵bobzel
screen tab lists. fixed schema headers to not iconify when typing Enter in header field name.
2022-05-13removed layerProvider functionality.bobzel
2022-05-06changed following links to open up icons all the way down to the target ↵bobzel
document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events.
2022-03-18restored Schema views.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-16fixed warnings/errors & redirection to /homebobzel
2021-10-14Merge branch 'master' into schema-view-En-Huageireann
2021-10-06fixed lightbox view to shrinkwrap collections when opened, but not force fit ↵bobzel
contents to allow users to navigate. fixed comparison box to show context of maker'/annotation documents. fixed ink pointer events to honor pointerEvents prop (eg when embedded in a comparisonBox that turns them off).
2021-10-04fixed how filters work in Schema View. made filtering the default for ↵bobzel
clicking in title area.
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-23small schema UI tweakGeireann
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-14fixed height of maincontent. fixed warnings.bobzel
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-27Merge branch 'master' into schema-view-En-Huageireann
2021-08-26fixed warnings/errorsbobzel
2021-08-25added comment, fixed path issue0x85FB9C51
2021-08-25ui updatesgeireann
2021-08-16commented column code0x85FB9C51
2021-08-05Merge branch 'search-david' of https://github.com/brown-dash/Dash-Web into ↵geireann
search-david
2021-08-05Merge branch 'master' into search-davidgeireann
2021-08-04restructured filters again so that filter icons show whether a document has ↵bobzel
a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
2021-07-28Merge branch 'master' into linking-anhdinhanhtruong
2021-07-27fixe MakeClone to handle links properly. fixed cloning richtext to update ↵bobzel
rich text references to documents properly. fixed dragging to call MakeClone properly.
2021-07-24Merge branch 'master' into linking-anhdinhanhtruong
2021-07-23fixed compile errorsbobzel
2021-07-22Merge branch 'master' into Ashleygeireann
2021-07-21Fixed minor bugs0x85FB9C51
2021-07-21fixed the fact that text, number, and boolean were ignoring input types when ↵0x85FB9C51
accepting input
2021-07-21fixed date formatting0x85FB9C51
2021-07-21Revert "fixed date formatting"0x85FB9C51
This reverts commit d358e6952effeb933ab57e4b343d8f0886077d55.
2021-07-21fixed date formatting0x85FB9C51
2021-07-17some styling changes0x85FB9C51
2021-07-12Merge branch 'schema-view-En-Hua' of https://github.com/brown-dash/Dash-Web ↵0x85FB9C51
into schema-view-En-Hua
2021-07-12Changed "schemaView" :arrow_right: "collectionSchema"geireann
So style is consistent with other folders