aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2024-10-17changed 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-14reorganized 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-11Lots 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-11fixed 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-11fix for vertically centered textbox that overflows to switch to top so that ↵bobzel
scrolling works.
2024-10-11cleaned 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-10fixed 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-10Merge branch 'master' into alyssa-starterbobzel
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-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-07refactored imageUrlToBase64 into clientUtils. lint fixes.bobzel
2024-10-07Merge branch 'master' into alyssa-starterbobzel
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-04Merge branch 'master' into nathan-starterbobzel
2024-10-03fixed tagsView height when zooming.geireann
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-01Merge branch 'master' into nathan-starterbobzel
2024-10-01Merge branch 'master' into alyssa-starterbobzel
2024-10-01more lint fixesbobzel
2024-10-01more annopalette related cleanupbobzel
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-30cleaned up some lint errors.bobzel
2024-09-21added flashcard deck creator to foramtted text box.bobzel
2024-09-19merged with masterbobzel
2024-09-19merged with master -- updated filtering from cardView branchbobzel
2024-09-19Merge branch 'master' into aisosa-starterbobzel
2024-09-19fixed setting rotation center. fixed not dropping docs onto themselves.bobzel
2024-09-18lots of changes to fix dragging cards, integrate iconTags with other tags, ↵bobzel
sizing docs when selected to fit window,
2024-09-11merged with masterbobzel
2024-09-09cNathan-SR
2024-09-08cNathan-SR
2024-09-08schema changes revertedNathan-SR
2024-09-06Merge branch 'master' into alyssa-starterbobzel
2024-09-05added hideScroll option for text boxes.bobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-09-02dynamic text size and stylesNathan-SR
2024-09-01Added color and centering defaults to formattedtextboxNathan-SR
2024-09-01commitNathan-SR
2024-08-30clean up comparison boxalyssaf16
2024-08-29from last cleanupbobzel
2024-08-29merge cleanup cleanupbobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-19extensive fixes to DiagramBoxbobzel
2024-08-15cleaned up server list add/rem.bobzel
2024-08-09a bunch more typing fixes.bobzel