aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
AgeCommit message (Collapse)Author
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵bobzel
always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument.
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵geireann
'self' even though it's deprecated.
2023-11-25cleanup of rootSelected to default to false. remove unused mobile classes.bobzel
2023-08-31reworked recording workspace UI and switched to recording window, not webcambobzel
2023-08-28fixed explore buttonbobzel
2023-08-28trying to fix more colorsbobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-10more updates to out of date version alertbobzel
2023-08-10out of data version alert client sidebobzel
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-27Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-20components + homepagesrichman333
2023-07-18Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-18got rid of snapshot dashboard topbar menu item. fixed server stats ↵bobzel
background. got rid of import document from doc view context menu.
2023-07-18Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-18consolidated server stats with server heartbeatbobzel
2023-07-18added number inputs to right hand sideGeireann Lindfield Roberts
2023-07-17Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts
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-10filters and better uiSophie Zhang
2023-07-10updated to v54 of comp libraryGeireann Lindfield Roberts
2023-07-09fixing dropdown componentsGeireann Lindfield Roberts
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-04Merge branch 'master' into collaboration-sarahsrichman333
2023-06-28Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-06-24changed server ping to generate client alertsbobzel
2023-06-24ping cleanupbobzel
2023-06-23fixed color of heartbeat with hackbobzel
2023-06-23Merge branch 'master' into heartbeatbobzel
2023-06-16cleaner w/ effectiveAclssrichman333
2023-06-14Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-06-06more Symbol updating.bobzel
2023-06-06updated share button on topbargeireann
2023-06-05topbar, buttons etcgeireann
2023-04-26added stats button to mainviewbobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-02-21fixed explore mode zooming. don't show doc decorations until you move ↵bobzel
outside of the document, fixed dragging radius button over webbox to still get pointer events. fixed selection text in coments for web boxes.. fixed setting default background color for notes. fixed mode buttons to trigger click behavior before double click behavior. fixed events on nested text boxes that are linkAnchors (like text quotes in sidebar comments),
2022-11-02add basic heartbeat functinality througha ping/pong api cycleMichael Foiani
2022-09-22remove overlaydocs when switching dashboards.bobzel
2022-09-21fixed snapshots of dashbaords to have trails setupbobzel
2022-09-21restyled document decorationsGeireann Lindfield Roberts
and changed novice mode to exclude `data` in treeView
2022-09-20updated homepage viewGeireann Lindfield Roberts
2022-09-14changed docking view thumbnails to be imagefields, not docs. allowed ↵bobzel
docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started
2022-08-03add new icon and modal for reporting.Michael Foiani
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-28cleaned up some more currentUserUtils - fixed some issues with prev/next ↵bobzel
key frame appearing.