aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2024-11-12made equation background same as text. fixed dflt stroke/link width to both ↵bobzel
be 1. made function plot axis ranges get saved to Doc. marked equation->function links as being svgs. fixed initial size of equation boxes..
2024-10-30reworked how context menu buttons for ink and text work. added ↵bobzel
disableMixBlend for making transparent docs not use 'multiply'.
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-11fixed verticalalign of text boxes on load when existing text was there. ↵bobzel
fixe scrolling of vertical align textboxes when fitwidth is set. added flashcard contextmenu to comparisonbox and
2024-10-11cleaned up comparisonBox a bit - fixed text doc placeholder text and fixed ↵bobzel
parsing keyword/question/answer from flashcard creator. also fixed text boxes within in comparisonBox
2024-10-10Merge branch 'master' into alyssa-starterbobzel
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.
2024-10-07Merge branch 'master' into alyssa-starterbobzel
2024-10-04cleaning up lint problems.bobzel
2024-10-04Merge branch 'master' into nathan-starterbobzel
2024-10-04cleaning up CardDeckView so that animations work smoothlybobzel
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01Merge branch 'master' into alyssa-starterbobzel
2024-10-01set default radius eraser widthbobzel
2024-10-01more annopalette related cleanupbobzel
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-25updated carousel to show same filter as in context menu bar.bobzel
2024-09-19merged with masterbobzel
2024-09-19merged with master -- updated filtering from cardView branchbobzel
2024-09-18lots of changes to fix dragging cards, integrate iconTags with other tags, ↵bobzel
sizing docs when selected to fit window,
2024-09-02cleaned up updateIcon to use promises to avoid a bunch of setTimeoutsbobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-08-29merge cleanup cleanupbobzel
2024-08-29Dataviz crash hopefully fixed; prototype func for generating templates; ↵Nathan-SR
radius NaN bug handled
2024-08-27still trying to resolve merge issueseleanor-park
2024-08-27maxmatching algorithmNathan-SR
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-26moved KeywordsBox to TagsView. changed imagellable to use tagsbobzel
2024-08-25borderNathan-SR
2024-08-25border workNathan-SR
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-30Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-07-26Revert "Merge branch 'master' into eleanor-gptdraw"eleanor-park
This reverts commit decbefe23a1da35c838222bafe8a2c029c6ea794, reversing changes made to 8ca26551622d36b7856f5c1865498fa9e5d888b5.
2024-07-25Merge branch 'master' into alyssa-starteralyssaf16
2024-07-22adding type fixes to avoid 'any'sbobzel
2024-07-18from lastgeireann
2024-07-18starting to remove anysgeireann
2024-07-12Fixed nested collections in templates. cleaned up some cod.egeireann
2024-07-11fixed transforms for treeView. cleanedup/commented some code.geireann
2024-07-10fixed undoing bringToFront selections - made longPress observable work. ↵bobzel
made ink strokes keep Z index by default when clicked.
2024-07-01moved active ink settings to DocumentView from Doc. Changed how ink fill ↵bobzel
color is set based on what is selected.
2024-06-18feat: added view of labels on docs in freeformIEatChili
2024-06-07Flashcard menusalyssaf16
2024-06-06Flashcard changes - menu addedalyssaf16
2024-06-06Fixes to chatcard and quizcardalyssaf16
2024-06-05Flashcards changesalyssaf16
2024-06-03Merge branch 'master' into nathan-starterNathan-SR
2024-05-20lint cleanup and some flashcard fixesbobzel