aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
AgeCommit message (Collapse)Author
2024-09-19merged with masterbobzel
2024-09-19merged with master -- updated filtering from cardView branchbobzel
2024-09-19changed backend for filtering buttons to store only one list - the list of ↵bobzel
icon buttons in Doc.MyFilterHotKeys.
2024-09-17merged with master + cleanup of carousel codebobzel
2024-09-02removed unused ActiveInk stuff.bobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-27uniying image labels => tags. made face tags distinguishable from other ↵bobzel
tags - and drag off to place face collection.
2024-08-26cleanup of myXXXstuff on dashboardsbobzel
2024-08-26moved KeywordsBox to TagsView. changed imagellable to use tagsbobzel
2024-08-23changed keyword items to use a doc symbol for storage instead of a field. ↵bobzel
fixed sizing of docDecoartions around keyeword box to dynaically update accurately. Aded expand/collapse button for editing keywords
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-15feat: added face recogntion boxIEatChili
2024-08-13fixed bugs introduced cleaning up database list ops.bobzel
2024-08-13cleaning up database typesbobzel
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-30template preview columns update with resizingNathan-SR
2024-07-26Revert "Merge branch 'master' into eleanor-gptdraw"eleanor-park
This reverts commit decbefe23a1da35c838222bafe8a2c029c6ea794, reversing changes made to 8ca26551622d36b7856f5c1865498fa9e5d888b5.
2024-07-26Merge branch 'master' into eleanor-gptdraweleanor-park
2024-07-24bug and render fixeseleanor-park
2024-07-17fixed higlighting text targets with color and htmlOveralygeireann
2024-07-11updateseleanor-park
2024-07-01moved active ink settings to DocumentView from Doc. Changed how ink fill ↵bobzel
color is set based on what is selected.
2024-07-01weird error?eleanor-park
2024-06-06feat: updated uiIEatChili
2024-06-04small fixeseleanor-park
2024-05-16from lastbobzel
2024-05-15merged with new eslint codebobzel
2024-05-15Make pres aniamtions last as long as their transition timebobzel
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-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-21more lint cleanupbobzel
2024-04-19from lastbobzel
2024-04-19lint fixes.bobzel
2024-04-19fixed text search highlighting. fixed first typed characfter of note to ↵bobzel
have marks.
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-01fixed header template to be marginally functional.bobzel
2024-03-31fixed scrolling to targets in text views. fixed referencing fields on ↵bobzel
another doc from text box. fixed '@name' technique for publishing documents to also remove documents and work anywhere a title is set.
2024-03-28fixed keyvaluebox to show props document, never the doc in the fieldKey ↵bobzel
slot. changed computedFIelds to do mobx caching. changed text boxes to do updating from templates based on a fieldKey_autoUpdate flag combined with modification timestamps. enabled comparison box to work with text fields in addition to docs.
2024-03-28fixed tabbing between items in nested dashFieldViewsbobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ↵bobzel
fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views.
2024-03-23fixed linking to parts of a template. fixed highlting part of a template ↵bobzel
when following a link to it.
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.