aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-10-10adjusted placement of flaschard practice buttons to be closer to the bottom. ↵bobzel
Fixed being able to enter quiz mode for flaschards created as part of a stack by fixing embedContainer setting.
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-10fix for placement of flashcardUI buttons when zoomed outbobzel
2024-10-10added new file header comments and fixed some error handlingA.J. Shulman
2024-10-10tweaks to cardDeck view so that cards are activated when clicked, but not ↵bobzel
selected. This is consistent with carousel behavior and allows flashcards to behave the same way. Also added advance to nexst card for card view
2024-10-10only show flip comparison icon if revealOp isn't hoverbobzel
2024-10-10generics for content typeNathan-SR
2024-10-10docCreatorMenu refactor workNathan-SR
2024-10-09changed flashcard revealOp to be set on collection, not individual flashcardsbobzel
2024-10-09from lastbobzel
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-09made sizing of flashcard messages and 3d carousel's dots reactive to doc sizebobzel
2024-10-08extended flashcard UI to cardDecksbobzel
2024-10-08Merge branch 'master' into alyssa-starterbobzel
2024-10-08yet another fix to cardView to make animations smooth - need to specifically ↵bobzel
target hidingDecorations without going using IsResizing as a hack
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-08Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵alyssaf16
alyssa-starter
2024-10-08get rid of commented out codealyssaf16
2024-10-08changed carousel view to resize ui buttons based on screen scaling and ↵bobzel
document dimensions. lint errors.
2024-10-07changed transferToFlashcard because questions were coming back in a format ↵bobzel
that didn't parse
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-07more lintbobzel
2024-10-07fixed import cycle by making addHotKey a propbobzel
2024-10-07fixed card 'pile' function. lint fixes.bobzel
2024-10-07lint fixesbobzel
2024-10-07comment cleanupbobzel
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-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