aboutsummaryrefslogtreecommitdiff
path: root/src/mobile
AgeCommit message (Expand)Author
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-11fixed obervable values not updateing because of component functions being def...bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-05mostly working version with latest librariesbobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...geireann
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 o...bobzel
2023-09-19made goldenlayout tabs/buttons follow color scheme + added hover highlights. ...bobzel
2023-08-24filter - made small finishing changeseperelm2
2023-08-10need to pulleperelm2
2023-08-10out of data version alert client sidebobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some F...bobzel
2023-06-07Update other usesJames Hu
2023-05-14fixed webpage link following by adding a presData for the current URL to all ...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2022-11-17mostly changing strings to enumsbobzel
2022-09-13fixed errors.bobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ju...bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by goi...bobzel
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made wit...bobzel
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at sa...bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-01updated to webpack 5bobzel
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - f...bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled open...bobzel
2021-08-01made url server references relative.bobzel
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ...bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get document...bobzel
2021-02-12changed lightbox to navigate within frame if next target is alreay there, oth...bobzel
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
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 D...bobzel
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres Effects...bobzel
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-10-08added hack to save startup state. fixed runtime failure by restoring imports ...bobzel