Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #57 from which-ecosystem/virtual-render | Eugene Sokolov | 2020-07-03 | -12/+43 |
|\ | | | | | Virtualize Feed component | |||
| * | style: fix eslint errors | eug-vs | 2020-07-03 | -5/+11 |
| | | ||||
| * | feat: successfully virtualize list | eug-vs | 2020-07-03 | -12/+37 |
| | | ||||
* | | move snack provider to Page component | ilyayudovin | 2020-07-01 | -8/+3 |
| | | ||||
* | | fix eslint errors | ilyayudovin | 2020-07-01 | -10/+10 |
| | | ||||
* | | feat: add snackbar for showing messages to a user | ilyayudovin | 2020-06-30 | -2/+13 |
|/ | ||||
* | delete headers from axios request | ilyayudovin | 2020-06-30 | -1/+1 |
| | ||||
* | fix eslint errors | ilyayudovin | 2020-06-30 | -2/+18 |
| | ||||
* | fix: re-implement navigation logic | eug-vs | 2020-06-30 | -1/+2 |
| | ||||
* | style: fix some eslint errors | eug-vs | 2020-06-30 | -1/+1 |
| | ||||
* | feat!: create useNavigate hook | eug-vs | 2020-06-30 | -28/+17 |
| | ||||
* | feat: useAuth in header | eug-vs | 2020-06-30 | -4/+5 |
| | ||||
* | Merge pull request #52 from which-ecosystem/pollSubmission | Eugene Sokolov | 2020-06-29 | -27/+29 |
|\ | | | | | feat: add poll submission component | |||
| * | refactor!: improve code quality :recycle: | eug-vs | 2020-06-29 | -9/+7 |
| | | ||||
| * | fix: make code redably clear | ilyayudovin | 2020-06-29 | -17/+18 |
| | | ||||
| * | 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 |
| | | ||||
| * | feat: add poll submission component | ilyayudovin | 2020-06-28 | -15/+13 |
| | | ||||
* | | feat: migrate to new Poll interface | eug-vs | 2020-06-28 | -9/+9 |
|/ | ||||
* | 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 |
| | ||||
* | feat: close search on clickaway | eug-vs | 2020-06-28 | -17/+24 |
| | ||||
* | 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 | -4/+82 |
|\ | | | | | profile | |||
| * | style: fix ALL linting errors | eug-vs | 2020-06-27 | -55/+16 |
| | | ||||
| * | change avata image right after submit | ilyayudovin | 2020-06-27 | -1/+1 |
| | | ||||
| * | add dialog window for uploading avatar | ilyayudovin | 2020-06-27 | -0/+69 |
| | | ||||
| * | button as a component | ilyayudovin | 2020-06-27 | -30/+1 |
| | | ||||
| * | take all info from user to highlight | ilyayudovin | 2020-06-26 | -0/+68 |
| | | ||||
| * | show avatar in header only if user set an avatar image | ilyayudovin | 2020-06-26 | -1/+1 |
| | | ||||
| * | display user avatar instead avatarIcon in header | ilyayudovin | 2020-06-26 | -3/+12 |
| | | ||||
* | | feat: add verified mark in new UserStrip comp | eug-vs | 2020-06-27 | -23/+68 |
| | | ||||
* | | Merge pull request #45 from which-ecosystem/poll-date | Eugene Sokolov | 2020-06-25 | -0/+10 |
|\ \ | | | | | | | Display Date on PollCard | |||
| * | | style: fix linting errors | eug-vs | 2020-06-25 | -2/+2 |
| | | | ||||
| * | | feat: add date subheader to poll | eug-vs | 2020-06-25 | -0/+10 |
| |/ | ||||
* | | style: fix linting erros | eug-vs | 2020-06-25 | -2/+2 |
| | | ||||
* | | feat: transition rateline nicely | eug-vs | 2020-06-25 | -14/+12 |
|/ | ||||
* | fix: remove unused lodash | eug-vs | 2020-06-25 | -1/+0 |
| | ||||
* | feat: highlight rateline correctly | eug-vs | 2020-06-25 | -5/+16 |
| | ||||
* | style: fix linting errors | eug-vs | 2020-06-25 | -10/+8 |
| | ||||
* | feat: use latest API | eug-vs | 2020-06-25 | -25/+31 |
| | ||||
* | refactor: use theme in styles | eug-vs | 2020-06-24 | -6/+5 |
| | ||||
* | chore: migrate to which-types@1.3.1 | eug-vs | 2020-06-24 | -5/+6 |
| | ||||
* | feat:add percentage line | ilyayudovin | 2020-06-23 | -12/+39 |
| | ||||
* | feat: add scroll to top button | ilyayudovin | 2020-06-16 | -0/+48 |
| | ||||
* | feat: add pointer over avatar | eug-vs | 2020-06-16 | -0/+4 |
| | ||||
* | style: fix eslint errors | eug-vs | 2020-06-15 | -13/+10 |
| | ||||
* | feat: configure navigation | eug-vs | 2020-06-14 | -10/+23 |
| | ||||
* | refactor: move PercentageBar to separate class | eug-vs | 2020-06-14 | -31/+40 |
| |