Skip to content

Commit 4d84bdc

Browse files
Adding toggle system for old/new/all trains (#104)
* Adding toggle system for old/new/all trains * Updating style of selectors * Color match the currently selected line Co-authored-by: Liza Pressman <lizarogot@gmail.com> * Fixing linting errors * Fixing based on code review * Fixing up padding on new age toggle * Updating header and 2.2.0 bump Co-authored-by: Liza Pressman <lizarogot@gmail.com>
1 parent eb7ae88 commit 4d84bdc

13 files changed

Lines changed: 12104 additions & 12003 deletions

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
'react-hooks/rules-of-hooks': 'error',
3434
'react-hooks/exhaustive-deps': 'warn',
3535
'react/react-in-jsx-scope': 'off',
36+
'no-console': 'warn',
3637
'import/no-default-export': 'warn',
3738
'@typescript-eslint/no-explicit-any': 'warn',
3839
},

0 commit comments

Comments
 (0)