aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2025-03-09removed simulation doc. fixed empty imageBox uploading. fixed script ↵bobzel
typechecking. fixed metadata doc. fixed setting background colors of docs that have a template.
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-03-05added:hover mode for images to make primary image fade in instead of alternate.bobzel
2025-02-27prevent tagsview from appeqring in spreadsheet. set default fill color only ↵bobzel
if nothing is selected. place column divider at top of stacking/card views. move card view flashcard view to top left independent of margin settings.
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
2025-02-24added borders (width, color, and style) for DocumentViews. fixed dropdown ↵bobzel
slider buttons to show text labels.
2025-02-03fixed pres animation of colection that's progresivized by removing ↵bobzel
dataTransition assignments that made no sense.
2025-02-03fixed defaults for roll animations effect. fixed hideBefore pres effect to ↵bobzel
not show Doc before effect starts
2025-01-27fixed placement of widget decorationsbobzel
2025-01-19from lastbobzel
2025-01-19css fixes for ai editor views.bobzel
2025-01-17changed to generating 4 images for each firefly request.bobzel
2025-01-13changing ai for images and collections to work mostly the same way. fixes ↵bobzel
for document view/collection/images to keep things working when the ai editor view reduces the rendered document size. fixed so that freeform views overlaid on images/vieos/etc have the ui menu items of collections.
2025-01-10fixed scrolling when ai editor is open. rearranged items in ImageBox ai ↵bobzel
editor to be more compact. added error catch handler to queryFireflyImage
2025-01-09added ai editor to collectionseleanor-park
2025-01-07imagebox now has basic ai functionalitieseleanor-park
2025-01-06started a previous images displayeleanor-park
2025-01-05added AI image editoreleanor-park
2025-01-02tags can now be used as style presetseleanor-park
2024-12-16fixed api for creating an image using another image as a structure reference.bobzel
2024-11-14changed isScribble related code to be more robust at determine cusps and ↵bobzel
deciding if cusps amount to a scribble. enabled undo of scribble erase without undoing scribble. added cusp visualizer for debugging, and cleaned up downDocView to be downFfview on CollectionFreeformView.
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