Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: use react-benzin v1.0.1 | Eug-VS | 2020-01-28 | -35/+11 |
| | ||||
* | fix: remove unnecessary CssBaseline | Eug-VS | 2020-01-28 | -2/+1 |
| | ||||
* | feat!: migrate to BENZIN library | Eug-VS | 2020-01-28 | -289/+86 |
| | ||||
* | feat: upgrade dependencies, install benzin | Eug-VS | 2020-01-28 | -142/+277 |
| | ||||
* | Merge pull request #44 from Eug-VS/circle | Anton Dubik | 2020-01-18 | -0/+29 |
|\ | | | | | Configure circleCI | |||
| * | fix: correct command to run eslint | Eug-VS | 2020-01-16 | -1/+1 |
| | | ||||
| * | feat: configure circleCI | Eug-VS | 2020-01-16 | -0/+29 |
| | | ||||
* | | Merge pull request #40 from Eug-VS/eslint | Eugene | 2020-01-16 | -105/+339 |
|\| | | | | | feat: configure ESlint | |||
| * | refactor: get rid of warning in TimerButton.js | Eug-VS | 2020-01-15 | -11/+14 |
| | | | | | | | | Remove unnecessary state -> use cleanup feature of useEffect() | |||
| * | style: fix all quote errors with new eslint config | Eug-VS | 2020-01-15 | -44/+44 |
| | | ||||
| * | feat: add rules for quotes into .eslintrc | Eug-VS | 2020-01-15 | -2/+6 |
| | | ||||
| * | fix: add missing typescript dev-dependency | Eug-VS | 2020-01-13 | -1/+7 |
| | | ||||
| * | feat: explicitly configure ESlint | Eug-VS | 2020-01-13 | -49/+270 |
| | | ||||
* | | Merge pull request #43 from soleni/soleni | Anton Dubik | 2020-01-14 | -1/+5 |
|\ \ | | | | | | | docs: add soleni to developers | |||
| * | | docs: add soleni to developers.json | soleni | 2020-01-13 | -1/+5 |
|/ / | ||||
* | | Merge pull request #39 from Eug-VS/scrollbar-blink | Anton Dubik | 2020-01-12 | -1/+1 |
|\ \ | | | | | | | fix: remove blinking scrollbar | |||
| * | | fix: remove blinking scrollbar | Eug-VS | 2020-01-12 | -1/+1 |
| |/ | ||||
* | | Merge pull request #38 from Eug-VS/timer-fix | Anton Dubik | 2020-01-12 | -1/+1 |
|\ \ | |/ |/| | fix: display time correctly | |||
| * | fix: display time correctly | asketonim | 2020-01-12 | -1/+1 |
|/ | ||||
* | Support gh-pages deployment | Eug-VS | 2020-01-12 | -2/+97 |
| | ||||
* | Change baseUrl to public API url | Eug-VS | 2020-01-12 | -1/+1 |
| | ||||
* | Merge pull request #35 from Eug-VS/profile-window | Eugene | 2020-01-12 | -17/+199 |
|\ | | | | | Markup Profile page | |||
| * | Add Profile history, link Profile at Timer page | Eug-VS | 2020-01-12 | -17/+62 |
| | | ||||
| * | Store user data in localStorage (optionally) | Eug-VS | 2020-01-12 | -6/+38 |
| | | ||||
| * | Implement Registration component | Eug-VS | 2020-01-12 | -22/+83 |
| | | ||||
| * | Markup initial Profile page with empty form | Eug-VS | 2020-01-12 | -8/+52 |
|/ | ||||
* | Merge pull request #33 from Eug-VS/contribute | Eugene | 2020-01-12 | -53/+233 |
|\ | | | | | Contribute section support | |||
| * | Merge branch 'master' into contribute | Eug-VS | 2020-01-12 | -7/+6 |
| |\ | |/ |/| | ||||
* | | Merge pull request #31 from Eug-VS/scoreboard-requests | Eugene | 2020-01-12 | -7/+6 |
|\ \ | | | | | | | Improve requests logic on Scoreboard page | |||
| * | | Improve updating and deleting on Scoreboard page | Eug-VS | 2020-01-07 | -7/+6 |
| | | | ||||
| | * | Resolve 'key' warning | Eug-VS | 2020-01-12 | -6/+5 |
| | | | ||||
| | * | Add icons to some buttons | Eug-VS | 2020-01-12 | -3/+22 |
| | | | ||||
| | * | Perform cleanup, resolve warnings | Eug-VS | 2020-01-12 | -67/+55 |
| | | | ||||
| | * | Add Developers section to Contribute page | Eug-VS | 2020-01-12 | -2/+68 |
| | | | ||||
| | * | Replace stub URLs | Eug-VS | 2020-01-11 | -8/+7 |
| | | | ||||
| | * | Add overflow and scrollbar color to WindowSurface | Eug-VS | 2020-01-11 | -11/+2 |
| | | | ||||
| | * | Edit description on Timer page, add 'Lean More' | Eug-VS | 2020-01-11 | -5/+16 |
| | | | ||||
| | * | Install Roboto font | Eug-VS | 2020-01-11 | -1/+8 |
| | | | ||||
| | * | Markup initial Contribute page | Eug-VS | 2020-01-11 | -3/+114 |
| | | | ||||
| | * | Improve names, getPageComponent() --> <Page /> | Eug-VS | 2020-01-11 | -10/+10 |
| | | | | | | | | | | | | | | | Remove 'Page' word from page-components, since they are all now located in the pages/ folder. | |||
| | * | Cleanup index.js | Eug-VS | 2020-01-11 | -13/+2 |
| | | | ||||
| | * | Move all pages to separate folder | Eug-VS | 2020-01-11 | -10/+10 |
| |/ |/| | ||||
* | | Merge pull request #32 from Eug-VS/window | Eugene | 2020-01-11 | -52/+200 |
|\ \ | | | | | | | Create Window component and refactor existing pages to use it | |||
| * | | Refactor TimerPage to use new components | Eug-VS | 2020-01-09 | -23/+41 |
| | | | ||||
| * | | Implement ContentSection component | Eug-VS | 2020-01-09 | -0/+32 |
| | | | ||||
| * | | Use Window to markup Scoreboard page | Eug-VS | 2020-01-09 | -11/+15 |
| | | | ||||
| * | | Implement Window component | Eug-VS | 2020-01-09 | -0/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 AutoSizer | Eug-VS | 2020-01-08 | -18/+25 |
|/ / | | | | | | | | | | | | | | | 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. | |||
* | | Merge pull request #30 from Eug-VS/react-window | Eugene | 2020-01-08 | -27/+86 |
|\ \ | |/ |/| | Implement virtualized rendering | |||
| * | Use full-page SmartList on Scoreboard page | Eug-VS | 2020-01-07 | -25/+31 |
| | |