You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove ThemeProvider component-wrapping.-Move ThemeProvider to global-level.-Update stories linking. (ca9629c by Sam Sverko)
Update CHANGELOG.-Rename customTheme to defaultTheme. (4b1e5d7 by Sam Sverko)
Revert Table to master (working) state. (38483e3 by Sam Sverko)
Remove redundant theme importing. (7110b31 by Sam Sverko)
Fix eslint display-name error. [build] (fba028b by Sam Sverko)
Move ThemeProvidr to src/index HOC [build]-Remove ThemeProvider from components (except Table).-Move Button component styling+props to theme overrides.-Remove test stories. (23d7b6c by Sam Sverko)
Style Button with withStyles. [build]-Remove redundant theme override files.-Remove redundant theme props file. (e13525e by Sam Sverko)
Move theme to component level. [build]-Remove global Storybook theme wrapper decorator. (7d08ff6 by Sam Sverko)
Remove card-test to story-only. (1120f92 by Sam Sverko)
Set button props as required. (2cdbab8 by Sam Sverko)
Remove redundant commented out code.-Format code to lint config. (105f775 by Sam Sverko)
Build test story for global theme. [build] (daf6f35 by Sam Sverko)
Fix image-slider Link component typeface.-Create MuiLink styling override file. (1406b56 by Sam Sverko)
Separate theme overrides from single file.-Remove unused theme prop passing for StoryFn.-Remove theme logging on Chip component. (2c79f8c by Sam Sverko)
Add disabled Button story [build].-Update override styling for disabled buttons.-Add common black/white to palette. (cb5e81a by Sam Sverko)
Add icon and size stories to Button.-Shift Button story global theme to decorator.-Update button global styling to overrides. (e1dbacc by Sam Sverko)
Fix Button fallback to default styling.-Improve Button type prop-types to 'oneOf'. (7da262c by Sam Sverko)
Build Button component with story.-Create overrides theme section for global styling.-Create props theme section for global styling.-Pass theme config to children components.-Rename 'shadows' to 'shadow'.-Fix Typography overline variant font text. (3b6514a by Sam Sverko)
Add Typography to shadows story. (238be34 by Sam Sverko)
Fix broken styling props linking. (d52efe1 by Sam Sverko)
Fix theme props not passing to makeStyles. (e075fab by Sam Sverko)
Add Typography story with proper styling. (3a4ac0a by Sam Sverko)
Clean up theme constants.-Rename 'themes' folder to 'theme'.-Pass theme object to children for debugging.-Add sample Chip component for debugging. (8fc5c16 by Sam Sverko)
Remove multiple theme options, keep Locus. (d2f7b34 by Sam Sverko)
list
update list item selected style-add selected color and font color as props-add vscode setting in .gitignore [build] (84924d7 by Yizhi Catherine Zhang)
Update CHANGELOG.-Update lint eslint config file. (1e876ee by Sam Sverko)
Update config, lint all files.-Change react version to detect.-Change comma-dangle to always-multiline.-Add quotes option of avoidEscape. (93adb1e by Sam Sverko)
Update configuration, lint all files.-No trailing commas.-Always include a new line at end of file.-Always include spaces between curly braces.-Prioritize single quotations over double/backtick.-Never use semi-colons at end of lines. (dfd5bef by Sam Sverko)