aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeLines
* feat: use table for solutions representationHEADmastereug-vs2022-06-11-18/+31
|
* feat: allow removing solutionseug-vs2022-05-06-2/+7
|
* feat: persist solutions to localStorageeug-vs2022-05-06-1/+33
|
* feat: add bitter font for headingsfeat/revisiteug-vs2022-05-04-3/+49
|
* feat: register solution in timereug-vs2022-05-04-13/+26
|
* feat: use code tag in helper texteug-vs2022-05-04-2/+24
|
* feat: add csseug-vs2022-05-04-1/+20
|
* feat: remove material UI and useless functionalityeug-vs2022-05-04-943/+111
|
* fix: add missing return typeeug-vs2020-03-21-1/+1
|
* fix: bind link to developer nameeug-vs2020-03-21-5/+9
|
* feat: add github avatars to userseug-vs2020-03-21-31/+53
|
* fix: add more missing types :ok_hand:eug-vs2020-03-21-6/+6
|
* fix: add missing typeseug-vs2020-03-21-2/+2
|
* chore: migrate Timer page to Typescript :label:eug-vs2020-03-21-13/+31
|
* chore: migrate profile page to Typescript :label:eug-vs2020-03-21-19/+30
|
* chore: migrate components to Typescripteug-vs2020-03-21-8/+16
|
* refactor: improve requests.tseug-vs2020-03-21-17/+4
|
* chore: fix linting errors :rotating_light:eug-vs2020-03-21-12/+7
|
* chore: migrate requests.tseug-vs2020-03-21-3/+3
|
* chore: migrate Contribute pageeug-vs2020-03-21-2/+7
|
* feat: add types.d.ts, migrate Scoreboardeug-vs2020-03-21-9/+26
|
* chore!: migrate index.js -> index.tsxeug-vs2020-03-21-9/+14
|
* fix: change message on 'running' modeasketonim2020-01-28-1/+1
|
* feat: use react-benzin v1.0.1Eug-VS2020-01-28-30/+6
|
* fix: remove unnecessary CssBaselineEug-VS2020-01-28-2/+1
|
* feat!: migrate to BENZIN libraryEug-VS2020-01-28-262/+67
|
* feat: upgrade dependencies, install benzinEug-VS2020-01-28-3/+3
|
* Merge pull request #40 from Eug-VS/eslintEugene2020-01-16-55/+58
|\ | | | | feat: configure ESlint
| * 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-44/+44
| |
* | docs: add soleni to developers.jsonsoleni2020-01-13-1/+5
| |
* | Merge pull request #39 from Eug-VS/scrollbar-blinkAnton Dubik2020-01-12-1/+1
|\ \ | | | | | | fix: remove blinking scrollbar
| * | fix: remove blinking scrollbarEug-VS2020-01-12-1/+1
| |/
* / fix: display time correctlyasketonim2020-01-12-1/+1
|/
* Support gh-pages deploymentEug-VS2020-01-12-1/+1
|
* Change baseUrl to public API urlEug-VS2020-01-12-1/+1
|
* Add Profile history, link Profile at Timer pageEug-VS2020-01-12-17/+62
|
* Store user data in localStorage (optionally)Eug-VS2020-01-12-6/+38
|
* Implement Registration componentEug-VS2020-01-12-22/+83
|
* Markup initial Profile page with empty formEug-VS2020-01-12-8/+52
|
* Merge branch 'master' into contributeEug-VS2020-01-12-7/+6
|\
| * 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
| | |
* | | Resolve 'key' warningEug-VS2020-01-12-6/+5
| | |
* | | Add icons to some buttonsEug-VS2020-01-12-3/+22
| | |
* | | Perform cleanup, resolve warningsEug-VS2020-01-12-67/+55
| | |
* | | Add Developers section to Contribute pageEug-VS2020-01-12-2/+68
| | |
* | | Replace stub URLsEug-VS2020-01-11-8/+7
| | |
* | | Add overflow and scrollbar color to WindowSurfaceEug-VS2020-01-11-11/+2
| | |
* | | Edit description on Timer page, add 'Lean More'Eug-VS2020-01-11-5/+16
| | |