aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeLines
* change onChange to onBlur eventilyayudovin2020-08-28-10/+18
* add useMemo for check validity of the formilyayudovin2020-08-28-21/+20
* change state nameilyayudovin2020-08-28-2/+2
* separate validation state into 2 states and remove CheckCircle iconilyayudovin2020-08-28-21/+6
* feat: submit Form on button clickilyayudovin2020-08-28-4/+6
* fix input validation errorsilyayudovin2020-08-28-40/+63
* fix validate bugsilyayudovin2020-08-26-7/+59
* 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-2/+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/+23
|\
| * fix: resolve eslint errorseug-vs2020-08-19-3/+2
| * feat: add image compressioneug-vs2020-08-19-4/+21
| * 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
|/
* fix: catch PollCreation errors and use Bluebirdeug-vs2020-08-17-6/+8
* 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
* 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
* feat: add error boundaryeug-vs2020-08-16-16/+28
* feat: use more cool imageeug-vs2020-08-15-8/+16
* 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
* fix: resolve SpecialProps warningeug-vs2020-08-14-5/+5
* perf: greatly bost PollsList performance :rocket:eug-vs2020-08-14-31/+60
* feat: memoize PollCard componenteug-vs2020-08-14-2/+2
* feat: add EmptyState message in Profileeug-vs2020-08-14-1/+6
* feat: use Image on landing pageeug-vs2020-08-14-3/+4
* feat: apply cool transitions to Imageeug-vs2020-08-14-14/+49
* feat: handle loading and error states in Imageeug-vs2020-08-14-2/+53
* feat: create Image and BackgroundImage componentseug-vs2020-08-14-20/+58
* feat: use EmptyState variantseug-vs2020-08-14-9/+25
* feat: add message to EmptyStateeug-vs2020-08-14-4/+14
* feat: add EmptyState componenteug-vs2020-08-14-53/+86
* refactor: resolve eslint errorseug-vs2020-08-14-43/+56
* feat: show upload progresseug-vs2020-08-14-10/+37