aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
Commit message (Collapse)AuthorAgeLines
* feat: use react-benzin v1.0.1Eug-VS2020-01-28-1/+1
|
* fix: remove unnecessary CssBaselineEug-VS2020-01-28-2/+1
|
* feat!: migrate to BENZIN libraryEug-VS2020-01-28-4/+23
|
* feat: upgrade dependencies, install benzinEug-VS2020-01-28-3/+3
|
* style: fix all quote errors with new eslint configEug-VS2020-01-15-7/+7
|
* Store user data in localStorage (optionally)Eug-VS2020-01-12-1/+12
|
* Implement Registration componentEug-VS2020-01-12-1/+3
|
* Markup initial Profile page with empty formEug-VS2020-01-12-8/+7
|
* Edit description on Timer page, add 'Lean More'Eug-VS2020-01-11-0/+1
|
* Install Roboto fontEug-VS2020-01-11-0/+1
|
* Markup initial Contribute pageEug-VS2020-01-11-1/+7
|
* Improve names, getPageComponent() --> <Page />Eug-VS2020-01-11-4/+4
| | | | | Remove 'Page' word from page-components, since they are all now located in the pages/ folder.
* Cleanup index.jsEug-VS2020-01-11-13/+2
|
* Move all pages to separate folderEug-VS2020-01-11-2/+2
|
* Implement SmartList component, hide body overflowEug-VS2020-01-07-1/+1
|
* Create initial TimerPage componentEug-VS2020-01-06-2/+8
| | | | Show last 5 results
* Fix Tabs warningEug-VS2020-01-04-5/+2
|
* Remove page name from blank pages.Eug-VS2020-01-03-1/+0
|
* Merge branch 'master' into themeEug-VS2020-01-02-11/+19
|\
| * Fix invalid merge commitEug-VS2020-01-02-9/+10
| |
| * Merge branch 'master' into timerEugene2020-01-02-10/+31
| |\
| * | Implement core timer functionalityasketonim2020-01-02-0/+2
| | |
* | | Improve theme and use makeStyles hookEug-VS2020-01-02-29/+27
| | |
* | | Create initial themeEug-VS2020-01-02-21/+22
| |/ |/|
* | Create Scoreboard component & integrate with APIEug-VS2020-01-02-5/+23
|/
* Move Header.js to src/Header and reorder optionsEug-VS2020-01-02-2/+2
|
* Create page state and pass it to HeaderEug-VS2019-12-31-9/+19
|
* Transfer App.ts -> index.js, add css baselineEug-VS2019-12-31-1/+19
| | | | | | | | Install dependencies: * @material-ui/core * styled-components More info: https://material-ui.com/components/css-baseline/
* Clean src/Eug-VS2019-12-31-7/+0
|
* Initial commit from Create React AppEug-VS2019-12-30-0/+12