aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge pull request #55 from which-ecosystem/snackbarilyayudovin2020-07-01-8/+37
|\ | | | | snackbar
| * move snack provider to Page componentilyayudovin2020-07-01-40/+30
| |
| * fix eslint errorsilyayudovin2020-07-01-22/+21
| |
| * feat: add snackbar for showing messages to a userilyayudovin2020-06-30-12/+52
|/
* Merge pull request #53 from which-ecosystem/urlValidationEugene Sokolov2020-06-30-6/+24
|\ | | | | Url validation
| * delete headers from axios requestilyayudovin2020-06-30-3/+2
| |
| * fix eslint errorsilyayudovin2020-06-30-7/+26
|/
* Merge pull request #54 from which-ecosystem/hooksEugene Sokolov2020-06-30-211/+266
|\ | | | | Use hooks logic
| * style: fix linting errorseug-vs2020-06-30-5/+5
| |
| * fix: re-implement navigation logiceug-vs2020-06-30-27/+36
| |
| * style: fix some eslint errorseug-vs2020-06-30-12/+15
| |
| * feat!: create useNavigate hookeug-vs2020-06-30-100/+117
| |
| * feat: useAuth in headereug-vs2020-06-30-7/+8
| |
| * feat!: create useAuth hookeug-vs2020-06-29-93/+118
|/
* hotfix: ignore clicks while modal openeug-vs2020-06-29-2/+4
|
* Merge pull request #52 from which-ecosystem/pollSubmissionEugene Sokolov2020-06-29-35/+229
|\ | | | | feat: add poll submission component
| * refactor: improve poll additioneug-vs2020-06-29-46/+43
| |
| * style: fix eslint errorseug-vs2020-06-29-12/+15
| |
| * refactor!: improve code quality :recycle:eug-vs2020-06-29-67/+62
| |
| * chage clearIcon designilyayudovin2020-06-29-5/+5
| |
| * fix: make code redably clearilyayudovin2020-06-29-41/+46
| |
| * show new poll right after submitilyayudovin2020-06-29-7/+10
| |
| * fix: show zero percentage instead of NaNilyayudovin2020-06-29-2/+7
| |
| * fix: if url is not valid display iconilyayudovin2020-06-29-1/+1
| |
| * fix: change avatar only by click on camera iconilyayudovin2020-06-29-2/+1
| |
| * delete images in poll submissionilyayudovin2020-06-29-8/+33
| |
| * fix: able to add 2 different images to poll submissionilyayudovin2020-06-28-13/+6
| |
| * feat: add poll submission componentilyayudovin2020-06-28-21/+190
| |
* | Merge pull request #51 from which-ecosystem/votes-updateEugene Sokolov2020-06-28-13/+13
|\ \ | |/ |/| Migrate to new Poll interface
| * feat: migrate to new Poll interfaceeug-vs2020-06-28-13/+13
|/
* refactor: use debounce hook and add missing keyeug-vs2020-06-28-26/+18
|
* fix: add missing deps and search limiteug-vs2020-06-28-5/+6
|
* Merge pull request #50 from which-ecosystem/searchEugene Sokolov2020-06-28-12/+104
|\ | | | | SearchBar functionality
| * feat: close search on clickawayeug-vs2020-06-28-18/+25
| |
| * feat: add missing verified icon to profileInfoeug-vs2020-06-28-7/+15
| |
| * feat: show search resultseug-vs2020-06-28-7/+48
| |
| * feat: implement searchBar fetching logiceug-vs2020-06-28-1/+37
|/
* Merge pull request #46 from which-ecosystem/profileilyayudovin2020-06-27-40/+307
|\ | | | | profile
| * style: fix ALL linting errorseug-vs2020-06-27-81/+98
| |
| * refactor: remove withStyleseug-vs2020-06-27-16/+15
| |
| * change avata image right after submitilyayudovin2020-06-27-7/+8
| |
| * add dialog window for uploading avatarilyayudovin2020-06-27-28/+80
| |
| * button as a componentilyayudovin2020-06-27-36/+4
| |
| * take all info from user to highlightilyayudovin2020-06-26-22/+88
| |
| * show avatar in header only if user set an avatar imageilyayudovin2020-06-26-1/+1
| |
| * add request to set avatarUrlilyayudovin2020-06-26-4/+41
| |
| * display user avatar instead avatarIcon in headerilyayudovin2020-06-26-4/+13
| |
| * feat: add more menu button to profileilyayudovin2020-06-26-28/+112
| |
| * upload photo icon appear only on yours profileilyayudovin2020-06-25-12/+17
| |
| * feat: add icon for uploading avatar photoilyayudovin2020-06-25-5/+34
| |