aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.tsx
AgeCommit message (Collapse)Author
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
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-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
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
2021-01-11generalized spotlight moving to be available by any documentbobzel
2020-12-14moved onClick into DocumentViewProps from shared props.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
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-31fixed scrolling of browser when following a link in nested web page that ↵bobzel
leads to another palce within that web page
2020-08-31moved the non-rendering contents of FormatShapePane into InkStrokeProperties.bobzel
2020-08-29split out TabDocView from CollectionDockingView (where it had been called ↵bobzel
DockedFrameRenderer)
2020-08-29added some link follow options to link Editor. Big overhaul of dockingView ↵bobzel
to make things undoable and cleaner
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-21switched from "scenes" to "dashboards"bobzel
2020-08-21trying scenes instead of workspacesbobzel
2020-08-14fixed dragging aliases to remove _stayInColleciton flag. fixed warnings.bobzel
2020-08-09pullLionel Han
2020-08-03added sharing panelbobzel
2020-07-17got rid of InkOptionsMenu. Merged into CollectionFreeFormViewChrome.Bob Zeleznik
2020-07-03fixed constants in code.Bob Zeleznik
2020-07-03mobile button fix, icon update, remove radial menu on workspaces,geireann
- update mobile interface fa icons - remove radial menu form workspaces to prevent openOnRight within mobile (prevent cluster)
2020-07-02final mobile tweaks before merge?Bob Zeleznik
2020-07-02fixed reactions for MobileBob Zeleznik
2020-07-02started some cleanup for Mobile .. lookslike workspaces view is broken nowBob Zeleznik
2020-06-29Merge branch 'mobile_revision_direct' of ↵Lionel Han
https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
2020-06-29ink fixesLionel Han
2020-06-30menu update buggeireann
added _columnWidth
2020-06-29fix buttonsLionel Han
2020-06-29minor changesLionel Han
2020-06-29pullLionel Han
2020-06-29minor fixesLionel Han
2020-06-30oopsgeireann
small bug fixes
2020-06-30Merge branch 'mobile_revision_direct' of ↵geireann
https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
2020-06-30css comment fixes + commentinggeireann
2020-06-29started to fix the way subviews are created in MobileInterface to avoid ↵Bob Zeleznik
unnecessary re-renders
2020-06-27Merge branch 'mobile_revision_direct' of ↵Lionel Han
https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
2020-06-27some changesLionel Han
2020-06-26audio dictationgeireann
2020-06-26Merge branch 'mobile_revision_direct' of ↵geireann
https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
2020-06-26Merge branch 'master' into mobile_revision_directgeireann
And changes to UI of record and image upload