aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
AgeCommit message (Collapse)Author
2020-02-14cleaned up backgroundColor settings and cluster overrides. added a darkSchemeBob Zeleznik
2020-02-13starting a broad cleanup of code. trying to make standard doc field names ↵Bob Zeleznik
be more regular
2020-02-13made time controls show only on hover. fixed removing from template ↵Bob Zeleznik
collection. fixed errors.
2020-02-11fixed problem with adding document's to templated collections.bob
2020-02-11fixed issues with adding to a template layout instanceSam Wilkins
2020-02-11fixes for chrome for presBoxbob
2020-02-11mergeHannah
2020-02-11fixes to presentation display box, and timeline min/max/span requests.Bob Zeleznik
2020-02-10small cleanups to adding stacking views to contentfittingboxes (like ↵bob
time/pivot). needs to have nativeWidth/Height set.
2020-02-10fixes for SlideView and LOD on templatesbob
2020-02-10tweaks to pivot view layout and filtering.bob
2020-02-09can upload collection from mobile to desktopvellichora
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