aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAgeLines
* Merge pull request #31 from Eug-VS/scoreboard-requestsEugene2020-01-12-7/+6
|\ | | | | Improve requests logic on Scoreboard page
| * Improve updating and deleting on Scoreboard pageEug-VS2020-01-07-7/+6
| |
* | Refactor TimerPage to use new componentsEug-VS2020-01-09-23/+41
| |
* | Implement ContentSection componentEug-VS2020-01-09-0/+32
| |
* | Use Window to markup Scoreboard pageEug-VS2020-01-09-11/+15
| |
* | Implement Window componentEug-VS2020-01-09-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | Divide Window into three types: - primary: larger left window - secondary: smaller right window - mono: both primary and secondary merged together For now, Window sizes are hard-coded values in viewport widht and height measurements. If a name prop specified, Window is displayed with a top bar.
* | Wrap SmartList into AutoSizerEug-VS2020-01-08-18/+19
| | | | | | | | | | | | | | | | This component now takes all available space, so if you want to use it, you have to put it into a container which already has non-zero width and height. This commit temporarily breaks Scoreboard page.
* | Use full-page SmartList on Scoreboard pageEug-VS2020-01-07-25/+31
| |
* | Implement SmartList component, hide body overflowEug-VS2020-01-07-0/+38
|/
* Avoid timer going crazy bugEug-VS2020-01-07-1/+1
|
* Support deleting cards on TimerPageEug-VS2020-01-07-3/+7
|
* Simplify timer logic and add helper textsEug-VS2020-01-07-35/+54
|
* Create initial TimerPage componentEug-VS2020-01-06-8/+72
| | | | Show last 5 results
* Make icons appear to the left of the labelsEug-VS2020-01-06-2/+15
|
* 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
| | | | | Wait for the Header>Tabs>Indicator to get into place so it doesn't freeze when it comes to rendering new massive frame.
* 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-4/+36
|
* 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-6/+2
|
* Merge pull request #20 from Eug-VS/timer-fixEugene2020-01-04-4/+4
|\ | | | | Fix timer behavior and initial time value
| * 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
|\ | | | | | | Also pefrorm extra cleanup
| * 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
|