aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/OverlayView.tsx
AgeCommit message (Collapse)Author
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
2020-02-04lots of small fixes to templates, presentations, default templates (icon, slide)Bob Zeleznik
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2019-12-12major changes to drag and dropbob
2019-12-10fixed libraryPath issues causing infinite rendering loops.bob
2019-12-04started to add pathsbob
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-10-17working version of link lines between anchorsBob Zeleznik
2019-10-05fixed adding to presentation box when minimizedBob Zeleznik
2019-09-22initial commit post master mergeSam Wilkins
2019-09-12sharing workflow supportedSam Wilkins
2019-09-09added local overlay for free form views. added start of minimap.bob
2019-09-04prosemirror restructuring.bob
2019-08-29changed linkFollowBox creation approach. fixed target contexts to add link ↵bob
default.
2019-08-29Merge branch 'master' into monika_linkingbob
2019-08-29fixed re-opening linkbox. adding linkbox dragging.bob
2019-08-27removed selectOnLoad prop. fixed textboxes from deselecting on carriage return.bob
2019-08-27things are progressingmonikahedman
2019-08-23added start of an overlay for documents.bob
2019-07-22Added a bunch of REPL functionalityTyler Schicke
2019-07-19Added start of REPLTyler Schicke
2019-07-03Added state to layout scriptsTyler Schicke
2019-07-02Added arrange script to freeform viewsTyler Schicke