aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ComparisonBox.tsx
AgeCommit message (Collapse)Author
2024-09-11fixed comparisonBox to honor fitWidth of Docs. fixed dropping on empty ↵bobzel
muliticolumnview.
2024-09-04fix bugalyssaf16
2024-09-03start of cleaning comparisonBox code.bobzel
2024-09-03fix copmarison box slidebar to work.bobzel
2024-09-02fixed containerViewPath for carouse and comparison boxesbobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-08-30comparison box cleanupalyssaf16
2024-08-30clean up comparison boxalyssaf16
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-19simple image labelalyssaf16
2024-07-19image labelsalyssaf16
2024-07-10stuffalyssaf16
2024-07-09promptalyssaf16
2024-07-08Speech to phonemes progressalyssaf16
2024-06-24language menualyssaf16
2024-06-23audio quiz cardsalyssaf16
2024-06-18working on various image flashcard ideasalyssaf16
2024-06-13create flashcard stack and ui fixesalyssaf16
2024-06-12flashcardalyssaf16
2024-06-09filter fixedalyssaf16
2024-06-07Flashcard menusalyssaf16
2024-06-06Flashcard changes - menu addedalyssaf16
2024-06-06Fixes to chatcard and quizcardalyssaf16
2024-06-05Flashcards changesalyssaf16
2024-06-04fixed animation of comparisonBox clip slidingbobzel
2024-06-04comparisonbox cleanupbobzel
2024-06-03comparisonbox cleanup.bobzel
2024-05-20restored old style of flashcards for now.bobzel
2024-05-20restoring click to slide comparisonbox slider back and forthbobzel
2024-05-20lint cleanup and some flashcard fixesbobzel
2024-05-19Merge branch 'restoringEslint' into alyssa-starterbobzel
2024-05-17chatcards, quizcards, and ai flashcardsalyssaf16
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-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵bobzel
CollectionFreeForm stiuff
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-21more lint cleanupbobzel
2024-04-19fixed text search highlighting. fixed first typed characfter of note to ↵bobzel
have marks.
2024-04-17flipalyssaf16
2024-04-17fixed access to flashcard textbobzel
2024-04-17ai flashcardsalyssaf16
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30working on making flashcards from pdf with aialyssaf16
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-25fixed exception in comparison boxbobzel
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.
2024-03-18hoveralyssaf16
2024-03-17menu workingalyssaf16