aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
AgeCommit message (Collapse)Author
2020-04-30added double click script supportBob Zeleznik
2020-04-29added props to fieldview / text box for height/width/background/color to use ↵Bob Zeleznik
in layout strings.
2020-04-28merged with masterBob Zeleznik
2020-04-28rearranged text filesBob Zeleznik
2020-04-25added a targetDropAction field to specify the drop action from the target's sideBob Zeleznik
2020-04-25added internalPreDrop to set dropActions. made linksView turn off during ↵Bob Zeleznik
dragging.
2020-04-25hopefully final cleanup of pile up collection view. added doubleTap ↵Bob Zeleznik
support in setupMoveUpEvents
2020-04-24changing how multiple images are imported -- now a pile. imagebox chooses ↵Bob Zeleznik
render quality based on image width.
2020-04-22added raw text field for PDFs. fixed search scrolling in text boxes.Bob Zeleznik
2020-04-13cleaned up rootSelected() to work with templates. adjusted nudge to favor ↵Bob Zeleznik
moving documents over panning collection
2020-04-12added nudging of documentsBob Zeleznik
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-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-06many more fixes to nativewidth/height layout changes.Bob Zeleznik
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob 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-31cleaned up some code very slightlyBob Zeleznik
2020-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-28ongoing work with parameterized templatesBob 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-19added screen capture docBob Zeleznik
2020-03-17fixes for typing url in web box. fixes for dropping imags from proxied ↵Bob Zeleznik
document. possible fix for updateing image width/height
2020-03-09cleanup of warningsBob Zeleznik
2020-03-03several fixes to templates (simplified expanding, notes use 'text' field ↵Bob Zeleznik
now, collections show documents when their data field is not a list). multicol/row resizers select their doc.
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-22added option to update image native sizeBob Zeleznik
2020-02-20cleaned up a whole bunch of linking stuff. link menu / link types / link ↵bob
default behaviors / added LinkBox
2020-02-16mostly code simple cleanup.Bob Zeleznik
2020-02-16collection sub view and google authentication manager cleanup, deleteAssets ↵Sam Wilkins
route added
2020-02-16clean upSam Wilkins
2020-02-16improved file upload apiSam Wilkins
2020-02-13starting a broad cleanup of code. trying to make standard doc field names ↵Bob Zeleznik
be more regular
2020-02-12mergeStanley Yip
2020-02-12more informative collection sub view upload alertsSam Wilkins
2020-02-12standardized upload file response, particularly as it applies to videoSam Wilkins
2020-02-12fixed upload of videos.bob
2020-02-11did the maths :')kimdahey
2020-02-11fixed issues with adding to a template layout instanceSam Wilkins
2020-02-11refactored image upload data response format, google docs working for ↵Sam Wilkins
specific interactions
2020-02-11fixes for chrome for presBoxbob
2020-02-11mergeHannah
2020-02-10small cleanups to adding stacking views to contentfittingboxes (like ↵bob
time/pivot). needs to have nativeWidth/Height set.
2020-02-10started long press for iframe to copy imagekimdahey
2020-02-09can upload collection from mobile to desktopvellichora
2020-02-08Merge branch 'master' into monika_animationBob Zeleznik
2020-02-08cleaned up links on images. fixed axis sorting on pivot views. fixed ↵Bob Zeleznik
dragging link button
2020-02-07sped up pivot viewer by not recreating docs when pivot changes.Bob Zeleznik