aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
AgeCommit message (Collapse)Author
2024-03-30cleanup of import orderings.bobzel
2024-03-01from lastbobzel
2024-03-01added function to make documentation icon flip around.bobzel
2024-02-26fixed some string types to be enumerations for dropAction. fixed bug in ↵bobzel
golden layout dragging where a stack's tabs could disappear.
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree ↵bobzel
views, notetaking, formattedText, etc. make bringToFront an optional prop.
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all ↵bobzel
locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath &
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed sidebar button highoighting. fixed explore mode.bobzel
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