aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-02-03added base64 encodings support for image upload, removed logs from scraper.pySam Wilkins
2020-02-03fixed adding docs when collection is a templatebob
2020-02-03fixed pivot view column layout.bob
2020-02-03attempt at performance tuning.bob
2020-02-03fixed timeline bug. made multirow/multicol use same fields.bob
2020-02-02utilsSam Wilkins
2020-02-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-02-02fixed scraperSam Wilkins
2020-02-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-02-02added curTime to timelineBob Zeleznik
2020-02-02restructuring buxton sourceSam Wilkins
2020-02-02pivot layout tweaksBob Zeleznik
2020-02-02fixed template aliasing and expandingBob Zeleznik
2020-02-02trying hardBob Zeleznik
2020-02-01moved all of pivot view into TimeView. tweaked layout for pivot. better fix ↵Bob Zeleznik
is straightforward.
2020-02-01more presenetation cleanupBob Zeleznik
2020-02-01presenetation bug fixesBob Zeleznik
2020-02-01simplified Presentations a bit by using templatesBob Zeleznik
2020-02-01several layout fixes for time views. removed remnants of animate to icon code.Bob Zeleznik
2020-01-31added multirow collection. cleaned up CollectionTimeview a bit.bob
2020-01-31changing document defaults.bob
2020-01-31Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2020-01-31added collectionTime viewbob
2020-01-31Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-01-31console.log finderSam Wilkins
2020-01-31Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2020-01-31improved labeling for pivot viewerbob
2020-01-31Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-01-31lintSam Wilkins
2020-01-31fixed text labeling in pivot viewbob
2020-01-31streamlined presentationviewBob Zeleznik
2020-01-31from lastBob Zeleznik
2020-01-30fixed zoomin in presentation modeBob Zeleznik
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-30some bugfixesStanley Yip
2020-01-30i think some bugs are fixedStanley Yip
2020-01-30small template fixes for text mostly.bob
2020-01-30fixes to embedded documentsbob
2020-01-30support for docs as fields using {{}}. and added 't' for making a template.bob
2020-01-30changed syntax to [[(doc)?(:field]] for embedding doc as text blocks. added ↵bob
{{doc}} for embedding a document
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-29started to clean up chromeviewsBob Zeleznik
2020-01-29added support for applying layouts to create slide-like narratives.bob
2020-01-29added custom narrative types. fixed scrolling ambiguity with stackviews. ↵bob
can create metdata from stackingview
2020-01-29switched inline sidebars back to ##, made text size setting available ↵bob
anywhere in text with %<num>
2020-01-29ui cleanup for pivot viewer/chrome. error fixes. fixed layout of flyoutsbob
2020-01-28added [[[doc:]?field]] to reference a doc field, and @@doc@@ for a hyperlinkBob Zeleznik