aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.tsx
AgeCommit message (Collapse)Author
2023-02-21fixed explore mode zooming. don't show doc decorations until you move ↵bobzel
outside of the document, fixed dragging radius button over webbox to still get pointer events. fixed selection text in coments for web boxes.. fixed setting default background color for notes. fixed mode buttons to trigger click behavior before double click behavior. fixed events on nested text boxes that are linkAnchors (like text quotes in sidebar comments),
2022-12-09added splash ui for document loading.bobzel
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ↵bobzel
ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
2022-09-15added dotenv to Main.tsxgeireann
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-30merge with masterMichael Foiani
2022-06-27fixed initialization issues with creating user documents unnecessarily. ↵bobzel
fixed updating doc icon templates to apply to documents already created.
2022-06-23merge with mehek videoMichael Foiani
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25.
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
2022-06-15Refactor RecordingApi into two main files - TrackMovements and ↵Michael Foiani
ReplayMovements. TrackMovements is for recording presentations and ReplayMovments is for replaying them.
2022-06-08feat: basic dashboard viewJenny Yu
2022-05-04Get storing pres data working, but is choppy due to mobx usage.Michael Foiani
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-06-22added "live" flag to url parsing to override playground fields.bobzel
2021-03-24redid how LinkManager stores links on documents by putting them on the Doc ↵bobzel
itself instead of as a computedFn. This has a signifcant effect on efficiency since adding a link to one document will no longer invalidate every other view that references *any* document's links
2021-02-25wokring field infos.bobzel
2021-02-25field info startbobzel
2020-12-02fixed warnings. prevent titles form showing up in presentationViewbobzel
2020-12-02added a loadtime cookie to keep track of last load time.bobzel
2020-10-16updated user initialization code to not generate server traffic when ↵bobzel
creating a new account. set user accounts to update their cache 2.5s after login.
2020-10-08added hack to save startup state. fixed runtime failure by restoring imports ↵bobzel
in main.tsx
2020-10-08load entire DB in one message.bobzel
2020-06-27fixed safe mode & reverted to apply ontly to freeform and schema collections.Bob Zeleznik
2020-05-22port extensibility fixesSam Wilkins
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins
2020-04-12rough pass at collection map viewSam Wilkins
2020-02-09drop metadataeeng5
2019-11-12a bunch of cleanup and bug fixes to text links and doculink buttonsbob
2019-10-11changes to menu layoutsbob
2019-09-24now store cache in mongodb collection, fixed extension asSam Wilkins
2019-09-20factored out extensions into npm moduleSam Wilkins
2019-09-19made extensions genericSam Wilkins
2019-09-19extensions fixes and tracking albumsSam Wilkins
2019-09-13added batching, genericallySam Wilkins
2019-09-12sharing workflow supportedSam Wilkins
2019-09-12merged with master and batch directory upload requestsSam Wilkins
2019-09-11added default note type collectionbob
2019-08-30model sharingSam Wilkins
2019-08-08clean upSam Wilkins
2019-08-07pivot viewer native codeSam Wilkins
2019-08-07added zooming to pdfsbob
2019-08-06pivot viewSam Wilkins
2019-07-27fixed updating user doc stuffyipstanley
2019-07-16linter and error fixesSam Wilkins
2019-07-14Added whosOnline route to serverTyler Schicke
2019-07-13oops duplicatesyipstanley
2019-07-13oopsyipstanley