aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* feat: add maskable androind iconeug-vs2020-08-24-8/+4
|
* feat: add manifest and pwa properties to indexeug-vs2020-08-24-1/+24
|
* feat: clear images cache on version updateeug-vs2020-08-24-1/+1
|
* feat: implement service-worker with cachingeug-vs2020-08-24-0/+60
|
* Merge pull request #93 from which-ecosystem/avatar-uploadsEugene Sokolov2020-08-22-354/+185
|\ | | | | Avatar uploads
| * chore: v1.2.4eug-vs2020-08-22-2/+2
| |
| * feat: display avatar upload progresseug-vs2020-08-22-27/+37
| |
| * fix: resolve eslint errorseug-vs2020-08-22-48/+30
| |
| * refactor!: simplify file operationseug-vs2020-08-22-122/+135
| |
| * feat!: remove unused componentseug-vs2020-08-22-197/+0
| |
| * refactor: move compressFile to utilseug-vs2020-08-22-13/+15
| |
| * refactor!: rewrite code without react-sageeug-vs2020-08-22-8/+17
| |
| * refactor: use React.Children.only for wrapperseug-vs2020-08-22-2/+2
| |
| * refactor: rewrite FileUpload without react-sageeug-vs2020-08-22-9/+21
|/
* fix conflitcsilyayudovin2020-08-19-15/+43
|\
| * Merge pull request #92 from which-ecosystem/image-compressionEugene Sokolov2020-08-19-4/+40
| |\ | | | | | | Image compression
| | * fix: resolve eslint errorseug-vs2020-08-19-3/+2
| | |
| | * feat: add image compressioneug-vs2020-08-19-4/+21
| | |
| | * chore: install compressorjseug-vs2020-08-19-0/+20
| |/
| * Merge pull request #91 from which-ecosystem/requests-bugEugene Sokolov2020-08-19-1/+3
| |\ | | | | | | Fix random request caching bug
| | * fix: add querystring to avoid caching requesteug-vs2020-08-19-1/+3
| |/
* | change get to postilyayudovin2020-08-19-2/+2
| |
* | disable eslint rulesilyayudovin2020-08-19-0/+2
| |
* | add console logsilyayudovin2020-08-18-3/+14
|/
* Merge pull request #89 from which-ecosystem/bugsEugene Sokolov2020-08-17-11/+27
|\ | | | | Bug fixes
| * fix: catch PollCreation errors and use Bluebirdeug-vs2020-08-17-6/+8
| |
| * chore: install bluebirdeug-vs2020-08-17-2/+10
| |
| * fix: limit uploadProgress until request resolvedeug-vs2020-08-17-1/+4
| |
| * fix: add pollId to key in PollsListeug-vs2020-08-17-1/+1
| |
| * fix: add correct image orientationeug-vs2020-08-17-1/+4
| |
* | Merge pull request #90 from which-ecosystem/revert-87-DrawerCloserEugene Sokolov2020-08-17-9/+1
|\ \ | | | | | | Revert "feat: add icon for closing drawer"
| * | Revert "feat: add icon for closing drawer"Eugene Sokolov2020-08-17-9/+1
|/ /
* | Merge pull request #87 from which-ecosystem/DrawerCloserilyayudovin2020-08-17-1/+9
|\ \ | |/ |/| feat: add icon for closing drawer
| * fix: clear eslint errorsilyayudovin2020-08-17-1/+1
| |
| * feat: add icon for closing drawerilyayudovin2020-08-17-1/+9
|/
* Merge pull request #86 from which-ecosystem/paginationEugene Sokolov2020-08-16-30/+66
|\ | | | | PollsList gradual load (pseudo-pagination)
| * fix: memoize rowCounteug-vs2020-08-16-7/+9
| |
| * feat: show polls gradually in PollsListeug-vs2020-08-16-15/+47
| |
| * feat: move ErrorBoundary inside Page root elementeug-vs2020-08-16-14/+16
| |
| * feat: add elevation to PollCardeug-vs2020-08-16-1/+1
|/
* Merge pull request #85 from which-ecosystem/errorsEugene Sokolov2020-08-16-23/+62
|\ | | | | Handle frontend errors
| * feat: add error boundaryeug-vs2020-08-16-16/+28
| |
| * chore: install react-error-boundaryeug-vs2020-08-16-0/+19
| |
| * feat: use more cool imageeug-vs2020-08-15-8/+16
|/
* Merge pull request #84 from which-ecosystem/dyno-wakeupEugene Sokolov2020-08-15-80/+197
|\ | | | | Wakeup dyno before showing layout
| * refactor: get rid of unnecessary typeseug-vs2020-08-15-4/+4
| |
| * feat: add illustration to DynoWaitereug-vs2020-08-15-6/+26
| |
| * feat: ping server before showing contenteug-vs2020-08-15-21/+100
| |
| * refactor: separate Message componenteug-vs2020-08-15-35/+56
| |
| * feat: use BackgroundImage in PollCreationeug-vs2020-08-14-20/+17
| |