aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Timer
Commit message (Collapse)AuthorAgeLines
* chore: migrate Timer page to Typescript :label:eug-vs2020-03-21-13/+31
|
* fix: change message on 'running' modeasketonim2020-01-28-1/+1
|
* feat: use react-benzin v1.0.1Eug-VS2020-01-28-1/+1
|
* feat!: migrate to BENZIN libraryEug-VS2020-01-28-7/+10
|
* Merge pull request #40 from Eug-VS/eslintEugene2020-01-16-18/+21
|\ | | | | feat: configure ESlint
| * refactor: get rid of warning in TimerButton.jsEug-VS2020-01-15-11/+14
| | | | | | | | Remove unnecessary state -> use cleanup feature of useEffect()
| * style: fix all quote errors with new eslint configEug-VS2020-01-15-7/+7
| |
* | fix: display time correctlyasketonim2020-01-12-1/+1
|/
* Add Profile history, link Profile at Timer pageEug-VS2020-01-12-1/+11
|
* Implement Registration componentEug-VS2020-01-12-7/+2
|
* Perform cleanup, resolve warningsEug-VS2020-01-12-10/+8
|
* Edit description on Timer page, add 'Lean More'Eug-VS2020-01-11-4/+14
|
* Improve names, getPageComponent() --> <Page />Eug-VS2020-01-11-0/+195
Remove 'Page' word from page-components, since they are all now located in the pages/ folder.