Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | chore!: remove history package | eug-vs | 2020-11-26 | -12/+3 |
| | ||||
* | Merge pull request #109 from which-ecosystem/avatarCrop | ilyayudovin | 2020-11-17 | -27/+52 |
|\ | | | | | fix: clear eslint errors | |||
| * | fix: clear eslint errors | ilyayudovin | 2020-11-17 | -27/+52 |
| | | ||||
* | | Merge pull request #108 from which-ecosystem/avatarCrop | ilyayudovin | 2020-11-17 | -13/+234 |
|\| | | | | | feat: Add avatar crop | |||
| * | Make responsive avatar crop component | ilyayudovin | 2020-11-17 | -22/+39 |
| | | ||||
| * | refactor: separate ImageCropAreaSelect component | eug-vs | 2020-10-29 | -88/+120 |
| | | ||||
| * | chore: install react-easy-crop | eug-vs | 2020-10-29 | -0/+26 |
| | | ||||
| * | Wait till modal slide right on close | ilyayudovin | 2020-10-29 | -8/+23 |
| | | ||||
| * | feat: Add avatar crop | ilyayudovin | 2020-10-19 | -7/+138 |
|/ | ||||
* | Merge pull request #107 from which-ecosystem/ativeIcon | ilyayudovin | 2020-10-17 | -10/+16 |
|\ | | | | | feat: change color of active icon | |||
| * | feat: change color of active icon | ilyayudovin | 2020-10-10 | -10/+16 |
|/ | ||||
* | Merge pull request #106 from which-ecosystem/feat/date-format | Eugene Sokolov | 2020-10-10 | -12/+89 |
|\ | | | | | Imrove date formats | |||
| * | feat: increase diff rounding precision | eug-vs | 2020-10-10 | -1/+1 |
| | | ||||
| * | fix: resolve eslint errors | eug-vs | 2020-10-10 | -3/+3 |
| | | ||||
| * | fix: format 'since' date in ProfileInfo | eug-vs | 2020-10-10 | -2/+11 |
| | | ||||
| * | feat: display 'just now' if was just posted | eug-vs | 2020-10-09 | -0/+1 |
| | | ||||
| * | feat: toggle between compact and full date format | eug-vs | 2020-10-09 | -4/+57 |
| | | ||||
| * | feat: create DateString component | eug-vs | 2020-10-09 | -10/+24 |
| | | ||||
* | | Merge pull request #105 from which-ecosystem/correction | ilyayudovin | 2020-10-10 | -52/+53 |
|\ \ | |/ |/| | Correction | |||
| * | Fix console warnings | ilyayudovin | 2020-10-09 | -4/+4 |
| | | ||||
| * | Change paddings between images and description | ilyayudovin | 2020-10-09 | -1/+1 |
| | | ||||
| * | Correct validate Dom nesting warning | ilyayudovin | 2020-10-09 | -1/+1 |
| | | ||||
| * | Add fontsize for description | ilyayudovin | 2020-10-09 | -47/+48 |
|/ | ||||
* | Merge pull request #104 from which-ecosystem/feat/patch-notes | Eugene Sokolov | 2020-10-09 | -39/+65 |
|\ | | | | | Display patch notes on home screen | |||
| * | fix: update feedback list after review | eug-vs | 2020-10-09 | -3/+3 |
| | | ||||
| * | feat: display version chip on ReviewCard | eug-vs | 2020-10-09 | -8/+25 |
| | | ||||
| * | feat!: remove whitesmoke background color | eug-vs | 2020-10-09 | -2/+1 |
| | | ||||
| * | feat: show latest release patchnotes on homepage | eug-vs | 2020-10-09 | -27/+37 |
|/ | ||||
* | Merge pull request #103 from which-ecosystem/feat/description | Eugene Sokolov | 2020-10-09 | -28/+93 |
|\ | | | | | Add description to Poll Model | |||
| * | chore: v1.2.6 | eug-vs | 2020-10-09 | -2/+2 |
| | | ||||
| * | feat: remove gap between header on mobile | eug-vs | 2020-10-09 | -4/+9 |
| | | ||||
| * | fix: preserve all whitespaces in description | eug-vs | 2020-10-08 | -1/+3 |
| | | ||||
| * | feat: make PollCreation input same as description | eug-vs | 2020-10-08 | -19/+17 |
| | | ||||
| * | feat: tweak description paddings | eug-vs | 2020-10-08 | -4/+7 |
| | | ||||
| * | feat: increase spacing between polls | eug-vs | 2020-10-08 | -1/+9 |
| | | ||||
| * | fix eslint errors | ilyayudovin | 2020-10-08 | -9/+10 |
| | | ||||
| * | clear cache on polls size change | ilyayudovin | 2020-10-08 | -4/+8 |
| | | ||||
| * | feat!: allow dynamic item height in PollsList | eug-vs | 2020-10-08 | -9/+27 |
| | | ||||
| * | dont show description if it is empty | ilyayudovin | 2020-10-08 | -1/+1 |
| | | ||||
| * | add textField for description input | ilyayudovin | 2020-10-08 | -6/+24 |
| | | ||||
| * | feat: add description to poll | ilyayudovin | 2020-10-08 | -10/+18 |
|/ | ||||
* | Merge pull request #102 from which-ecosystem/feat/modal | Eugene Sokolov | 2020-10-08 | -66/+86 |
|\ | | | | | Modal improvements | |||
| * | fix: close modal on clickaway | eug-vs | 2020-10-08 | -0/+1 |
| | | ||||
| * | feat: correctly wire modal logic | eug-vs | 2020-10-08 | -27/+33 |
| | | ||||
| * | feat: add noMargin prop to Message | eug-vs | 2020-10-08 | -3/+6 |
| | | ||||
| * | fix: replace typo id -> username | eug-vs | 2020-10-08 | -2/+2 |
| | | ||||
| * | feat: tweak modal paddings on desktop | eug-vs | 2020-10-08 | -1/+2 |
| | | ||||
| * | fix: resolve ts errors | eug-vs | 2020-10-08 | -16/+3 |
| | | ||||
| * | feat: use icon in header instead of submit button | eug-vs | 2020-10-08 | -23/+19 |
| | | ||||
| * | feat: add dashed borders to ImageInput | eug-vs | 2020-10-08 | -11/+37 |
| | |