aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* fix: make iconbutton roundeug-vs2020-07-03-3/+3
|
* refactor: use mui-breakpointseug-vs2020-07-03-20/+13
|
* feat: adapt all pages to mobile vieweug-vs2020-07-03-35/+18
|
* feat: adapt HomePage for mobile deviceseug-vs2020-07-03-3/+6
|
* feat: adapt header for mobile deviceseug-vs2020-07-03-22/+70
|
* Merge pull request #59 from which-ecosystem/pagesEugene Sokolov2020-07-03-14/+226
|\ | | | | Markup landing page and blank notifications page
| * style: fix eslint errorseug-vs2020-07-03-27/+34
| |
| * feat: fetch feedbacks and display app ratingeug-vs2020-07-03-15/+78
| |
| * feat: markup About sectioneug-vs2020-07-03-4/+33
| |
| * feat: create basic markupeug-vs2020-07-03-8/+53
| |
| * refactor: distribute styles across pageseug-vs2020-07-03-8/+23
| |
| * feat: create a bunch of empty pageseug-vs2020-07-03-5/+58
|/
* Merge pull request #58 from which-ecosystem/improvementsEugene Sokolov2020-07-03-28/+33
|\ | | | | Improvements
| * feat: update polls when switching between profileseug-vs2020-07-03-0/+1
| |
| * fix: immediately show new polleug-vs2020-07-03-1/+2
| |
| * feat: notify unauthorized user trying to voteeug-vs2020-07-03-1/+8
| |
| * feat!: remove url validationeug-vs2020-07-03-19/+4
| |
| * feat: remove padding from search resultseug-vs2020-07-03-1/+5
| |
| * feat: improve virtualization performanceeug-vs2020-07-03-0/+2
| |
| * fix: place like immediately not awaiting responseeug-vs2020-07-03-6/+11
|/
* Merge pull request #57 from which-ecosystem/virtual-renderEugene Sokolov2020-07-03-12/+73
|\ | | | | Virtualize Feed component
| * style: fix eslint errorseug-vs2020-07-03-6/+13
| |
| * feat: successfully virtualize listeug-vs2020-07-03-12/+66
| |
* | 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
| |