aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Timer/TimerButton
Commit message (Collapse)AuthorAgeLines
* 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-1/+1
|
* Add Profile history, link Profile at Timer pageEug-VS2020-01-12-1/+1
|
* Improve names, getPageComponent() --> <Page />Eug-VS2020-01-11-0/+119
Remove 'Page' word from page-components, since they are all now located in the pages/ folder.