aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-02-24fixed text updating properly when two aliases are shownBob Zeleznik
2020-02-22fixed textboxes with templates so that edited text is written to the doc but ↵Bob Zeleznik
the doc updates when templates change and the text hasn't been edited.
2020-02-22fixed text boxes to update to their template when they have no text or to ↵Bob Zeleznik
keep their text and override the template when they are edited
2020-02-19Merge branch 'master' into riddingDataDocsbob
2020-02-19fixed selecting text document when open as golden layout pane.bob
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-02-18cleaned up context menu orderingbob
2020-02-18added gear icon to open context menu with right-clickbob
2020-02-17fixed setting 'color' on text and other docsBob Zeleznik
2020-02-17made creation of template docs from context menu simplerBob Zeleznik
2020-02-17allow notes to become template notesbob
2020-02-17added ':' syntax to free form view to create specific note types.bob
2020-02-16fixed warningsBob Zeleznik
2020-02-14added scrollPos for textboxes & menu item for dark theme colorsBob Zeleznik
2020-02-14cleaned up backgroundColor settings and cluster overrides. added a darkSchemeBob Zeleznik
2020-02-13starting a broad cleanup of code. trying to make standard doc field names ↵Bob Zeleznik
be more regular
2020-02-12can select text from web node and upload from mobileandrewdkim
2020-02-11fixed text issue with selecting bullet items.bob
2020-02-11created a rich text rules instance for each formatted text box to fix ↵bob
accessing the correct document
2020-02-11fixes for chrome for presBoxbob
2020-02-10fixed applying templates to expanded templates. fixed titlling text boxes ↵bob
after templating and iconifying.
2020-02-09from added range slidersBob Zeleznik
2020-02-05fixed pivot view rendering with text. fixed dragging items with click handlers.Bob Zeleznik
2020-02-01several layout fixes for time views. removed remnants of animate to icon code.Bob Zeleznik
2020-01-31fixed text labeling in pivot viewbob
2020-01-30small fixes to textbox sidebar. requires testing for annotationskey in ↵Bob Zeleznik
COllectionSubView's childLayoutPairs
2020-01-30changed hideSidebar to showSidebar. added contextmenu for choosing pivot field.Bob Zeleznik
2020-01-29switched icons over to templates. a bunch of template fixes for working with ↵Bob Zeleznik
textboxes as templates.
2020-01-28minor cleanup so that layout strings are all stored in layout_<name> fieldsBob Zeleznik
2020-01-28added captions to carousel. cleaned up some stuff.bob
2020-01-27template fixesBob Zeleznik
2020-01-25added text templates for FormattedText, added field views in formatted text ↵Bob Zeleznik
box, got rid of documentText @@@ initing of FormattedText
2020-01-24fixes for imagebox's and detailed viewBob Zeleznik
2020-01-24made dataDoc be a data doc, not a layout doc & stopped expanding templates ↵bob
in DocumentContentsView. changed autoHeight to be _autoHeight layout property.
2020-01-24fixes for annotationsbob
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2020-01-22streamling templates.Bob Zeleznik
2020-01-20fixed linking to text region. fixed link displays. removed old ↵Bob Zeleznik
tooltiptextmenu. fixed brushes in richTextMenu.
2020-01-15changed freeformdocument to use contentfittingviews if specified with ↵bob
FitToBox. fixed bugs with contentfittingviews & titles.
2020-01-13deleted old Session folder and fixed linter errorsSam Wilkins
2020-01-09pull and merge with masterFawn
2020-01-09refactored dropdown buttons into a buttondropdown component for richtextmenuFawn
2020-01-09bounded antimodemenu to the boundaries of the screen and minor styling of ↵Fawn
richtextmenu
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penStanley Yip
2020-01-07added logic so that text nodes started on the very left still show the full ↵vellichora
richtextmenu
2020-01-07kind of hack to get selects in richtextmenu to be selectable againvellichora
2020-01-07richtextmenu appears whenever formattedtextbox is focusedvellichora
2020-01-07Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵vellichora
textbox_fawn_fix
2020-01-07converted tool tip text menu to react component with basic marks and dropdownvellichora