aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAgeLines
* fix: remove console.logeug-vs2020-07-05-1/+0
|
* feat: add isInstagramLink switcheug-vs2020-07-05-8/+23
|
* style: fix eslint errorseug-vs2020-07-05-1/+1
|
* feat: add reviews under logoeug-vs2020-07-05-0/+43
|
* style: remove eslint errorseug-vs2020-07-04-5/+9
|
* refactor: improve scrollTopArroweug-vs2020-07-04-17/+23
|
* feat: lower the height of pollseug-vs2020-07-03-1/+1
|
* fix: make iconbutton roundeug-vs2020-07-03-3/+3
|
* refactor: use mui-breakpointseug-vs2020-07-03-3/+6
|
* feat: adapt all pages to mobile vieweug-vs2020-07-03-7/+1
|
* feat: adapt header for mobile deviceseug-vs2020-07-03-22/+56
|
* feat: create basic markupeug-vs2020-07-03-1/+1
|
* feat: create a bunch of empty pageseug-vs2020-07-03-4/+11
|
* 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/+4
|
* 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/+43
|\ | | | | Virtualize Feed component
| * style: fix eslint errorseug-vs2020-07-03-5/+11
| |
| * feat: successfully virtualize listeug-vs2020-07-03-12/+37
| |
* | move snack provider to Page componentilyayudovin2020-07-01-8/+3
| |
* | fix eslint errorsilyayudovin2020-07-01-10/+10
| |
* | feat: add snackbar for showing messages to a userilyayudovin2020-06-30-2/+13
|/
* delete headers from axios requestilyayudovin2020-06-30-1/+1
|
* fix eslint errorsilyayudovin2020-06-30-2/+18
|
* fix: re-implement navigation logiceug-vs2020-06-30-1/+2
|
* style: fix some eslint errorseug-vs2020-06-30-1/+1
|
* feat!: create useNavigate hookeug-vs2020-06-30-28/+17
|
* feat: useAuth in headereug-vs2020-06-30-4/+5
|
* Merge pull request #52 from which-ecosystem/pollSubmissionEugene Sokolov2020-06-29-27/+29
|\ | | | | feat: add poll submission component
| * refactor!: improve code quality :recycle:eug-vs2020-06-29-9/+7
| |
| * fix: make code redably clearilyayudovin2020-06-29-17/+18
| |
| * fix: show zero percentage instead of NaNilyayudovin2020-06-29-2/+7
| |
| * fix: if url is not valid display iconilyayudovin2020-06-29-1/+1
| |
| * feat: add poll submission componentilyayudovin2020-06-28-15/+13
| |
* | feat: migrate to new Poll interfaceeug-vs2020-06-28-9/+9
|/
* 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
|
* feat: close search on clickawayeug-vs2020-06-28-17/+24
|
* 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-4/+82
|\ | | | | profile
| * style: fix ALL linting errorseug-vs2020-06-27-55/+16
| |
| * change avata image right after submitilyayudovin2020-06-27-1/+1
| |
| * add dialog window for uploading avatarilyayudovin2020-06-27-0/+69
| |
| * button as a componentilyayudovin2020-06-27-30/+1
| |
| * take all info from user to highlightilyayudovin2020-06-26-0/+68
| |
| * show avatar in header only if user set an avatar imageilyayudovin2020-06-26-1/+1
| |
| * display user avatar instead avatarIcon in headerilyayudovin2020-06-26-3/+12
| |