aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProvider.tsx
AgeCommit message (Collapse)Author
2021-01-02Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2020-12-31fixes for sliderBox to work in FilterBox. suppressed brush highlighting in ↵bobzel
filterBox.
2020-12-31small merge fixesanika
2020-12-31merge and fixanika
2020-12-31last add b efore pullanika
2020-12-29fixed background color of filter boxbobzel
2020-12-23changed DashbaoardStyleProvider to not show icons for tab's by adding an ↵bobzel
'afterHeader' property extension to treeView styleprovider calls.
2020-12-23move lock/hide buttons to StyleProviderMelissa Zhang
2020-12-16simplified DocumentView a bit more. cleaned up other code.bobzel
2020-12-16cleaned up some link following code. fixed problem following links from ↵bobzel
LinkAnchorBox's
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-15from lastbobzel
2020-12-15fixed some events with groups - they remain active when in "background"bobzel
2020-12-15added real groupingbobzel
2020-12-15simplifying dragging to make links by moving linkDocument to event, instead ↵bobzel
of dragData. moved link anchor and caption styling to default style provider. CURRENTLY, typing text, brushing doc highlights along with a bunch of other things ARE BROKEN ..
2020-12-15fixed borderradius for videos & images to match highlight border radiusbobzel
2020-12-14fixed linkButton boxShadow so it will show upbobzel
2020-12-14minor cleanupbobzel
2020-12-14more changes to ContentScaling to get web/video/image boxes to work with ↵bobzel
annotation/DocDecorations in contentfitting and freeform views.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-12fixed ink backgrounds.bobzel
2020-12-11fixe documentdecoration selection of menu items in left sidebarbobzel
2020-12-11trying out pushing MainView button into defaultStyleProvider -- I think it ↵bobzel
should be a parameterized default style provider instead of referencing MainView.
2020-12-11fixed stackingview autoHeight when headers are on that don't overlap. ↵bobzel
improved styles a bit. added foreground color that contrasts with background by default. added an itemBackgroundColor(for <item>Box's) which is distinct from BackgroundColor (for docViews)
2020-12-11got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵bobzel
made text headers not overlap the tet itself.
2020-12-11converted all style sheet properties to enums.bobzel