Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | docs: beautify README :lipstick: | Eugene Sokolov | 2020-08-14 | -4/+6 | |
|/ | |||||
* | Merge pull request #83 from which-ecosystem/better-ux | Eugene Sokolov | 2020-08-14 | -36/+70 | |
|\ | | | | | Crazy performance boost | ||||
| * | fix: resolve SpecialProps warning | eug-vs | 2020-08-14 | -5/+5 | |
| | | |||||
| * | perf: greatly bost PollsList performance :rocket: | eug-vs | 2020-08-14 | -33/+62 | |
| | | | | | | | | Get rid of unnesessary re-renders of the whole list on scroll. | ||||
| * | feat: memoize PollCard component | eug-vs | 2020-08-14 | -2/+2 | |
| | | |||||
| * | feat: add EmptyState message in Profile | eug-vs | 2020-08-14 | -1/+6 | |
| | | |||||
* | | Merge pull request #82 from which-ecosystem/better-ux | Eugene Sokolov | 2020-08-14 | -23/+148 | |
|\| | | | | | Material images (loading, transitions, error) | ||||
| * | feat: use Image on landing page | eug-vs | 2020-08-14 | -3/+4 | |
| | | |||||
| * | feat: apply cool transitions to Image | eug-vs | 2020-08-14 | -14/+49 | |
| | | |||||
| * | feat: handle loading and error states in Image | eug-vs | 2020-08-14 | -2/+53 | |
| | | |||||
| * | feat: create Image and BackgroundImage components | eug-vs | 2020-08-14 | -20/+58 | |
| | | |||||
* | | Merge pull request #81 from which-ecosystem/better-ux | Eugene Sokolov | 2020-08-14 | -62/+121 | |
|\| | | | | | Handle empty states | ||||
| * | feat: use EmptyState variants | eug-vs | 2020-08-14 | -9/+25 | |
| | | |||||
| * | feat: add message to EmptyState | eug-vs | 2020-08-14 | -4/+14 | |
| | | |||||
| * | feat: add EmptyState component | eug-vs | 2020-08-14 | -55/+88 | |
|/ | |||||
* | Merge pull request #80 from which-ecosystem/improved-poll-creation | Eugene Sokolov | 2020-08-14 | -56/+145 | |
|\ | | | | | Upload progress logging | ||||
| * | refactor: resolve eslint errors | eug-vs | 2020-08-14 | -45/+58 | |
| | | |||||
| * | feat: show upload progress | eug-vs | 2020-08-14 | -10/+37 | |
| | | |||||
| * | refactor: add useS3Preupload hook | eug-vs | 2020-08-14 | -26/+68 | |
| | | |||||
| * | feat: scroll to top on redirects | eug-vs | 2020-08-13 | -2/+9 | |
| | | |||||
* | | Merge pull request #79 from which-ecosystem/improved-poll-creation | Eugene Sokolov | 2020-08-13 | -87/+150 | |
|\| | | | | | PollCreation redesign | ||||
| * | feat!: temporarily disable ScrollTopArrow | eug-vs | 2020-08-13 | -2/+0 | |
| | | |||||
| * | fix: resolve eslint errors | eug-vs | 2020-08-13 | -10/+12 | |
| | | |||||
| * | feat: create FileUpload component | eug-vs | 2020-08-13 | -60/+73 | |
| | | |||||
| * | feat: create AttachLink component | eug-vs | 2020-08-13 | -30/+51 | |
| | | |||||
| * | refactor: prepare PollCreation | eug-vs | 2020-08-13 | -32/+61 | |
|/ | |||||
* | Merge pull request #78 from which-ecosystem/redesign | Eugene Sokolov | 2020-08-13 | -30/+281 | |
|\ | | | | | Move PollSubmission to separate page and add FAB | ||||
| * | feat!: remove expansion from PollCreation | eug-vs | 2020-08-13 | -30/+18 | |
| | | |||||
| * | fix: resolve eslint errors | eug-vs | 2020-08-13 | -13/+5 | |
| | | |||||
| * | feat: make bottom bar dense | eug-vs | 2020-08-13 | -1/+1 | |
| | | |||||
| * | feat: PollCreation page and Fab component | eug-vs | 2020-08-13 | -6/+274 | |
| | | |||||
| * | feat: support drawer in browser | eug-vs | 2020-08-12 | -9/+20 | |
| | | |||||
| * | feat: improve Avatar | eug-vs | 2020-08-12 | -13/+5 | |
|/ | |||||
* | Merge pull request #77 from which-ecosystem/redesign | Eugene Sokolov | 2020-08-12 | -92/+162 | |
|\ | | | | | Mobile search and basic drawer | ||||
| * | feat: prevent duplicate snackbars | eug-vs | 2020-08-12 | -1/+2 | |
| | | |||||
| * | feat: close drawer on history updates | eug-vs | 2020-08-12 | -11/+15 | |
| | | |||||
| * | feat: create basic drawer | eug-vs | 2020-08-12 | -77/+134 | |
| | | |||||
| * | style: decrease mobile page margin | eug-vs | 2020-08-12 | -1/+1 | |
| | | |||||
| * | feat: implement mobile search | eug-vs | 2020-08-12 | -14/+22 | |
| | | |||||
* | | Merge pull request #76 from which-ecosystem/redesign | Eugene Sokolov | 2020-08-11 | -83/+228 | |
|\| | | | | | Initial header redesign | ||||
| * | refactor: create separate Avatar component | eug-vs | 2020-08-11 | -28/+53 | |
| | | |||||
| * | refactor: cleanup header components | eug-vs | 2020-08-11 | -38/+72 | |
| | | |||||
| * | feat: add mobile header | eug-vs | 2020-08-11 | -34/+120 | |
|/ | |||||
* | Merge pull request #75 from which-ecosystem/uploads | Eugene Sokolov | 2020-08-10 | -34/+58 | |
|\ | | | | | S3 file uploads | ||||
| * | feat: basic image upload | eug-vs | 2020-08-10 | -34/+52 | |
| | | |||||
| * | chore: install react-sage | eug-vs | 2020-08-10 | -0/+6 | |
|/ | |||||
* | chore: 1.1.0 | eug-vs | 2020-08-10 | -2/+2 | |
| | |||||
* | Merge pull request #74 from which-ecosystem/fetching | Eugene Sokolov | 2020-08-10 | -272/+318 | |
|\ | | | | | SWR feat. crazy refactor | ||||
| * | fix: resolve eslint errors | eug-vs | 2020-08-10 | -26/+27 | |
| | | |||||
| * | feat: only allow 1 snackbar on mobile | eug-vs | 2020-08-10 | -2/+2 | |
| | |