aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Types.ts
AgeCommit message (Collapse)Author
2025-04-23lots of typechecking fixes.bobzel
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-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-02-14major restructure of GPTPopup so that it works with all collections.bobzel
2024-12-18betterA.J. Shulman
2024-05-17manually added ChatBox from aj-starterbobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2023-11-24mergesrichman333
2023-08-10out of data version alert client sidebobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-08added progressive disclosure for collections.bobzel
2023-01-25added a linkFollow o[ption to choose between opening target, or highest ↵bobzel
level collection containing target. fixed adding marker annotations to pdf/web/etc. fixed following link to wikipedia pages to not create a new document each time. made searchBox's search function static so that it can be called programmatically. Fixed LinkDocPreview to not flicker when doing a nopreview link follow. changed PlayTrail to restore state of all freeform collections containing source anchor.
2022-06-17updated fontIconBadge to use 'viewed' list to decrement value when items are ↵bobzel
viewed. cleaned up how sharedDoc is setup in currentUserUtils to allow updates to not require rebuilding DB
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-03-02upgraded to typescript 4.6.2bobzel
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2020-05-15renamed new_fields to fieldsSam Wilkins