aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
AgeCommit message (Collapse)Author
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-10fixed some initialization problems with tabsbobzel
2022-06-10Merge branch 'master' into mainview-jennybobzel
2022-06-10fixed closing tabs to move to headerBarbobzel
2022-06-09changed tab numbering to be relative to dashboard.bobzel
2022-06-08fixed bug with adding to pres when in miniview mode.bobzel
2022-06-08added context menu back to tab's via the doc icon. made docicon draggable ↵bobzel
and clickable. removed collectiondockingviewmenu.
2022-06-08undo/redo fixes for docking views (maximizing, closing stacks). making ↵bobzel
maximised tabs persist across refreshes.
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-06fixed up overlayDocs a bit so that they can be removed. made audioBox's ↵bobzel
appear in overlay when clicked from toolbar. add links to audio when navigating to doc in lightbox.
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-03Merge branch 'master' into presentation_upgradebobzel
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-26removed setting 'data' field of docking views on aliases. assigned acl's ↵bobzel
to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection
2022-05-23simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵bobzel
Now off screen tabs appear in the header bar which is not currently specific to a dashboard.
2022-05-16fixed snapshot to set 'context' of new aliases.bobzel
2022-04-26Merge branch master into presentation_upgradeAubrey-Li
2022-04-25put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵bobzel
changed titling of snapshots to use {#}. no current UI for cloning dashboards.
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-04-05merge masterAubrey Li
2022-04-05fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵bobzel
some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout
2022-03-17Merge remote-tracking branch 'origin/speedups2' into presentation_upgradeAubrey Li
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-03edit: lightbox opens tab in the same stackAubrey Li
2021-10-27fixed resizing window in lightbox view without messing up the docking viewbobzel
2021-08-30GitHubs are default viewgeireann
2021-08-17made dashboard context menu items context sensitive to whether they're ↵bobzel
called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared.
2021-08-02Merge branch 'master' into sharing_scenariogeireann
2021-07-29lots of updates!geireann
2021-05-31sharing dashboard works? pending fixing remnant on screen tabsusodhi
2021-05-20dashboard sharing, aliases now work? needs more testingusodhi
2021-05-17trying dynamic off screen docsusodhi
2021-04-01cleaning up tree view stuff.bobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-25from lastbobzel
2021-03-25fixed golden layout tab adding behaviors to prevent scrolled docs from being ↵bobzel
reset to 0.
2021-03-17fix Doc.MakeClone to deal wth links correctly again. fixed dashboard ↵bobzel
snapshot to either alias top-level documents, or clone everything.
2021-03-15fixed warnings. made savedAnnotations an ObservableMap. turned off ↵bobzel
annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay
2021-03-12prevent anything but Docs from being written to offScreenTabs. fixed tabs ↵bobzel
to activate an unrendered tab when it is uncovered for the first time.
2021-03-12dont add kvp docs to unused tabsbobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-03from lastbobzel
2021-02-17improved fileSysMode for treeView. added dontUndo flagbobzel
2021-02-16updated pivot views to have a getAnchor() method to save the pivotField when ↵bobzel
linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
2021-02-14fixed freeformview focus to not pan annotation documents or layoutEngine ↵bobzel
freeform views. fixed some exceptions. cleaned up focus() return value.
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-11-21fixed goldenLayout to remove rowCol when removing a stack if the rowCol's ↵bobzel
parent contains only the rowCol. prevented unlocking documents from setting NativeWidth/Height
2020-11-21fixed issue with tabs disappearing from Off-Screen tab listbobzel