aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
AgeCommit message (Collapse)Author
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-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-04-08fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵bobzel
filenames with '.'s in them. fixed vertical centered text.
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-03-06fixed resizing height to be > 10 pixels. split pivotView out of timeView.bobzel
2025-01-21more attempts to cleanup typing, etc in chat boxbobzel
2024-10-17made Card and Carousel part of novice mode views.bobzel
2024-10-09Merge branch 'master' into ajs-before-executablebobzel
2024-09-11merged with masterbobzel
2024-09-05merged with masterA.J. Shulman
2024-09-04start of conversion of Calendar into a CollectionViewbobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-26converted unique faces to be a Doc type similar to a collection.bobzel
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-07-23merging w/ zach's brancheleanor-park
2024-07-11not working well (files don't get filename immediately_A.J. Shulman
2024-06-06feat: updated uiIEatChili
2024-05-19Merge branch 'restoringEslint' into aisosa-starterbobzel
2024-05-17merged with new masterbobzel
2024-05-17manually added ChatBox from aj-starterbobzel
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-04the lack of pushing is astounding actuallyaidahosa1
2024-03-06add diagram documentZachary Zhang
2023-12-17starting calendar collection viewzaultavangar
2023-12-16merged with zaul's branchbobzel
2023-12-16more functionality for calendar featurezaultavangar
2023-12-15Merge remote-tracking branch 'origin/zaul-new-branch' into moreUpgradingbobzel
2023-12-11updates to map featurezaultavangar
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-10-04several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed ↵bobzel
sliderbox. reduce uses of scriptContext fixed web clipping annotations to be in correct spot and not to crash because of using a url that it doesn't have. fixed pdf/web links to not use anchor from other end of link. because of sharing of GetAnchor global. added a backup when presbox overwrites a doc's data field. removed sliderBox. fixed fontIcon dropdowns to not call click script twice. removed scriptContext where it wasn't needed which is everywhere except TreeViews.
2023-08-13Merge branch 'master' into UI_Update_Eric_MaEric
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-18Merge branch 'master' into secondpropertiesmenu-emilyeperelm2
2023-07-10fixed acl groups from disappearing when new account is made.bobzel
2023-07-10Location metadata synced and reactions workingEric
2023-06-07got types but trying to get iconeperelm2
2023-05-22merged physics with masterbobzel
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-01-25add new viewbrynnchernosky
2022-08-10created placeholder loading box but have to get location of final doc to ↵Naafiyan Ahmed
update with loading box
2022-08-03from lastbobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel