| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-27 | fix so that schemacellfield doesn't trigger a finalizeEdit when it's not ↵ | bobzel | |
| editing. added 'red' color for template fields to schematablecell. fixed set field to allow setting data fields when field is an '_' and no template. fixed setting '=' when getting a keyValueString for empty fields with an '_' key. | |||
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-10 | from last | bobzel | |
| 2025-03-10 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2025-02-19 | more gptpopup cleanup. | bobzel | |
| 2025-02-10 | code cleanup in createDocumentTool. added childLayoutFitWidth to ↵ | bobzel | |
| comparisonBox so flashcards can fill window. | |||
| 2025-02-03 | changed filter 'check' to be exact match and 'match' to be substring. fixed ↵ | bobzel | |
| GPTpopup filtering to use a #chat tag instead of a chatFilter field. | |||
| 2025-01-28 | fixed flashcard practice mode. moved doc sorting from cardDeck into ↵ | bobzel | |
| collectionSubView to apply it to all collections. | |||
| 2024-11-12 | fixed clicking on filled closed strokes to select them.. fixed equationBox ↵ | bobzel | |
| initial width. fixed line mode for ink to always create lines. fixed contextMenu to reset selectedIndex after being hidden. added reveal options for comparisonbox to contexst menu. | |||
| 2024-11-08 | comp box | alyssaf16 | |
| 2024-10-17 | changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵ | bobzel | |
| to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters | |||
| 2024-10-17 | fixed quizMode to actually render and to get pointer events. | bobzel | |
| 2024-10-16 | major fixes to cardDeck view to simplify code and to make arch follow a true ↵ | bobzel | |
| circle arc and to fix doc sizing when fitwidth/lightbox/etc. fixes to flashcard UI for advancing to next Doc in cardView and carousel3D. | |||
| 2024-10-14 | reorganized comparisonBox related components -- moved stuff down into ↵ | bobzel | |
| Docs.Crete and CurrentUserUtils. changed Doc.Copy to copy Doc's in fields tagged with cloneOnCopy. Changed ComparisonBox to support hover for slide or flip views. Fixed pointerEfvents for hover in comparisonBox | |||
| 2024-10-11 | Lots of cleanup in comparisonBox to get rid of duplicated code and siimplify ↵ | bobzel | |
| long functions. Utility functions were added to ComparisonBox to simplify menu functions, and to FormattedTextBox to simplify creating centered text views. | |||
| 2024-10-11 | fixed verticalalign of text boxes on load when existing text was there. ↵ | bobzel | |
| fixe scrolling of vertical align textboxes when fitwidth is set. added flashcard contextmenu to comparisonbox and | |||
| 2024-10-11 | added some commenting and code tweaks to ComparisonBox | bobzel | |
| 2024-10-11 | fixes for quiz mode - comparisonbox renderSide fixes. scrolling doesn't ↵ | bobzel | |
| propagate out of carousel or card views. fix for text with image Doc - now gets saved to UPDATE_CACHE working set. | |||
| 2024-10-11 | cleaned up comparisonBox a bit - fixed text doc placeholder text and fixed ↵ | bobzel | |
| parsing keyword/question/answer from flashcard creator. also fixed text boxes within in comparisonBox | |||
| 2024-10-11 | quiz changes | alyssaf16 | |
| 2024-10-10 | fixed being able to use text menu on text in comparison box. Allow ↵ | bobzel | |
| TextDocuments to be created with a RichText field. Changed comparisonBox to horizontally center flashcard text. | |||
| 2024-10-10 | adjusted 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-10 | change the default flashcard to have a thin border and have text fill the ↵ | bobzel | |
| card and be vertically and horizontally centered. | |||
| 2024-10-10 | only show flip comparison icon if revealOp isn't hover | bobzel | |
| 2024-10-09 | changed flashcard revealOp to be set on collection, not individual flashcards | bobzel | |
| 2024-10-09 | hide flashcard menu when animating docs in card view and elsewhere | bobzel | |
| 2024-10-09 | removing more commented out code, fixing lint. fixed carousel3Dview child ↵ | bobzel | |
| active | |||
| 2024-10-09 | Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵ | bobzel | |
| alyssa-starter | |||
| 2024-10-09 | more refactoring to of collection flashcards into CollectioSubView to ↵ | bobzel | |
| simplify using it in diferent collection views. | |||
| 2024-10-09 | comments | alyssaf16 | |
| 2024-10-09 | textbox | alyssaf16 | |
| 2024-10-08 | modified 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-07 | Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵ | alyssaf16 | |
| alyssa-starter | |||
| 2024-10-07 | comments and clean up | alyssaf16 | |
| 2024-10-07 | refactored imageUrlToBase64 into clientUtils. lint fixes. | bobzel | |
| 2024-10-07 | moved 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-06 | Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵ | alyssaf16 | |
| alyssa-starter | |||
| 2024-10-06 | comments | alyssaf16 | |
| 2024-09-30 | a bunch of comparisonBox cleanup and restoring of original click to animate ↵ | bobzel | |
| between before/after. | |||
| 2024-09-30 | from last.. fixed eslint | bobzel | |
| 2024-09-29 | comments | alyssaf16 | |
| 2024-09-29 | more comments | alyssaf16 | |
| 2024-09-29 | comparison box functionality | alyssaf16 | |
| 2024-09-29 | Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵ | alyssaf16 | |
| alyssa-starter | |||
| 2024-09-29 | clean up | alyssaf16 | |
| 2024-09-25 | merged with master. updated filtering in carousel view. | bobzel | |
| 2024-09-21 | added flashcard deck creator to foramtted text box. | bobzel | |
| 2024-09-18 | Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵ | alyssaf16 | |
| alyssa-starter | |||
| 2024-09-11 | Merge branch 'master' into alyssa-starter | bobzel | |
