aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/DashFieldView.tsx
AgeCommit message (Collapse)Author
2021-03-02some cleanup and extensions to Equationbox stuff. can sort of be nested in ↵bobzel
text docs with ctrl-m.
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-13fixed making delegates of custom headerViews. fixed non-responsive carriage ↵bobzel
returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc.
2020-09-08fixed event handling on embedded textboxes - dash field views need to ↵bobzel
stopPropagation() on pointerdown events, and textBoxes need to handle scroll events when they are rootSelected() (ie, in a template)
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-19fixed errors caused by Doc symFields not being variable functions and thus ↵bobzel
not having 'this' bound correctly.
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-28chaned # text syntax to create a field startin with #. chaned pivot views to ↵Bob Zeleznik
aggreate #keys as if the value were the key after the #
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-16cleaned up some of the prosemirror plugin views.Bob Zeleznik
2020-06-15added a linkView and changed display of docFieldView to inline to allow text ↵Bob Zeleznik
wrapping on the same line as the fieldLabel
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-11fixed issues with text auto height and scaled documents. allowed #tagging ↵Bob Zeleznik
in text notes to support muliple values with ';'. DashFieldviews can have multiple values, too. logout is moved to settings.
2020-05-09lint fixesBob Zeleznik
2020-05-05fixes for parameterized templates. added a pendingMap to fix issues with ↵Bob Zeleznik
expandTemplateLayout. added a switchbox template to test templates. changed dimUnits/dimMagnitude to _dimUnits/_dimMagnitude
2020-05-01added childLayoutTemplate to render collection children w/o modifying them. ↵Bob Zeleznik
fixed docComponent's layoutDoc to use LayoutDoc prop. change buxton template to use new template mechanisms. fixed fixed lint errors.
2020-04-30working version of snapping with resize / templates / centersBob Zeleznik
2020-04-28warning fixBob Zeleznik
2020-04-28rearranged text filesBob Zeleznik