aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-06fixed resizing height to be > 10 pixels. split pivotView out of timeView.bobzel
2025-03-05fixing compile/runtime errors.bobzel
2025-03-05fixed doccreatemenu warnings.bobzel
2025-03-05Merge branch 'master' into Mergebobzel
2025-03-05fixed gridView to have margins. fixed gridView rowslider.bobzel
2025-03-05added:hover mode for images to make primary image fade in instead of alternate.bobzel
2025-03-04fixed frame animtation to not write 0's by default. fixed lightbox stepinto ↵bobzel
to restore collection pan/zoom correctly. removed firefly unused ai buttons from imagebox.
2025-03-04fixed maximizing mainview by fixing window event removal in dockingview.bobzel
2025-03-04added link cretor button to text anchor menubobzel
2025-03-04fixed border / text autoheight bug.bobzel
2025-03-04fixed scrolling tabs in docking view. fixed createanydoc tool description arraybobzel
2025-03-04fixed svg conversion to bezier to handle relative points and dataformats ↵bobzel
without spaces.
2025-03-04fixed column width default / columnDragger for masonry view.bobzel
2025-03-04messageNathan-SR
2025-03-04Merge branch 'master' of https://github.com/brown-dash/Dash-Web into MergeNathan-SR
2025-03-04lintingNathan-SR
2025-03-04removed logsNathan-SR
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-28fixed gptpopup disappearing in overlayView. added creation of images based ↵bobzel
on selection image in gptpopup.
2025-02-28from lastbobzel
2025-02-28from lastbobzel
2025-02-28added drop target for regenerating imagesbobzel
2025-02-27fixed passive wheel prevention on document.root. fixed key waring on ↵bobzel
masonry view.
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-27added x and y margins for card view.bobzel
2025-02-27fixed column dragging and yMargin in masonry view. made columns always fit ↵bobzel
width of masonry
2025-02-26made ai. button draggable to regenerate images.bobzel
2025-02-26made regenerate ai show up next to image doc. show ai prompt for firefly ↵bobzel
in gptpopup .
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-26fixed image resolution selection based on zoom.bobzel
2025-02-26removed query-string from projectbobzel
2025-02-25more compile fixes.bobzel
2025-02-25from lastbobzel
2025-02-25updated packages and fixed some cimplier warnings.bobzel
2025-02-25package updates.bobzel
2025-02-25fixed compile 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-24Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2025-02-24added borders (width, color, and style) for DocumentViews. fixed dropdown ↵bobzel
slider buttons to show text labels.
2025-02-24Merge pull request #333 from brown-dash/ajs-finalagentbobzel
Ajs finalagent
2025-02-24Merge branch 'master' into ajs-finalagentA.J. Shulman
2025-02-24fix & feat: changed cohere embeddings for OpenAI's new embedding model and ↵A.J. Shulman
also improved security by moving api keys to .env
2025-02-24fixed adding images and giving them a height (just broken by setting ↵bobzel
layout_nativeDimEditable)
2025-02-24made images able to non-unifrom resize. changed popup to generate ↵bobzel
descriptions only after it's opened.
2025-02-23added option+maximize to open in doc editor view (currently only for ↵bobzel
images). fixed imageEditor to generate edits the first time through.
2025-02-22fixed calendar to update doc when event is dragged. added event context menu.bobzel
2025-02-21fixed dropping image onto image boxes. re-enabled rag toolbobzel
2025-02-20enabled non-uniform image resizegeireann