aboutsummaryrefslogtreecommitdiff
path: root/packages/components/src/components
AgeCommit message (Collapse)Author
2025-07-01reverted chat send to use dash component Button, and dictation to use ↵bobzel
Toggle. Reverted Dropdown to use trigger of CLICK (hover doesn't work well). got rid of currentuserutil button references in infoUI & replaced with info-specific button descriptions. fixed up a bunch of lint/typing errors
2025-06-22successfully merged documentationtext functionality with new version of ↵Joanne
agent, however still minor issues with the agent not selecting the proper tool for documentation generation without the additional context from the topbar
2025-06-20Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Joanne
joanne-tutorialagent
2025-06-16fixed editable text typo.geireann
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-05-30Merge branch 'master' into Template-ChangesNathan-SR
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-04-07added multiToggle option to allow popup to stay up until explicitly ↵bobzel
untoggled. fixed multitoggle to honor toggleStatus. fixed popup to follow target. fixed setting text highlight background fro popup menu. fixed flashcardui buttons to have background sized properly.
2025-04-05 fixed multitoggle behavior to only toggle submenu closed. switched to ↵bobzel
hard-light for masking ink. fixed to make menu toggle take effect immediately.
2025-03-31moved audio annotation indicator/playback button to TagsView. cleaned up ↵bobzel
tagsview colors and unobscured by bottom resizer
2025-03-25fixes to components so that things highlight reasonably in different skins. ↵bobzel
fixed color picker alternate selection.
2025-03-19updated react-datepickerbobzel
2025-03-19fixed map navigation and map anchor menu buttons.bobzel
2025-03-17hopefully last changes doc creator templates.bobzel
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-02-26fixed toggling number dropdown. Added firefly to gpt popup menu.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-12cleaning up how text boxes maintain focus when UI widgets are interacted with.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-01monorepo setupGeireann Lindfield Roberts