aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeLines
...
* Remove unused stylesEug-VS2020-01-06-1/+0
* Add icons to Header, replace News -> ContributeEug-VS2020-01-06-7/+22
* Set a scoreboard boundary of 30 SolutionCardsEug-VS2020-01-06-1/+1
* Use appropriate API for scoreboardEug-VS2020-01-06-1/+1
* Implement Loading component (circular progress)Eug-VS2020-01-06-3/+35
* Delay scoreboard update, add progress indicatorEug-VS2020-01-06-5/+11
* Fix Header warningsEug-VS2020-01-06-7/+13
* Add unique key props to Scoreboard resultsEug-VS2020-01-06-1/+1
* Parse date to SolutionCardEug-VS2020-01-05-7/+16
* Add DELETE as menu option to SolutionCardEug-VS2020-01-05-5/+44
* Use Grid instead of CSS to center timeEug-VS2020-01-05-12/+11
* Use Grid in ScoreboardEug-VS2020-01-05-5/+25
* Add header to SolutionCardEug-VS2020-01-05-36/+32
* Isolate SolutionCard componentEug-VS2020-01-05-4/+4
* Simplify theme and use better colorsEug-VS2020-01-05-40/+19
* 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-7/+4
|/
* Remove page name from blank pages.Eug-VS2020-01-03-3/+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-11/+93
|\|
| * Fix invalid merge commitEug-VS2020-01-02-9/+10
| * Merge branch 'master' into timerEugene2020-01-02-10/+91
| |\
| * | 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/+77
* | | Style Header componentEug-VS2020-01-02-21/+22
* | | Improve theme and use makeStyles hookEug-VS2020-01-02-40/+60
* | | Create initial themeEug-VS2020-01-02-21/+40
| |/ |/|
* | Create Scoreboard component & integrate with APIEug-VS2020-01-02-5/+83
|/
* Merge pull request #11 from Eug-VS/requestsAnton Dubik2020-01-02-0/+17
|\
| * Create functions for GET and POST requestsEug-VS2020-01-02-0/+17
* | Move Header.js to src/Header and reorder optionsEug-VS2020-01-02-3/+3
* | Create page state and pass it to HeaderEug-VS2019-12-31-16/+33
* | 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-13/+20
* Add initial Header componentEug-VS2019-12-31-4/+21
* Clean src/Eug-VS2019-12-31-236/+3
* Initial commit from Create React AppEug-VS2019-12-30-0/+247