aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalScripts.ts
AgeCommit message (Collapse)Author
2025-08-18added image foreground mask function. added ui buttons for removing ↵HEADmasterbobzel
background, masking foreground.
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned ↵bobzel
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls.
2025-05-10added an imageTemplate ui button.bobzel
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-04-09more color template fixes.bobzel
2025-04-09cleaned up color setting for templates so that instances can override ↵bobzel
template default color.
2025-04-01fixed text views to write/read font_<props> from data doc.bobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
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-24added borders (width, color, and style) for DocumentViews. fixed dropdown ↵bobzel
slider buttons to show text labels.
2025-02-19more gptpopup cleanup.bobzel
2025-02-18css fixes for gptPopup + close buttonbobzel
2025-02-13from lastbobzel
2025-02-13lots of cleanup in GPTpopup.bobzel
2025-02-03changed filter 'check' to be exact match and 'match' to be substring. fixed ↵bobzel
GPTpopup filtering to use a #chat tag instead of a chatFilter field.
2025-01-28fixed flashcard practice mode. moved doc sorting from cardDeck into ↵bobzel
collectionSubView to apply it to all collections.
2025-01-28card view cleanup. moved 'pile' into shiftclick on Perspective dropdown. ↵bobzel
fixed tags sorting.
2025-01-01monorepo setupGeireann Lindfield Roberts
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-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-16major fixes to cardDeck view to simplify code and to make arch follow a true ↵bobzel
circle arc and to fix doc sizing when fitwidth/lightbox/etc. fixes to flashcard UI for advancing to next Doc in cardView and carousel3D.
2024-10-10Merge branch 'master' into nathan-starterbobzel
2024-10-07fixed card 'pile' function. lint fixes.bobzel
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-02Merge branch 'master' into nathan-starterbobzel
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-01cleaning up smart drawing menu options.bobzel
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-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-20Merge branch 'master' into zach-starterbobzel
2024-09-20Merge branch 'master' into eleanor-gptdrawbobzel
2024-09-20fixed filter dropdown to work properly with multiselect.bobzel
2024-09-19Merge branch 'master' into zach-starterbobzel
2024-09-19merged with masterbobzel
2024-09-19changed backend for filtering buttons to store only one list - the list of ↵bobzel
icon buttons in Doc.MyFilterHotKeys.
2024-09-17from lastbobzel
2024-09-17fixed eslint started some lintingbobzel
2024-09-17from lastbobzel
2024-09-17cleaning up card view stuff post-mergebobzel
2024-09-17ready to pullaidahosa1
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-17done with comments-- pull requestaidahosa1
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-11merged with masterbobzel
2024-09-11Merge branch 'master' into zach-starterbobzel
2024-09-10moved TagsView up into DocumentView so that one row of tags will be visible. ↵bobzel
fixed setting pixel size of images to resize annotations so they don't appear to change. added vert/horiz centering for stacking views. fixed pres box to not have scroll bars. fixed resizing properties panel.