aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2025-03-07fixes to daily journal creation.bobzel
2025-03-07fixed columnWidth settings for sidebar. fixed color picker and other ↵bobzel
dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts.
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-03-04added link cretor button to text anchor menubobzel
2025-03-04fixed border / text autoheight bug.bobzel
2025-02-24added borders (width, color, and style) for DocumentViews. fixed dropdown ↵bobzel
slider buttons to show text labels.
2025-02-18css fixes for gptPopup + close buttonbobzel
2025-02-14major restructure of GPTPopup so that it works with all collections.bobzel
2025-02-13from lastbobzel
2025-02-13lots of cleanup in GPTpopup.bobzel
2025-02-12cleaning up how text boxes maintain focus when UI widgets are interacted with.bobzel
2025-02-11enabled multi-select modification of text documents from topBar buttons. ↵bobzel
fixed diagram box layout and scrolling. fixed problem with createDoc tool where it would fail when it got an array. fixed formatting of chat box errors.
2024-11-11changes for demoeleanor-park
2024-11-01fixed inifnite loop in card view caused by bug in formattedText of adding ↵bobzel
tagsView height to doc height. made selected docs also be focused docs in cardview. fixed tags text color to be set to black
2024-10-30reworked how context menu buttons for ink and text work. added ↵bobzel
disableMixBlend for making transparent docs not use 'multiply'.
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵bobzel
boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox.
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