aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/OverlayView.tsx
AgeCommit message (Collapse)Author
2025-02-28fixed gptpopup disappearing in overlayView. added creation of images based ↵bobzel
on selection image in gptpopup.
2025-02-18css fixes for gptPopup + close buttonbobzel
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-25minor lint cleanupbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-02-28changed multirow view to support a maxShown flag so that headerBar doesn't ↵bobzel
take forever to load with a lot of closed tabs.
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-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12from last - fix to remove overlay elements (doucment icons)bobzel
2023-12-12fixed overlay view and scriptingRepl and all observable Doc arrays to be ↵bobzel
shallowly observed.
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-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-08-29cleanupbobzel
2023-08-24Merge branch 'master' into advanced-trails-2-jesusmonoguitari
2023-08-24made link lines appear in the lightbox viewgeireann
2023-08-23Basic implementation of micahels branching trail on mastermonoguitari
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
2023-05-02fixed ink stroke text box placement. fixed opening metadata from ↵bobzel
OverlayView. Made trail videos a novice feature.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-03-28mostly code cleaning. small bugsbobzel
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer ↵bobzel
compiled functions by parameterizing more functions. .
2023-01-17fixed linkint to trail to follow trail immediately in lightbox and show ↵bobzel
trail ui in minimized mode. fixed overlay of pres box to not disappear when lightbox appears. closing /ending trail hackily restores collecftion to prior pan/zoom.
2022-09-14turned off overlayView when lightboxDoc is activebobzel
2022-09-13made overlayX/overlayY instead of re-using x/y in order that overlay docs ↵bobzel
can be dragged in playground mode (for shared mini-player presentations) without necessarily allowing regular docs to be dragged in playground mode.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
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-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-08fix: merge conflictsJenny Yu
2022-06-08merge with masterbobzel
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-07from lastbobzel
2022-06-07fixed bugs just introduced for presbox - numbering, minibox selection.bobzel
2022-06-07fixed dragging docs in overlay view to not cause a rerenderbobzel
2022-06-07fixed dragging items in overlayView to not invalidate DocumentView and cause ↵bobzel
a rerender. fixed loss of ability to select or drag after dragging a recording.
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-04fixed mini-pres view css, fixed interaction with mini-pres by fixing ↵bobzel
overlayView panelWidth/height, fixed tabMap to get updated properly to allow CloseSplit to work, etc.
2022-06-02merge with presentmodeMichael Foiani
2022-05-13removed layerProvider functionality.bobzel
2022-05-04fixes to make recordingBox appear on slides after reopening.bobzel
2022-04-28feat: recording box turning into video + only one recording boxJenny Yu
2022-04-22uploading not working (cannot find ffmpeg)Jenny Yu