Add a resistor color chart to chart page

This commit is contained in:
2017-02-05 00:31:59 -07:00
parent 9cdee10093
commit 262f0c1ed0
7 changed files with 167 additions and 1 deletions
+7
View File
@@ -27,6 +27,13 @@ export default function menu(state = initialState, action = {}) {
page: 'main',
subtitle: 'Calculator Page',
};
case types.CHART:
return {
...state,
isOpen: false,
page: 'chart',
subtitle: 'Color Chart',
};
case types.HELP:
return {
...state,