aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2023-10-21change to doc decorations to be more "lightweight". made linkBox render ↵bobzel
links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option.
2023-10-12performance fixes to reduce re-rendering : moved link brushing out of Doc's ↵bobzel
highlighting and into Annotation.tsx, stopped freeformview from rerendering whenever its invalidated by not always setting layoutElements to a new list.
2023-09-29fixed autoHeight text scrolling in its own tab and elsewhere. update ↵bobzel
ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon.
2023-09-19fixed issue with clicking at end of text range selecting list_item, not text ↵bobzel
causing bulleted items to behave weirdly.
2023-09-13removed leading/trailing spaces from published termsbobzel
2023-09-13fixed copying entire text box when nothing is selected.bobzel
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ↵bobzel
typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders.
2023-09-11moved edit on click script to developer. fixed highlight options for My ↵bobzel
text. enabled chromeHidden for all doc types and applied it to RTF text boxes. updated sliders in properties view to undo properly and to autorange, and cleaned up ode.
2023-09-08added cancel trim and revert buttons to audioboxbobzel
2023-09-06fixed up audio annotation to add dictation to sidebar note.bobzel
2023-09-04fixed undoing highlighting text.bobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-25changed icon, added gen ai doc linkSophie Zhang
2023-08-18cleanupSophie Zhang
2023-08-18Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-18added gen_fill_children fieldSophie Zhang
2023-08-17updated fieldNames for recording dictationbobzel
2023-08-17Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-17broken versionSophie Zhang
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-08-13Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-13updateSophie Zhang
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-08-08fix dall-e issueJames Hu
2023-07-31fixed dictation into text boxes to stop when component unmounts. fixed ↵bobzel
some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected.
2023-07-27changesSophie Zhang
2023-07-20refactoring gpt functionalitiesSophie Zhang
2023-07-18Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-07-18.Sophie Zhang
2023-07-13getting shared links to show up when they are made remotely. fixing text to ↵bobzel
not generate network events when it's not selected
2023-07-05changed acl inheritance for docking views.bobzel
2023-07-04Merge branch 'master' into collaboration-sarahsrichman333
2023-07-04fixed undo stack when typing, then switching tabs. combined mark settings ↵bobzel
into one dispatch on text box load.
2023-07-02improved highlighting of tabs to show focus/active. added. menu item to open ↵bobzel
a tab in lightbox
2023-07-01turned off notetaking chrome in browse mode. fixed pointereventrs for text ↵bobzel
in/out of browse mode. changed background to be gray by default
2023-06-30fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵bobzel
mode. fixed switching dashboards to not display an empty stack.
2023-06-29undo and redoSophie Zhang
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
2023-06-22fix so that text boxes don't sometimes collapse when being dragged.bobzel
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-21Merge branch 'master' into collaboration-sarahsrichman333
2023-06-19renamed all config doc creators to just ConfigDocument()bobzel
2023-06-15added drag lock back into document decorations.bobzel
2023-06-15more merge fixessrichman333
2023-06-15fixed adding links to update cache so that they dont' disappear if you quit ↵bobzel
right away. fixed highlighting text (with bold) to not update the text box size if it's autoHeight
2023-06-14Merge branch 'master' into collaboration-sarahsrichman333
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-06updated text properties to be prefixed with field 'text_'bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.