| Commit message (Expand) | Author | Age | Lines |
* | feat!: temporarily disable ScrollTopArrow | eug-vs | 2020-08-13 | -2/+0 |
* | feat: PollCreation page and Fab component | eug-vs | 2020-08-13 | -0/+3 |
* | refactor: move pages -> containers | eug-vs | 2020-08-10 | -1/+1 |
* | feat: complete router navigation | eug-vs | 2020-08-08 | -1/+1 |
* | feat: support routing in Header | eug-vs | 2020-08-08 | -2/+3 |
* | move snack provider to Page component | ilyayudovin | 2020-07-01 | -19/+10 |
* | fix eslint errors | ilyayudovin | 2020-07-01 | -4/+2 |
* | feat: add snackbar for showing messages to a user | ilyayudovin | 2020-06-30 | -10/+20 |
* | feat!: create useNavigate hook | eug-vs | 2020-06-30 | -55/+16 |
* | feat: useAuth in header | eug-vs | 2020-06-30 | -3/+3 |
* | feat!: create useAuth hook | eug-vs | 2020-06-29 | -41/+4 |
* | feat: add poll submission component | ilyayudovin | 2020-06-28 | -1/+1 |
* | Merge pull request #46 from which-ecosystem/profile | ilyayudovin | 2020-06-27 | -2/+9 |
|\ |
|
| * | style: fix ALL linting errors | eug-vs | 2020-06-27 | -2/+9 |
| * | add dialog window for uploading avatar | ilyayudovin | 2020-06-27 | -1/+1 |
| * | display user avatar instead avatarIcon in header | ilyayudovin | 2020-06-26 | -1/+1 |
* | | hotfix/refactor: do not use extra deps in hook | eug-vs | 2020-06-25 | -3/+5 |
* | | fix: clear storage correctly | eug-vs | 2020-06-25 | -7/+7 |
* | | feat: add rememberMe switch | eug-vs | 2020-06-25 | -3/+5 |
|/ |
|
* | style: fix linting errors | eug-vs | 2020-06-25 | -1/+1 |
* | refactor: use theme in styles | eug-vs | 2020-06-24 | -1/+2 |
* | chore: migrate to which-types@1.3.1 | eug-vs | 2020-06-24 | -3/+4 |
* | feat: add scroll to top button | ilyayudovin | 2020-06-16 | -0/+3 |
* | fix: remove unused var | eug-vs | 2020-06-15 | -1/+1 |
* | fix: parse response correctly | eug-vs | 2020-06-15 | -7/+6 |
* | feat: invalidate from on error | eug-vs | 2020-06-15 | -4/+5 |
* | feat: create logIn function and get access token | eug-vs | 2020-06-15 | -3/+20 |
* | style: fix eslint errors | eug-vs | 2020-06-15 | -9/+12 |
* | feat: configure navigation | eug-vs | 2020-06-14 | -12/+19 |
* | style: fix eslint errors | eug-vs | 2020-06-14 | -1/+0 |
* | refactor: structurize pages | eug-vs | 2020-06-14 | -3/+14 |
* | fix: clear eslint errors | ilyayudovin | 2020-06-14 | -3/+3 |
* | fix: clear all eslint errors | ilyayudovin | 2020-06-14 | -3/+3 |
* | feat: add profilePage to render ProfileInfo and SignInForm | ilyayudovin | 2020-06-14 | -15/+4 |
* | divide src into Pages and Components directories | ilyayudovin | 2020-06-14 | -4/+4 |
* | fix: fetch user correctly | eug-vs | 2020-06-14 | -1/+11 |
* | feat: do not render feed under login form | eug-vs | 2020-06-14 | -3/+12 |
* | feat: add sing in form | ilyayudovin | 2020-06-14 | -7/+5 |
* | feat: fetch default user | eug-vs | 2020-06-12 | -1/+8 |
* | fix: clear eslint errors | ilyayudovin | 2020-06-12 | -37/+1 |
* | feat: take user info from database | ilyayudovin | 2020-06-12 | -1/+1 |
* | feat: integrate Feed component with backend | eug-vs | 2020-06-10 | -1/+1 |
* | fix: fix all review comments | ilyayudovin | 2020-06-08 | -3/+2 |
* | fix: fix eslint errors | ilyayudovin | 2020-06-08 | -7/+5 |
* | feat: add profile design and functionality to hide and show profile | ilyayudovin | 2020-06-08 | -0/+6 |
* | feat: add margin to page content | eug-vs | 2020-06-07 | -4/+17 |
* | Merge branch 'master' into feed | ilyayudovin | 2020-06-07 | -5/+2 |
|\ |
|
| * | feat: change pages in header | eug-vs | 2020-06-07 | -2/+3 |
| * | feat: add searchbar and improve header | eug-vs | 2020-06-07 | -1/+1 |
| * | fix: remove text colors from theme | eug-vs | 2020-06-07 | -4/+0 |