aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
AgeCommit message (Collapse)Author
2020-04-07got rid of some run-time errors/warnings related to CORS-ifying imagebox ↵Bob Zeleznik
requests, and avoiding memoizing messages for computedFn's outside reactions.
2020-04-04warning fixesStanley Yip
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-02-24fixed issue with dataDoc in text box comment link following and doc ↵Bob Zeleznik
annotatable component
2020-02-19getting rid of data docs from many placesBob Zeleznik
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-27Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-01-27template fixesBob Zeleznik
2020-01-27nativewidth and nativeheight extension key fix and implemented UI to ↵Sam Wilkins
manually download a remotely hosted image
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-22streamling templates.Bob Zeleznik
2019-12-18fix for note templates by fixing DocComponents' dataDoc methodbob
2019-12-17fixed up interactions with documentBox contents.Bob Zeleznik
2019-12-14fixes to make nativewidth/height more robust for PDFs. fixes for search - ↵Bob Zeleznik
filter out extension docs.
2019-12-12major changes to drag and dropbob
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-23a lot of fixes!Stanley Yip
2019-11-20lots of changes to make rendering more efficient (fewer mobx invalidations). ↵bob
made selection and collecitonviews use an observableMap that works now.
2019-11-19fixed drawing on images, pdfs, and videosbob
2019-11-19more fixes to pdfsbob
2019-11-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵yipstanley
interaction_stanley
2019-11-13fixed search on client/server to work with richTextFields. got rid of ↵bob
'text' field on richtextfield extensions.
2019-10-26Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵yipstanley
interaction_stanley
2019-10-21big cleanup of layoutStrings, fieldExt, fieldKey, etcBob Zeleznik
2019-10-21got rid of fieldExt from layoutstring. set directly by annotated fieldsbob
2019-10-21initial simplification to fieldExtbob
2019-10-19fixing up audioboxes little by little.Bob Zeleznik
2019-10-16some fixes to linearView for handling templates. fixed DOCUMENTS on library ↵Bob Zeleznik
view. renaming a bunch of template stuff... still in progress.
2019-10-15good enough for stanley to start texting i thinkStanley Yip
2019-10-15Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Stanley Yip
interaction_stanley
2019-10-15extensions for linearViews or nesting.bob
2019-10-15cleaned up current_user_utils. cleaned up some interactions with colorBox, ↵Bob Zeleznik
textbox height
2019-10-13Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Stanley Yip
interaction_stanley
2019-10-10switching sidebar to a stacking view...Bob Zeleznik
2019-10-10got rid of all CollectionView wrappers around XxxBox's added ↵bob
DocAnnotatableComponent
2019-10-08touchable added baselineStanley Yip
2019-05-09merge with master, but haven't reconciled internal and external linkingSam Wilkins