aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
AgeCommit message (Collapse)Author
2020-02-03fixed adding docs when collection is a templatebob
2020-02-01moved all of pivot view into TimeView. tweaked layout for pivot. better fix ↵Bob Zeleznik
is straightforward.
2020-01-31added multirow collection. cleaned up CollectionTimeview a bit.bob
2020-01-31added collectionTime viewbob
2020-01-28multicolumn drop fixes. adding menu entry to stacking columndocs. fixed ↵bob
imagebox nativewidth/height settings.
2020-01-25added carousel 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-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-21made onClick override default link follow behaviorbob
2020-01-21fixed templating with collection views set?bob
2020-01-21fixed up creating template fields in stacking views (+ after the template is ↵Bob Zeleznik
made)
2020-01-17created files for mcview subcomponents, removed excess zeros in width labels ↵Sam Wilkins
and added colored feedback for resize mode. Need to implement more useful version of 'global' resize mode
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-17moved multilcolumnview into collections directorybob
2020-01-17moving things around. changed multiColumnView to not use intermediate ↵bob
config docs.
2020-01-16pivot viewer improvements.bob
2020-01-14multicolumn view in context menuSam Wilkins
2020-01-14initial propagation of collectionmulticolumnviewSam Wilkins
2020-01-13fixed some scripting and added some functions for adding docFilters to ↵bob
collections
2019-12-18small fix to lightboxBob Zeleznik
2019-12-12major changes to drag and dropbob
2019-12-11cleaned up toottipmenu and richtextschema a bit. fixed some problems with ↵Bob Zeleznik
text styles. fixed warnings.
2019-12-06performance tuning for sidebarBob Zeleznik
2019-12-06performance fixes for sidebar. stop re-rendering docking view when sidebar ↵Bob Zeleznik
expands. fixed lightbox.
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-25title template fixes for tree/stacking views.Bob Zeleznik
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-19tried to simplify button bar menuBob Zeleznik
2019-11-17streamlined context menuBob Zeleznik
2019-10-26Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵yipstanley
interaction_stanley
2019-10-21got rid of CollectionBaseViewBob Zeleznik
2019-10-21big cleanup of layoutStrings, fieldExt, fieldKey, etcBob Zeleznik
2019-10-21more fixes after removed fieldExtbob
2019-10-21got rid of fieldExt from layoutstring. set directly by annotated fieldsbob
2019-10-21initial simplification to fieldExtbob
2019-10-21cleaning up annotation overlaysBob Zeleznik
2019-10-21switched to a lightbox package that has rotationBob Zeleznik
2019-10-19staff view addedStanley Yip
2019-10-13made CollectionLinearView out of doc buttonsBob Zeleznik
2019-10-06implemented image hierarchy export to client file systemSam Wilkins
2019-10-01final updates to presentation view to improve layout. fixes for chromeHeightBob Zeleznik
2019-09-30switching presentatons to be colllectionsBob Zeleznik
2019-09-29finalSam Wilkins
2019-09-26merged with master againSam Wilkins
2019-09-25refactored collection view to be cleaner and more modular for supporting ↵Bob Zeleznik
things like PivotView. fixed pivot view selection bug.
2019-09-22initial commit post master mergeSam Wilkins
2019-09-17cleanup for animating document icon collapse/expand - still need to fix for ↵Bob Zeleznik
docs without native dimensions. lots of lint fixes.
2019-09-17various photos tweaks for videoSam Wilkins
2019-09-15changed moveDocument to move the draggedDoc -- its up to the caller to add ↵Bob Zeleznik
the droppedDoc if it wants to. cleaned up some old code related to passing dataDoc along with doc's to drag and other functinos
2019-09-14set autoHeight to true when switching to stackingbob