aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2024-11-22added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵bobzel
image and an svg.
2024-11-12updated equationBox to support margins/padding like text. fixed initial ↵bobzel
undo of newly typed equation.
2024-11-12fixed resizing height to 0 to autoResize. fixed setting background color ↵bobzel
default for equations (and everything else) to textBackgroundColor from user doc. Added a math pseudo-font to trigger entering equations instead of rich text.
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-11-03fixed parsing of chat's svg's to strokesbobzel
2024-10-31restored smartdraw ink mode. siwtched to enums for setting ink properties.bobzel
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-18fixed tab switching instead of bringing up a lightbox when following link to ↵bobzel
doc in different tab.
2024-10-17changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵bobzel
to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters
2024-10-17made Card and Carousel part of novice mode views.bobzel
2024-10-17fixed script compile errorbobzel
2024-10-14reorganized comparisonBox related components -- moved stuff down into ↵bobzel
Docs.Crete and CurrentUserUtils. changed Doc.Copy to copy Doc's in fields tagged with cloneOnCopy. Changed ComparisonBox to support hover for slide or flip views. Fixed pointerEfvents for hover in comparisonBox
2024-10-13fixes to scripting to generate errors to allow schema view to enter strings ↵geireann
that conflict with function names.
2024-10-10Merge branch 'master' into alyssa-starterbobzel
2024-10-10merged with masterbobzel
2024-10-10Merge branch 'master' into nathan-starterbobzel
2024-10-10change the default flashcard to have a thin border and have text fill the ↵bobzel
card and be vertically and horizontally centered.
2024-10-09from lastbobzel
2024-10-09Merge branch 'master' into ajs-before-executablebobzel
2024-10-08Merge branch 'master' into alyssa-starterbobzel
2024-10-08yet another fix to cardView to make animations smooth - need to specifically ↵bobzel
target hidingDecorations without going using IsResizing as a hack
2024-10-08changed carousel view to resize ui buttons based on screen scaling and ↵bobzel
document dimensions. lint errors.
2024-10-07Merge branch 'master' into alyssa-starterbobzel
2024-10-07lint fixesbobzel
2024-10-04from lastbobzel
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-02Merge branch 'master' into nathan-starterbobzel
2024-10-02merged with masterbobzel
2024-10-02added showTags button for cardView. fixed unnecessary invalidations of ↵bobzel
TagsView based on child screenToLocal changing when its not rendered.
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01Merge branch 'master' into alyssa-starterbobzel
2024-10-01more lint fixesbobzel
2024-10-01more annopalette related cleanupbobzel
2024-10-01resotre typesriptlibbobzel
2024-10-01Merge branch 'master' into eleanor-gptdrawbobzel
2024-10-01fixed eraser mode button to show current eraser and to show options.bobzel
2024-10-01merged with masterbobzel
2024-10-01restored typescriptlibbobzel
2024-10-01Merge branch 'master' into zach-starterbobzel
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-30restored typescriptlibbobzel
2024-09-30Merge branch 'master' into alyssa-starterbobzel
2024-09-30upate AJ assistant from master and fix some lint errorsbobzel
2024-09-30merged with masterbobzel
2024-09-30changed filter tool to look like a menu section.bobzel
2024-09-29Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
2024-09-25updated carousel to show same filter as in context menu bar.bobzel
2024-09-25merged with master. updated filtering in carousel view.bobzel
2024-09-22Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw