aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.tsx
AgeCommit message (Collapse)Author
2025-06-02Merge branch 'master' into task_nodes_aaravbobzel
2025-05-30Merge branch 'master' into Template-ChangesNathan-SR
2025-04-30made document options as data doc options ($), and fixed namign conventionsaaravkumar
2025-04-30Merge branch 'master' into task_nodes_aaravbobzel
2025-04-23added basic task nodes with descritpion, start and end times -- added doc ↵aaravkumar
options for starttime/endtime/allday
2025-04-22adding drop handling code for scrapbookBoxbobzel
2025-04-21attempting to integrate scrapbookssharkiecodes
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2025-03-17hopefully last changes doc creator templates.bobzel
2025-03-16a lot of code cleanup for doc creators templatesbobzel
2025-03-16Merge branch 'DocCreatorMenu-work' of https://github.com/brown-dash/Dash-Web ↵bobzel
into DocCreatorMenu-work
2025-03-09removed simulation doc. fixed empty imageBox uploading. fixed script ↵bobzel
typechecking. fixed metadata doc. fixed setting background colors of docs that have a template.
2025-03-06Merge branch 'master' into aarav_editbobzel
2025-03-06daily journal nodeaaravkumar
2025-02-27fixed passive wheel prevention on document.root. fixed key waring on ↵bobzel
masonry view.
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
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),