aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
...
| * feat: create ModalScreen componenteug-vs2020-10-07-37/+66
| |
| * feat: wire modal routeseug-vs2020-10-07-33/+53
|/
* Merge pull request #100 from which-ecosystem/fix/background-imageEugene Sokolov2020-09-21-4/+5
|\ | | | | Fix background image bug
| * fix: get rid of nasty aspect ratio bugeug-vs2020-09-21-4/+5
|/
* Merge pull request #98 from which-ecosystem/darkenAvatarilyayudovin2020-09-17-7/+8
|\ | | | | Darken avatar
| * delete separation of single and double clickilyayudovin2020-09-12-18/+3
| |
| * fix eslint errorsilyayudovin2020-09-11-18/+14
| |
| * darken avatar image while progressing new oneilyayudovin2020-09-11-1/+5
| |
| * feat: add separation function of single and double clicksilyayudovin2020-09-03-5/+21
|/
* fix eslint errorsilyayudovin2020-08-30-1/+1
|
* display snackprovider in different place if it is desktopilyayudovin2020-08-30-4/+5
|
* Merge pull request #97 from which-ecosystem/validSignUpilyayudovin2020-08-29-123/+243
|\ | | | | fix input validation errors
| * chore: v1.2.5eug-vs2020-08-29-2/+2
| |
| * fix: resovle eslint errorseug-vs2020-08-29-11/+6
| |
| * style: remove object-curly-newline eslint ruleeug-vs2020-08-29-0/+1
| |
| * feat: use Formik in Login formeug-vs2020-08-29-49/+72
| |
| * feat: use yup and formikeug-vs2020-08-29-119/+84
| |
| * chore: install formik and yupeug-vs2020-08-29-1/+95
| |
| * add fixed height for inputs to avoid jumping errorTextilyayudovin2020-08-29-0/+6
| |
| * hide error state onFocue inputilyayudovin2020-08-29-6/+16
| |
| * fix eslint errorsilyayudovin2020-08-28-1/+1
| |
| * convert username input to lowercaseilyayudovin2020-08-28-25/+30
| |
| * fix eslint errorsilyayudovin2020-08-28-19/+23
| |
| * 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
| |
* | Merge pull request #96 from which-ecosystem/validSignUpilyayudovin2020-08-26-7/+59
|\| | | | | fix validate bugs
| * fix validate bugsilyayudovin2020-08-26-7/+59
| |
* | Merge pull request #94 from which-ecosystem/pwaEugene Sokolov2020-08-24-3/+82
|\ \ | |/ |/| Configure PWA
| * fix: remove wrong sizeseug-vs2020-08-24-1/+1
| |
| * chore: v1.2.5eug-vs2020-08-24-3/+3
| |
| * 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