Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: use react-benzin v1.0.1 | Eug-VS | 2020-01-28 | -1/+1 |
| | ||||
* | fix: remove unnecessary CssBaseline | Eug-VS | 2020-01-28 | -2/+1 |
| | ||||
* | feat!: migrate to BENZIN library | Eug-VS | 2020-01-28 | -4/+23 |
| | ||||
* | feat: upgrade dependencies, install benzin | Eug-VS | 2020-01-28 | -3/+3 |
| | ||||
* | style: fix all quote errors with new eslint config | Eug-VS | 2020-01-15 | -7/+7 |
| | ||||
* | Store user data in localStorage (optionally) | Eug-VS | 2020-01-12 | -1/+12 |
| | ||||
* | Implement Registration component | Eug-VS | 2020-01-12 | -1/+3 |
| | ||||
* | Markup initial Profile page with empty form | Eug-VS | 2020-01-12 | -8/+7 |
| | ||||
* | Edit description on Timer page, add 'Lean More' | Eug-VS | 2020-01-11 | -0/+1 |
| | ||||
* | Install Roboto font | Eug-VS | 2020-01-11 | -0/+1 |
| | ||||
* | Markup initial Contribute page | Eug-VS | 2020-01-11 | -1/+7 |
| | ||||
* | Improve names, getPageComponent() --> <Page /> | Eug-VS | 2020-01-11 | -4/+4 |
| | | | | | Remove 'Page' word from page-components, since they are all now located in the pages/ folder. | |||
* | Cleanup index.js | Eug-VS | 2020-01-11 | -13/+2 |
| | ||||
* | Move all pages to separate folder | Eug-VS | 2020-01-11 | -2/+2 |
| | ||||
* | Implement SmartList component, hide body overflow | Eug-VS | 2020-01-07 | -1/+1 |
| | ||||
* | Create initial TimerPage component | Eug-VS | 2020-01-06 | -2/+8 |
| | | | | Show last 5 results | |||
* | Fix Tabs warning | Eug-VS | 2020-01-04 | -5/+2 |
| | ||||
* | Remove page name from blank pages. | Eug-VS | 2020-01-03 | -1/+0 |
| | ||||
* | Merge branch 'master' into theme | Eug-VS | 2020-01-02 | -11/+19 |
|\ | ||||
| * | Fix invalid merge commit | Eug-VS | 2020-01-02 | -9/+10 |
| | | ||||
| * | Merge branch 'master' into timer | Eugene | 2020-01-02 | -10/+31 |
| |\ | ||||
| * | | Implement core timer functionality | asketonim | 2020-01-02 | -0/+2 |
| | | | ||||
* | | | Improve theme and use makeStyles hook | Eug-VS | 2020-01-02 | -29/+27 |
| | | | ||||
* | | | Create initial theme | Eug-VS | 2020-01-02 | -21/+22 |
| |/ |/| | ||||
* | | Create Scoreboard component & integrate with API | Eug-VS | 2020-01-02 | -5/+23 |
|/ | ||||
* | Move Header.js to src/Header and reorder options | Eug-VS | 2020-01-02 | -2/+2 |
| | ||||
* | Create page state and pass it to Header | Eug-VS | 2019-12-31 | -9/+19 |
| | ||||
* | Transfer App.ts -> index.js, add css baseline | Eug-VS | 2019-12-31 | -1/+19 |
| | | | | | | | | Install dependencies: * @material-ui/core * styled-components More info: https://material-ui.com/components/css-baseline/ | |||
* | Clean src/ | Eug-VS | 2019-12-31 | -7/+0 |
| | ||||
* | Initial commit from Create React App | Eug-VS | 2019-12-30 | -0/+12 |