aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2025-03-25fixes to components so that things highlight reasonably in different skins. ↵bobzel
fixed color picker alternate selection.
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-21from lastbobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-03-13updated text markdown helpbobzel
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-07fixed columnWidth settings for sidebar. fixed color picker and other ↵bobzel
dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts.
2025-03-07made daily journal a tool and removed unneeded explicit mention of it in ':' ↵bobzel
menu
2025-03-07cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵bobzel
functions were considered not found.
2025-03-06fixed compioling functions with DateFieldsgeireann
2025-03-06fixed resizing height to be > 10 pixels. split pivotView out of timeView.bobzel
2025-03-04added link cretor button to text anchor menubobzel
2025-03-04fixed svg conversion to bezier to handle relative points and dataformats ↵bobzel
without spaces.
2025-03-04fixed up smartDrawHandler a bit to support svg's better. you can now drop ↵bobzel
in a .svg file from the filesystem - still some unfinished business (arcs, background/foreground color inversion)
2025-02-28from lastbobzel
2025-02-28added drop target for regenerating imagesbobzel
2025-02-26added typing to PostToServer calls. made smartDraw popup create images locally.bobzel
2025-02-26ping cleanupbobzel
2025-02-26fixed toggling number dropdown. Added firefly to gpt popup menu.bobzel
2025-02-26removed query-string from projectbobzel
2025-02-25more compile fixes.bobzel
2025-02-25updated packages and fixed some cimplier warnings.bobzel
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-19more gptpopup cleanup.bobzel
2025-02-18css fixes for gptPopup + close buttonbobzel
2025-02-12made chatBox fit width by defaultbobzel
2025-02-10updated from masterbobzel
2025-02-10added dictation buttons to chatboxbobzel
2025-02-03fixed defaults for roll animations effect. fixed hideBefore pres effect to ↵bobzel
not show Doc before effect starts
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-29generlized some of cardDeck ui. showTags is under View for all collections. ↵bobzel
chat popup is available for all docs, but only works for card views. added clear filters button for chat popup.
2025-01-29cleaned up filter icons.bobzel
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-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-08Merge branch 'master' into eleanor-gptdrawbobzel
2025-01-05added AI image editoreleanor-park
2025-01-01monorepo setupGeireann Lindfield Roberts
2025-01-02made drawing fill automatically size imageseleanor-park
2024-12-18trying new image generation plus new implementaion of video and audioA.J. Shulman
2024-12-04Merge branch 'master' into eleanor-gptdraweleanor-park
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-11changes for demoeleanor-park
2024-11-03fixed parsing of chat's svg's to strokesbobzel
2024-11-03working on smart draw width bugseleanor-park