Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | fix: resolve eslint errors | eug-vs | 2020-08-19 | -3/+2 | |
| | | | |||||
| | * | feat: add image compression | eug-vs | 2020-08-19 | -4/+21 | |
| | | | |||||
| | * | chore: install compressorjs | eug-vs | 2020-08-19 | -0/+20 | |
| |/ | |||||
| * | Merge pull request #91 from which-ecosystem/requests-bug | Eugene Sokolov | 2020-08-19 | -1/+3 | |
| |\ | | | | | | | Fix random request caching bug | ||||
| | * | fix: add querystring to avoid caching request | eug-vs | 2020-08-19 | -1/+3 | |
| |/ | |||||
* | | change get to post | ilyayudovin | 2020-08-19 | -2/+2 | |
| | | |||||
* | | disable eslint rules | ilyayudovin | 2020-08-19 | -0/+2 | |
| | | |||||
* | | add console logs | ilyayudovin | 2020-08-18 | -3/+14 | |
|/ | |||||
* | Merge pull request #89 from which-ecosystem/bugs | Eugene Sokolov | 2020-08-17 | -11/+27 | |
|\ | | | | | Bug fixes | ||||
| * | fix: catch PollCreation errors and use Bluebird | eug-vs | 2020-08-17 | -6/+8 | |
| | | |||||
| * | chore: install bluebird | eug-vs | 2020-08-17 | -2/+10 | |
| | | |||||
| * | fix: limit uploadProgress until request resolved | eug-vs | 2020-08-17 | -1/+4 | |
| | | |||||
| * | fix: add pollId to key in PollsList | eug-vs | 2020-08-17 | -1/+1 | |
| | | |||||
| * | fix: add correct image orientation | eug-vs | 2020-08-17 | -1/+4 | |
| | | |||||
* | | Merge pull request #90 from which-ecosystem/revert-87-DrawerCloser | Eugene Sokolov | 2020-08-17 | -9/+1 | |
|\ \ | | | | | | | Revert "feat: add icon for closing drawer" | ||||
| * | | Revert "feat: add icon for closing drawer" | Eugene Sokolov | 2020-08-17 | -9/+1 | |
|/ / | |||||
* | | Merge pull request #87 from which-ecosystem/DrawerCloser | ilyayudovin | 2020-08-17 | -1/+9 | |
|\ \ | |/ |/| | feat: add icon for closing drawer | ||||
| * | fix: clear eslint errors | ilyayudovin | 2020-08-17 | -1/+1 | |
| | | |||||
| * | feat: add icon for closing drawer | ilyayudovin | 2020-08-17 | -1/+9 | |
|/ | |||||
* | Merge pull request #86 from which-ecosystem/pagination | Eugene Sokolov | 2020-08-16 | -30/+66 | |
|\ | | | | | PollsList gradual load (pseudo-pagination) | ||||
| * | fix: memoize rowCount | eug-vs | 2020-08-16 | -7/+9 | |
| | | |||||
| * | feat: show polls gradually in PollsList | eug-vs | 2020-08-16 | -15/+47 | |
| | | |||||
| * | feat: move ErrorBoundary inside Page root element | eug-vs | 2020-08-16 | -14/+16 | |
| | | |||||
| * | feat: add elevation to PollCard | eug-vs | 2020-08-16 | -1/+1 | |
|/ | |||||
* | Merge pull request #85 from which-ecosystem/errors | Eugene Sokolov | 2020-08-16 | -23/+62 | |
|\ | | | | | Handle frontend errors | ||||
| * | feat: add error boundary | eug-vs | 2020-08-16 | -16/+28 | |
| | | |||||
| * | chore: install react-error-boundary | eug-vs | 2020-08-16 | -0/+19 | |
| | | |||||
| * | feat: use more cool image | eug-vs | 2020-08-15 | -8/+16 | |
|/ | |||||
* | Merge pull request #84 from which-ecosystem/dyno-wakeup | Eugene Sokolov | 2020-08-15 | -80/+197 | |
|\ | | | | | Wakeup dyno before showing layout | ||||
| * | refactor: get rid of unnecessary types | eug-vs | 2020-08-15 | -4/+4 | |
| | | |||||
| * | feat: add illustration to DynoWaiter | eug-vs | 2020-08-15 | -6/+26 | |
| | | |||||
| * | feat: ping server before showing content | eug-vs | 2020-08-15 | -21/+100 | |
| | | |||||
| * | refactor: separate Message component | eug-vs | 2020-08-15 | -35/+56 | |
| | | |||||
| * | feat: use BackgroundImage in PollCreation | eug-vs | 2020-08-14 | -20/+17 | |
| | | |||||
* | | 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 |