aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
AgeCommit message (Collapse)Author
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik
2020-05-03extended documentBox's to support drag and drop of style. reorganized ↵Bob Zeleznik
imports to avoid some cycles
2020-05-02cleaned up presbox to not use reactions but to use a lookup script. put ↵Bob Zeleznik
lookupField into DocComponent for general use
2020-04-23fixed browser back after link navigation. simplified menus more. fixed ↵Bob Zeleznik
jitter mode to be seeded. fixed menu gear for collections. .
2020-04-19final structural cleanp up of UserDocument for a while, hopefullyBob Zeleznik
2020-04-18cleaned up webbox - fit width by default. native dimensions by default. ↵Bob Zeleznik
toggle buttons for annotate/interact.
2020-04-11fixed deiconifying things. fixed interactions with backgrounds to allow ↵Bob Zeleznik
their content to be active. added overflow flag for collection freeforms.
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-04fix to presentationView opacity. removed getScale and zoomToScale props ↵Bob Zeleznik
which weren't being used.
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-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-23fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ↵Bob Zeleznik
TreeView document of options. fixed resize in docDecorations for dragging corners other than bottom-right.
2020-03-09cleanup of warningsBob Zeleznik
2020-03-03fixed opening of metadata from text box. fixed minimizing presentatino ↵bob
view. cleaned up closeRightSplit.
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-25added optional display templates for metadata field valuesBob Zeleznik
2020-02-21fixed bug in dockingView and pivotView filter collectionBob Zeleznik
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-02-18fixed up following link to a portal alias. made renaming goldenlayout tabs ↵bob
write to the proto.
2020-02-16fixed warningsBob Zeleznik
2020-02-16got rid of unneeded ignoreAspect field. other cleanup.Bob Zeleznik
2020-02-15title bar fixes and more dark scheme stuffBob Zeleznik
2020-02-14tweaked golden layout buttons and document button bar 'context' buttonBob Zeleznik
2020-02-14cleaned up backgroundColor settings and cluster overrides. added a darkSchemeBob Zeleznik
2020-02-09functioningkimdahey
2020-02-07fixed stacking layouts. fixed templates to copy cached expanded templates ↵bob
when docs are aliased
2020-02-06fixed unsetting of dropAction in buxton layouts.bob
2020-02-05several layout fixes for row/col stuff. fixes to icons. added buttons for ↵bob
buxton app. made PresBox not search for its own contents when following a link
2020-02-05added pin to pres button.Bob Zeleznik
2020-02-04fixed userightsplit for docking viewbob
2020-02-04fixes for shift-clicking pivot view.bob
2020-02-01simplified Presentations a bit by using templatesBob Zeleznik
2020-01-31streamlined presentationviewBob Zeleznik
2020-01-29ui cleanup for pivot viewer/chrome. error fixes. fixed layout of flyoutsbob
2020-01-28added captions to carousel. cleaned up some stuff.bob
2020-01-24making right split view be readable/scrollable instead of fit to contentsBob Zeleznik
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-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2020-01-17removed golden layout stuffkimdahey
2020-01-17added temporary golden layout functionskimdahey
2020-01-17visual displays for widthsSam Wilkins
2020-01-16pivot viewer improvements.bob
2020-01-13fixed onChildClick handlers to work for freeform views. added padding for ↵bob
fitTocontents views. fixed performance with templates. added openOnRight script func. switched filter to ||,
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penStanley Yip
2020-01-08starting somethingStanley Yip
2019-12-19fixing minor details with tree view opening workspace, moving documents in ↵bob
stacking views, avoiding search exceptions,
2019-12-12major changes to drag and dropbob
2019-12-06performance fixes for sidebar. stop re-rendering docking view when sidebar ↵Bob Zeleznik
expands. fixed lightbox.
2019-12-05compile warning fixes.bob