aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/OverlayView.tsx
AgeCommit message (Collapse)Author
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
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29initial changes to cleanup pointer events.bobzel
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-11got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵bobzel
made text headers not overlap the tet itself.
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵bobzel
sidebar.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-30cleaned up MainView a bit.bobzel
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-14minimize + import multipleGeireann Lindfield Roberts
2020-07-14added image load idle viewBob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-05-26restructured ScriptingBox code.Bob Zeleznik
2020-05-22fixed screenshots to add to overlay if they can't add to parent. added ↵Bob Zeleznik
meta-drag to drop from overlay layer into freeform. added auto hyperlink note from dragging link button to freeform.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-05database, delete and google authentication simplifications and improvements, ↵Sam Wilkins
as well as formatted text box updates data state at field key not just data
2020-04-22fixed clicking gear icon on doc decorations. moved repl to Drag items. ↵Bob Zeleznik
Removed Open... menu. Added Open FIelds & Full SCreen to Open New Persepectives.
2020-04-19final structural cleanp up of UserDocument for a while, hopefullyBob Zeleznik
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-04fix to presentationView opacity. removed getScale and zoomToScale props ↵Bob Zeleznik
which weren't being used.
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-02-22removed LinkFollow box.Bob Zeleznik