Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #58 from which-ecosystem/improvements | Eugene Sokolov | 2020-07-03 | -28/+33 |
|\ | | | | | Improvements | |||
| * | feat: update polls when switching between profiles | eug-vs | 2020-07-03 | -0/+1 |
| | | ||||
| * | fix: immediately show new poll | eug-vs | 2020-07-03 | -1/+2 |
| | | ||||
| * | feat: notify unauthorized user trying to vote | eug-vs | 2020-07-03 | -1/+8 |
| | | ||||
| * | feat!: remove url validation | eug-vs | 2020-07-03 | -19/+4 |
| | | ||||
| * | feat: remove padding from search results | eug-vs | 2020-07-03 | -1/+5 |
| | | ||||
| * | feat: improve virtualization performance | eug-vs | 2020-07-03 | -0/+2 |
| | | ||||
| * | fix: place like immediately not awaiting response | eug-vs | 2020-07-03 | -6/+11 |
|/ | ||||
* | Merge pull request #57 from which-ecosystem/virtual-render | Eugene Sokolov | 2020-07-03 | -12/+73 |
|\ | | | | | Virtualize Feed component | |||
| * | style: fix eslint errors | eug-vs | 2020-07-03 | -6/+13 |
| | | ||||
| * | feat: successfully virtualize list | eug-vs | 2020-07-03 | -12/+66 |
| | | ||||
* | | Merge pull request #55 from which-ecosystem/snackbar | ilyayudovin | 2020-07-01 | -8/+37 |
|\ \ | |/ |/| | snackbar | |||
| * | move snack provider to Page component | ilyayudovin | 2020-07-01 | -40/+30 |
| | | ||||
| * | fix eslint errors | ilyayudovin | 2020-07-01 | -22/+21 |
| | | ||||
| * | feat: add snackbar for showing messages to a user | ilyayudovin | 2020-06-30 | -12/+52 |
|/ | ||||
* | Merge pull request #53 from which-ecosystem/urlValidation | Eugene Sokolov | 2020-06-30 | -6/+24 |
|\ | | | | | Url validation | |||
| * | delete headers from axios request | ilyayudovin | 2020-06-30 | -3/+2 |
| | | ||||
| * | fix eslint errors | ilyayudovin | 2020-06-30 | -7/+26 |
|/ | ||||
* | Merge pull request #54 from which-ecosystem/hooks | Eugene Sokolov | 2020-06-30 | -211/+266 |
|\ | | | | | Use hooks logic | |||
| * | style: fix linting errors | eug-vs | 2020-06-30 | -5/+5 |
| | | ||||
| * | fix: re-implement navigation logic | eug-vs | 2020-06-30 | -27/+36 |
| | | ||||
| * | style: fix some eslint errors | eug-vs | 2020-06-30 | -12/+15 |
| | | ||||
| * | feat!: create useNavigate hook | eug-vs | 2020-06-30 | -100/+117 |
| | | ||||
| * | feat: useAuth in header | eug-vs | 2020-06-30 | -7/+8 |
| | | ||||
| * | feat!: create useAuth hook | eug-vs | 2020-06-29 | -93/+118 |
|/ | ||||
* | hotfix: ignore clicks while modal open | eug-vs | 2020-06-29 | -2/+4 |
| | ||||
* | Merge pull request #52 from which-ecosystem/pollSubmission | Eugene Sokolov | 2020-06-29 | -35/+229 |
|\ | | | | | feat: add poll submission component | |||
| * | refactor: improve poll addition | eug-vs | 2020-06-29 | -46/+43 |
| | | ||||
| * | style: fix eslint errors | eug-vs | 2020-06-29 | -12/+15 |
| | | ||||
| * | refactor!: improve code quality :recycle: | eug-vs | 2020-06-29 | -67/+62 |
| | | ||||
| * | chage clearIcon design | ilyayudovin | 2020-06-29 | -5/+5 |
| | | ||||
| * | fix: make code redably clear | ilyayudovin | 2020-06-29 | -41/+46 |
| | | ||||
| * | show new poll right after submit | ilyayudovin | 2020-06-29 | -7/+10 |
| | | ||||
| * | fix: show zero percentage instead of NaN | ilyayudovin | 2020-06-29 | -2/+7 |
| | | ||||
| * | fix: if url is not valid display icon | ilyayudovin | 2020-06-29 | -1/+1 |
| | | ||||
| * | fix: change avatar only by click on camera icon | ilyayudovin | 2020-06-29 | -2/+1 |
| | | ||||
| * | delete images in poll submission | ilyayudovin | 2020-06-29 | -8/+33 |
| | | ||||
| * | fix: able to add 2 different images to poll submission | ilyayudovin | 2020-06-28 | -13/+6 |
| | | ||||
| * | feat: add poll submission component | ilyayudovin | 2020-06-28 | -21/+190 |
| | | ||||
* | | Merge pull request #51 from which-ecosystem/votes-update | Eugene Sokolov | 2020-06-28 | -13/+13 |
|\ \ | |/ |/| | Migrate to new Poll interface | |||
| * | feat: migrate to new Poll interface | eug-vs | 2020-06-28 | -13/+13 |
|/ | ||||
* | refactor: use debounce hook and add missing key | eug-vs | 2020-06-28 | -26/+18 |
| | ||||
* | fix: add missing deps and search limit | eug-vs | 2020-06-28 | -5/+6 |
| | ||||
* | Merge pull request #50 from which-ecosystem/search | Eugene Sokolov | 2020-06-28 | -12/+104 |
|\ | | | | | SearchBar functionality | |||
| * | feat: close search on clickaway | eug-vs | 2020-06-28 | -18/+25 |
| | | ||||
| * | feat: add missing verified icon to profileInfo | eug-vs | 2020-06-28 | -7/+15 |
| | | ||||
| * | feat: show search results | eug-vs | 2020-06-28 | -7/+48 |
| | | ||||
| * | feat: implement searchBar fetching logic | eug-vs | 2020-06-28 | -1/+37 |
|/ | ||||
* | Merge pull request #46 from which-ecosystem/profile | ilyayudovin | 2020-06-27 | -40/+307 |
|\ | | | | | profile | |||
| * | style: fix ALL linting errors | eug-vs | 2020-06-27 | -81/+98 |
| | |