aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeLines
* Merge pull request #20 from Eug-VS/timer-fixEugene2020-01-04-4/+4
|\
| * Fix timer behavior and initial time valueasketonim2020-01-05-4/+4
* | Fix Tabs warningEug-VS2020-01-04-2/+2
|/
* Remove page name from blank pages.Eug-VS2020-01-03-2/+3
* Merge branch 'master' into themeEug-VS2020-01-03-51/+75
|\
| * Fix indentationEug-VS2020-01-03-76/+76
| * Fix countdown animationasketonim2020-01-03-39/+33
| * Add displayTime() functionasketonim2020-01-03-40/+22
| * Implement full countdown functionalityasketonim2020-01-03-3/+51
* | Uninstall styled-componentsEug-VS2020-01-03-12/+3
* | Apply styles to the ScoreboardEug-VS2020-01-03-22/+63
* | Merge branch 'master' into themeEug-VS2020-01-02-0/+74
|\|
| * Merge branch 'master' into timerEugene2020-01-02-0/+60
| |\
| * | Implement post requestasketonim2020-01-02-2/+3
| * | Replace keyPress event with keyUpasketonim2020-01-02-7/+8
| * | Simplify state and fix event handlersasketonim2020-01-02-40/+37
| * | Implement core timer functionalityasketonim2020-01-02-0/+75
* | | Style Header componentEug-VS2020-01-02-21/+22
| |/ |/|
* | Create Scoreboard component & integrate with APIEug-VS2020-01-02-0/+60
|/
* Move Header.js to src/Header and reorder optionsEug-VS2020-01-02-1/+1
* Create page state and pass it to HeaderEug-VS2019-12-31-7/+14
* Use AppBar and wrap the Tabs in a styled componentEug-VS2019-12-31-8/+11
* Use MUI in HeaderEug-VS2019-12-31-9/+26
* Transfer App.ts -> index.js, add css baselineEug-VS2019-12-31-1/+1
* Add initial Header componentEug-VS2019-12-31-0/+15