aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeLines
* feat: create DateString componenteug-vs2020-10-09-10/+24
* feat: display version chip on ReviewCardeug-vs2020-10-09-2/+15
* feat: remove gap between header on mobileeug-vs2020-10-09-1/+3
* fix: preserve all whitespaces in descriptioneug-vs2020-10-08-1/+3
* feat: make PollCreation input same as descriptioneug-vs2020-10-08-2/+2
* feat: tweak description paddingseug-vs2020-10-08-4/+7
* feat: increase spacing between pollseug-vs2020-10-08-1/+9
* fix eslint errorsilyayudovin2020-10-08-6/+6
* clear cache on polls size changeilyayudovin2020-10-08-4/+8
* feat!: allow dynamic item height in PollsListeug-vs2020-10-08-9/+27
* dont show description if it is emptyilyayudovin2020-10-08-1/+1
* feat: add description to pollilyayudovin2020-10-08-0/+4
* fix: close modal on clickawayeug-vs2020-10-08-0/+1
* feat: correctly wire modal logiceug-vs2020-10-08-7/+12
* feat: add noMargin prop to Messageeug-vs2020-10-08-3/+6
* feat: tweak modal paddings on desktopeug-vs2020-10-08-1/+2
* feat: use icon in header instead of submit buttoneug-vs2020-10-08-5/+8
* feat: add dashed borders to ImageInputeug-vs2020-10-08-1/+1
* style: fix eslint errorseug-vs2020-10-08-7/+5
* feat: stick all headers to same logiceug-vs2020-10-08-2/+6
* feat: add slide transition to modaleug-vs2020-10-08-3/+16
* feat: return UserStrip to PollCreationeug-vs2020-10-08-10/+36
* feat: create ModalScreen componenteug-vs2020-10-07-0/+39
* feat: wire modal routeseug-vs2020-10-07-13/+10
* fix: get rid of nasty aspect ratio bugeug-vs2020-09-21-4/+5
* delete separation of single and double clickilyayudovin2020-09-12-18/+3
* fix eslint errorsilyayudovin2020-09-11-18/+14
* feat: add separation function of single and double clicksilyayudovin2020-09-03-5/+21
* refactor!: simplify file operationseug-vs2020-08-22-6/+2
* refactor!: rewrite code without react-sageeug-vs2020-08-22-2/+2
* refactor: use React.Children.only for wrapperseug-vs2020-08-22-2/+2
* refactor: rewrite FileUpload without react-sageeug-vs2020-08-22-9/+21
* 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: add elevation to PollCardeug-vs2020-08-16-1/+1
* feat: add error boundaryeug-vs2020-08-16-1/+6
* feat: use more cool imageeug-vs2020-08-15-3/+12
* refactor: separate Message componenteug-vs2020-08-15-34/+55
* 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: 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-3/+19
* feat: add message to EmptyStateeug-vs2020-08-14-1/+10
* feat: add EmptyState componenteug-vs2020-08-14-0/+33
* fix: resolve eslint errorseug-vs2020-08-13-7/+9