aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProviderQuiz.tsx
AgeCommit message (Collapse)Author
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-23updated more [DocData] to .$ thingsbobzel
2025-03-14simplified anchorMenu to just have an AskAI button .. then updated ↵bobzel
GPtPopup's summaryBox to have a flashcard option.
2025-03-10removed label creation from text's anchor menu. removed label creation from ↵bobzel
pdfs.
2025-03-10from lastbobzel
2025-03-10fixed placing labels over text in images.bobzel
2025-03-10fixed labels to work with words that have apostrophes.bobzel
2025-03-10ignore python venv files. fix mobx assign in stylproviderquizbobzel
2025-03-10fixed compile errorsbobzel
2025-03-10Merge branch 'master' into alyssa-starterbobzel
2025-02-23added option+maximize to open in doc editor view (currently only for ↵bobzel
images). fixed imageEditor to generate edits the first time through.
2025-02-19more gptpopup cleanup.bobzel
2024-11-08style provideralyssaf16
2024-10-30Merge branch 'master' into eleanor-gptdraweleanor-park
2024-10-28Merge branch 'master' into alyssa-starterbobzel
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵bobzel
boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox.
2024-10-20changeseleanor-park
2024-10-17flashcards with stack buttonalyssaf16
2024-10-15flashcard move to serveralyssaf16
2024-10-07moved some more quiz functions to styleProviderQuizbobzel
2024-10-07moved all quiz code out of LabelBox and ImageBox and into StyleProviderQuiz. ↵bobzel
changed quizBoxes and quizMode to be stored as Doc metadata. Extended styles to cover contextMenuItems. remove this.setListening() from comparisonBox until contextMenu selectedVal is fixed.