aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DashboardView.tsx
AgeCommit message (Collapse)Author
2025-04-23lots of typechecking fixes.bobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-10-02added showTags button for cardView. fixed unnecessary invalidations of ↵bobzel
TagsView based on child screenToLocal changing when its not rendered.
2024-09-04start of conversion of Calendar into a CollectionViewbobzel
2024-08-26converted unique faces to be a Doc type similar to a collection.bobzel
2024-08-26cleanup of setting myXXstuff on dashboardsbobzel
2024-08-26cleanup of myXXXstuff on dashboardsbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30fixed snapshot workspace functions by getting rid of @actions. fixed ↵bobzel
lightbox to not rerende on invalidation which allows videos to play.
2024-03-06fixed plotly/mermaids loading from a new accountbobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when ↵bobzel
always active. fixed schemaView keys dropdown menu to be a popup. cleaned up display of key Finfo's
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2023-12-16merged with zaul's branchbobzel
2023-12-16more functionality for calendar featurezaultavangar
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-09-08don't remove current recording from overlay, added closeOnSelect option for ↵bobzel
dropdown. place recording box on screen. fixe overlayView to keep views on screen. fixed schema view checkboxes. don't cause tab to rerender when colelctoin type changes. add dropdown to filter indicator to find filters.
2023-09-06updated header view to show tooltips. added initial tab to header.bobzel
2023-09-06cleanup dashboardview code and disable delete dashbaord since it's not ↵bobzel
easily undoable.
2023-09-06added undo for removing dashboards and add to recently closed. fixed link ↵bobzel
menu to open up link editor more direclty
2023-08-31reworked recording workspace UI and switched to recording window, not webcambobzel
2023-08-28removed add dashbaord from shared dashboards. added a message when no ↵bobzel
dashboards have been shared.
2023-08-27Merge branch 'master' into secondpropertiesmenu-emilybobzel
2023-08-24filter - made small finishing changeseperelm2
2023-08-23fix attempts for iconifying on browndashgeireann
2023-08-23fixed setting dashboard colorbobzel
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-10need to pulleperelm2
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-20components + homepagesrichman333
2023-07-18made text color readable for shared dashboards. fixed inking to not crashbobzel
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-12fixing dashboard view of shared dashboards to open dashbarods the same as ↵geireann
sharing panel - as embeddings.
2023-07-11updated settings managerGeireann Lindfield Roberts
- fixed some things with top toolbar and refactored files - removed FontIconBadge
2023-07-11more fixes to simplify sharingbobzel
2023-07-08Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts