aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DropConverter.ts
AgeCommit message (Collapse)Author
2020-03-03several fixes to templates (simplified expanding, notes use 'text' field ↵Bob Zeleznik
now, collections show documents when their data field is not a list). multicol/row resizers select their doc.
2020-02-11added ability to pass a Layout as a prop. changed presentations to use ↵bob
layout props. fixed creating a template for just an empty collection representing one field.
2020-01-30small template fixes for text mostly.bob
2020-01-30fixed adding inline docs in active templates. added image templates. made ↵Bob Zeleznik
schema scripts editable & no type check this.data.map((d,i) => d.proto.caption = copyField(this.captions[i]?.data)).length
2020-01-29switched icons over to templates. a bunch of template fixes for working with ↵Bob Zeleznik
textboxes as templates.
2020-01-29fixed templates of just a text box (not in a collection)Bob Zeleznik
2020-01-28fixes for texttemplates that get updated.bob
2020-01-27template fixesBob Zeleznik
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-22streamling templates.Bob Zeleznik
2020-01-22fixed template/scripting problem. added collectionDoc parameter for onClick ↵bob
scripts. made buxton layout update hero image on click.
2020-01-20buxton layout improvementsSam Wilkins
2020-01-20close to buxton's initial workflowSam Wilkins
2020-01-17changed view types around to be stored on extension doc. added stuff to ↵bob
stackingview to create views of fields using ';"
2020-01-10better working version of pivot viewerbob
2019-12-18fixes to fieldKey searces within layoutstrings to use ' instead of "bob
2019-12-12fixed makeTemplateBob Zeleznik
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-10-21got rid of CollectionBaseViewBob Zeleznik
2019-10-18fixed up creator buttons - factored out convert to buttons code into a ↵Bob Zeleznik
dropConverter script. fixed issues with template loading for images.