aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
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-27fixed some type errors.bobzel
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-28Augment is actually a working version of SelfEdit nowsrichman333
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-21start of augment -> self-editsrichman333
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-06more Symbol updating.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.
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13fixed caption scrolling in carousel view. fixed display of audio tags in ↵bobzel
textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking)
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.
2023-05-10Merge branch 'master' into collaboration-sarahbobzel