aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/AudioUpload.tsx
AgeCommit message (Collapse)Author
2023-11-25cleanup of rootSelected to default to false. remove unused mobile classes.bobzel
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-05-14major overhaul of field naming conventions.bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-05-13removed layerProvider functionality.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-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
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-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-03added sharing panelbobzel
2020-07-03can now exit modal by clicking outside itusodhi
2020-06-30css comment fixes + commentinggeireann
2020-06-26audio dictationgeireann
2020-06-26Merge branch 'master' into mobile_revision_directgeireann
And changes to UI of record and image upload
2020-06-19css changes and bug fixesgeireann
Presentation Undo / Redo Image upload Record Audio