aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
AgeCommit message (Collapse)Author
2020-05-22fixed imagesBob Zeleznik
2020-05-20cleaned up some warningsBob Zeleznik
2020-05-19added nav buttons to webbox. fixed drag/drop from bing (using UseCors)Bob Zeleznik
2020-05-18fixes for youtube video snapshotsBob Zeleznik
2020-05-18fixed sizing of web boxes. added auto linking to dropped web clippings. ↵Bob Zeleznik
change linkfollowing to open on right.
2020-05-16fixed copying of computed fields (bug when aliasing animated collections). ↵Bob Zeleznik
fixed opacity for presentation view. renamed timecode to match with video timecodes.
2020-05-15Merge branch 'frameAnimations'Bob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-14added frame animation for colelction views.Bob Zeleznik
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins
2020-05-09lint fixesBob Zeleznik
2020-05-09fixed missing gear in golden layout. fixed double dragging events. changed ↵Bob Zeleznik
dragging to give prefernce to modifier keys over dropactions. changed names of Documents to Catalog. added document copy past with ctrl c/ctrl v
2020-05-07fixed tree view title editing. cleaned up annotation keys in DocComponentBob Zeleznik
2020-05-07fixed most add/remove/move documents to support doc[]'sBob Zeleznik
2020-05-07fixes for adding/remove documents -- needs to be extended for views other ↵Bob Zeleznik
than freeform.
2020-05-06fixed label box overflow. fixed linking to items in a stacking panel.Bob Zeleznik
2020-05-03removed collection sub view external drop code for google docs and photosSam Wilkins
2020-05-02turn off targetDropAction when dropping in same colleciton. cleaned up ↵Bob Zeleznik
PresBox stuff to use single template to render all contents (which are otherwise unmodified).
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-05-01added childLayoutTemplate to render collection children w/o modifying them. ↵Bob Zeleznik
fixed docComponent's layoutDoc to use LayoutDoc prop. change buxton template to use new template mechanisms. fixed fixed lint errors.
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