aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeLines
* feat: use table for solutions representationHEADmastereug-vs2022-06-11-2/+4
* feat: register solution in timereug-vs2022-05-04-11/+10
* feat: use code tag in helper texteug-vs2022-05-04-2/+14
* feat: add csseug-vs2022-05-04-1/+1
* feat: remove material UI and useless functionalityeug-vs2022-05-04-189/+90
* fix: add missing return typeeug-vs2020-03-21-1/+1
* fix: bind link to developer nameeug-vs2020-03-21-3/+7
* feat: add github avatars to userseug-vs2020-03-21-7/+37
* chore: migrate components to Typescripteug-vs2020-03-21-8/+16
* feat!: migrate to BENZIN libraryEug-VS2020-01-28-235/+16
* Merge pull request #40 from Eug-VS/eslintEugene2020-01-16-11/+11
|\
| * style: fix all quote errors with new eslint configEug-VS2020-01-15-11/+11
* | fix: remove blinking scrollbarEug-VS2020-01-12-1/+1
|/
* Merge branch 'master' into contributeEug-VS2020-01-12-2/+3
|\
| * Merge pull request #31 from Eug-VS/scoreboard-requestsEugene2020-01-12-7/+6
| |\
| | * Improve updating and deleting on Scoreboard pageEug-VS2020-01-07-7/+6
* | | Perform cleanup, resolve warningsEug-VS2020-01-12-2/+2
* | | Add overflow and scrollbar color to WindowSurfaceEug-VS2020-01-11-11/+2
* | | Edit description on Timer page, add 'Lean More'Eug-VS2020-01-11-1/+1
* | | Markup initial Contribute pageEug-VS2020-01-11-2/+12
* | | Move all pages to separate folderEug-VS2020-01-11-265/+0
|/ /
* | 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
* | Wrap SmartList into AutoSizerEug-VS2020-01-08-18/+19
* | 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
* 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
* 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 valueasketonim2020-01-05-4/+4