aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Expand)Author
2024-11-07working to create docs but wrong doc types/not compatible with LLMA.J. Shulman
2024-11-07trying to add a new create any doc toolA.J. Shulman
2024-11-06Enhance assistant security with structured validation and input sanitizationA.J. Shulman
2024-10-22fixed websearch tool endpoint so it only returns displayable results in Dash;...A.J. Shulman
2024-10-20changed to generic addLinkedDocA.J. Shulman
2024-10-17Merge branch 'ajs-before-executable' of https://github.com/brown-dash/Dash-We...A.J. Shulman
2024-10-17added create text doc tool with font color and background color and fixed no ...A.J. Shulman
2024-10-17fixed quizMode to actually render and to get pointer events.bobzel
2024-10-17Merge branch 'master' into ajs-before-executablebobzel
2024-10-17made Card and Carousel part of novice mode views.bobzel
2024-10-17Removed awaits inside loops and made Parameters readonly for better type safetyA.J. Shulman
2024-10-17Implemented strict typechecking for tools, specifically tool inputsA.J. Shulman
2024-10-16major fixes to cardDeck view to simplify code and to make arch follow a true ...bobzel
2024-10-15tried something for typechecking but way too overcomplicatedA.J. Shulman
2024-10-14reorganized comparisonBox related components -- moved stuff down into Docs.Cr...bobzel
2024-10-13fixes to scripting to generate errors to allow schema view to enter strings t...geireann
2024-10-12disabled lightbox showing docCreatorMenubobzel
2024-10-11Lots of cleanup in comparisonBox to get rid of duplicated code and siimplify ...bobzel
2024-10-11fixed verticalalign of text boxes on load when existing text was there. fixe...bobzel
2024-10-11fix for vertically centered textbox that overflows to switch to top so that s...bobzel
2024-10-11added some commenting and code tweaks to ComparisonBoxbobzel
2024-10-11fixes for quiz mode - comparisonbox renderSide fixes. scrolling doesn't propa...bobzel
2024-10-11cleaned up comparisonBox a bit - fixed text doc placeholder text and fixed pa...bobzel
2024-10-11quiz changesalyssaf16
2024-10-10fixed being able to use text menu on text in comparison box. Allow TextDocum...bobzel
2024-10-10Merge branch 'master' into alyssa-starterbobzel
2024-10-10merged with masterbobzel
2024-10-10Merge branch 'master' into nathan-starterbobzel
2024-10-10adjusted hiding chrome for carousel. cleaned up some comparisonBox quiz code...bobzel
2024-10-10change the default flashcard to have a thin border and have text fill the car...bobzel
2024-10-10added new file header comments and fixed some error handlingA.J. Shulman
2024-10-10only show flip comparison icon if revealOp isn't hoverbobzel
2024-10-09changed flashcard revealOp to be set on collection, not individual flashcardsbobzel
2024-10-09lint fixesbobzel
2024-10-09Merge branch 'master' into ajs-before-executablebobzel
2024-10-09Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ...Nathan-SR
2024-10-09small changes for pull request; removed schema type reference in editableview...Nathan-SR
2024-10-09hide flashcard menu when animating docs in card view and elsewherebobzel
2024-10-09removing more commented out code, fixing lint. fixed carousel3Dview child ac...bobzel
2024-10-09Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ...bobzel
2024-10-09more refactoring to of collection flashcards into CollectioSubView to simplif...bobzel
2024-10-09commentsalyssaf16
2024-10-09textboxalyssaf16
2024-10-08modified how buttons are laid out on carousel and comparison views so that te...bobzel
2024-10-08changed carousel view to resize ui buttons based on screen scaling and docume...bobzel
2024-10-07Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ...alyssaf16
2024-10-07comments and clean upalyssaf16
2024-10-07refactored imageUrlToBase64 into clientUtils. lint fixes.bobzel
2024-10-07moved some more quiz functions to styleProviderQuizbobzel
2024-10-07moved all quiz code out of LabelBox and ImageBox and into StyleProviderQuiz. ...bobzel