aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.tsx
AgeCommit message (Collapse)Author
2024-10-30integrated image stickers with paletteeleanor-park
2024-10-09Merge branch 'master' into ajs-before-executablebobzel
2024-10-04cleaning up CardDeckView so that animations work smoothlybobzel
2024-10-01more lint fixesbobzel
2024-09-07completely restructured, added comments, and significantly reduced the ↵A.J. Shulman
length of the prompt (~72% shorter and cheaper)
2024-08-29from lastbobzel
2024-08-26converted unique faces to be a Doc type similar to a collection.bobzel
2024-08-22more cleanup for face collectionsbobzel
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-15feat: added face recogntion boxIEatChili
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-08-01feat: added groundwork for face recognitionIEatChili
2024-06-06feat: updated uiIEatChili
2024-05-17merged with new masterbobzel
2024-05-17manually added ChatBox from aj-starterbobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-23more lint cleanupbobzel
2023-12-17made document's root be z-INdex 0 so that calendar popup shows up on top.bobzel
2023-08-28Merge branch 'master' into advanced-trails-2-jesusmonoguitari
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-23Basic implementation of micahels branching trail on mastermonoguitari
2023-08-22Merge branch 'master' into advanced-trailsmonoguitari
2023-08-10merged /getUserDocumentIds into /getCurrentUser to avoid extra server round tripbobzel
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-07-17Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-12from lastbobzel
2023-07-11updated settings managerGeireann Lindfield Roberts
- fixed some things with top toolbar and refactored files - removed FontIconBadge
2023-07-04Merge branch 'master' into collaboration-sarahsrichman333
2023-06-23Merge branch 'master' into heartbeatbobzel
2023-05-04properties view + sharing manager are consistent, and all text updates properlysrichman333
2023-04-13Compile and make compatible all the scattered code I had for empowering ↵sotech117
trails for dash meeting. Still much to do with ui, but basic functionaltiy is there. Two key things, 1) navigation for branching trails, and 2) ability to runSubroutines on tested trails.
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-02add basic heartbeat functinality througha ping/pong api cycleMichael Foiani
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