aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
AgeCommit message (Collapse)Author
2020-04-22fixed clicking gear icon on doc decorations. moved repl to Drag items. ↵Bob Zeleznik
Removed Open... menu. Added Open FIelds & Full SCreen to Open New Persepectives.
2020-04-21added parameterization capability to layout strings. added Div's that can ↵Bob Zeleznik
take Dash field values
2020-04-21added additional rendition menu itemBob Zeleznik
2020-04-21re-setup of grid viewusodhi
2020-04-17added freeze button for web boxes. cleaned up pointerevent setting ↵Bob Zeleznik
throughout code.
2020-04-15cleaned up some more of the pivot view event handling apiBob Zeleznik
2020-04-15moved filter to right side of collection. got rid of back button in pivot ↵Bob Zeleznik
view - click background.
2020-04-15changed collection chrome filter to just open filter sidebar. fixed ↵Bob Zeleznik
scrollbar to make sure that all datapoints are included. simplified filter documents to have only a datadocument.
2020-04-14fixed goldenlayout borders. made filter flyout semistransparent. fixed map ↵Bob Zeleznik
to stay inbounds when filter is expanded.
2020-04-13updated childDetailedView stuff for pivot viewBob Zeleznik
2020-04-13fixed map view pointer events.Bob Zeleznik
2020-04-13Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-13cleaned up rootSelected() to work with templates. adjusted nudge to favor ↵Bob Zeleznik
moving documents over panning collection
2020-04-12rough pass at collection map viewSam Wilkins
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-08fixed link previews to work with regions on PDFs, images etc,Bob Zeleznik
2020-04-08fixed bug with getDocTemplate(). fixed inPlace link following when there's ↵Bob Zeleznik
no inPlaceContainer.
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
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-06cleaned up some scripting. added childClicks to UserDoc to extend menu of ↵Bob Zeleznik
OnClick options. switched containingCollection to thisContainer for onclick scripts
2020-04-06followLinkLocation can be set on LinkDoc. button box css fixes.Bob Zeleznik
2020-04-06fixed padding. added isInPlaceContainer flag. changed button content for ↵Bob Zeleznik
setting collection content to use the dropped document directly (not an alias of it)
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-04Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-04fixed link zoom following for inPlace and otherwise.Bob Zeleznik
2020-04-04warning fixesStanley Yip
2020-04-04added double click to open lightbox from carousel.Bob Zeleznik
2020-04-04fixed not-selection buttons when clicked.Bob Zeleznik
2020-04-03from lastBob Zeleznik
2020-04-03fixed queryView template a bit.Bob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-02supported uploads of images ending with .webpBob Zeleznik
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-29working version of nested templates both inside and outside of text boxes.Bob Zeleznik
2020-03-28fixed runtime errors when collection data field has image or non-list value. ↵Bob Zeleznik
cleaned up creating buttons.
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
2020-03-25set max size for tab titles. fixed collection sizing when filter is ↵Bob Zeleznik
expanded. fixed pivot view text height when small collection.
2020-03-19from lastBob Zeleznik
2020-03-19cleaned up facet collections to not require an additional documentBob Zeleznik
2020-03-19moved facet collection stuff into CollectionView from CollectionTreeViewBob Zeleznik
2020-03-19tweaked chrome for collectionsBob Zeleznik
2020-03-19fixed buttons on screenshotbox. added 'place' option to dragDrop to drop ↵Bob Zeleznik
the original document without moving it. switched to passing childDropAction as a prop
2020-03-13added reification of view menu items. tweaked sizing of collection chrome ↵Bob Zeleznik
display
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-19chome display set to 'none' when not 'enabled'. fixed template expansion bug.bob
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-02-18cleaned up context menu orderingbob
2020-02-16got rid of unneeded ignoreAspect field. other cleanup.Bob Zeleznik
2020-02-15title bar fixes and more dark scheme stuffBob Zeleznik