aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2024-10-17added create text doc tool with font color and background color and fixed no ↵A.J. Shulman
tool
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-15tried something for typechecking but way too overcomplicatedA.J. Shulman
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 ↵bobzel
code. removed create flashcard pile button from flashcard - would prefer carousel being added to marquee menu.
2024-10-10change the default flashcard to have a thin border and have text fill the ↵bobzel
card and be vertically and horizontally centered.
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
nathan-starter
2024-10-09small changes for pull request; removed schema type reference in ↵Nathan-SR
editableview; a couple lint changes
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 ↵bobzel
active
2024-10-09Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵bobzel
alyssa-starter
2024-10-09more refactoring to of collection flashcards into CollectioSubView to ↵bobzel
simplify using it in diferent collection views.
2024-10-09commentsalyssaf16
2024-10-09textboxalyssaf16
2024-10-08modified how buttons are laid out on carousel and comparison views so that ↵bobzel
text boxes can reflow around them. extracted flashcard pratice into its own component and applied it to carousel3D and carousel
2024-10-08changed carousel view to resize ui buttons based on screen scaling and ↵bobzel
document dimensions. lint errors.
2024-10-07Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
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
changed quizBoxes and quizMode to be stored as Doc metadata. Extended styles to cover contextMenuItems. remove this.setListening() from comparisonBox until contextMenu selectedVal is fixed.
2024-10-07Merge branch 'master' into alyssa-starterbobzel
2024-10-07fixed card 'pile' function. lint fixes.bobzel
2024-10-07lint fixesbobzel
2024-10-06Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
2024-10-06commentsalyssaf16
2024-10-04from lastbobzel
2024-10-04from lastbobzel
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-04cleaning up lint problems.bobzel
2024-10-04Merge branch 'master' into nathan-starterbobzel
2024-10-04cleaning up CardDeckView so that animations work smoothlybobzel
2024-10-03fixed tagsView height when zooming.geireann
2024-10-03Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-10-03started work on template editing within docCreatorMenu; fixed deleting ↵Nathan-SR
fields in the dashboard
2024-10-02Merge branch 'master' into alyssa-starterbobzel
2024-10-02fixed bottom padding in textbox for tags to depend on yMargins.bobzel
2024-10-02merged with masterbobzel
2024-10-02added xMargin for carousel to prevent buttons from overlapping text, etc. ↵bobzel
Made showing tags an option for carouselViews that needs to be turned on with showChildTags. Gave text boxes extra height when show Tags is on.
2024-10-02enabled creating falshcards from a text box selection.bobzel
2024-10-02Merge branch 'master' into nathan-starterbobzel
2024-10-02merged with masterbobzel