index
:
which-ui
master
Social web application focused on choosing between two options
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Lines
*
feat: use yup and formik
eug-vs
2020-08-29
-119
/
+84
*
add fixed height for inputs to avoid jumping errorText
ilyayudovin
2020-08-29
-0
/
+6
*
hide error state onFocue input
ilyayudovin
2020-08-29
-6
/
+16
*
fix eslint errors
ilyayudovin
2020-08-28
-1
/
+1
*
convert username input to lowercase
ilyayudovin
2020-08-28
-25
/
+30
*
fix eslint errors
ilyayudovin
2020-08-28
-19
/
+23
*
change onChange to onBlur event
ilyayudovin
2020-08-28
-10
/
+18
*
add useMemo for check validity of the form
ilyayudovin
2020-08-28
-21
/
+20
*
change state name
ilyayudovin
2020-08-28
-2
/
+2
*
separate validation state into 2 states and remove CheckCircle icon
ilyayudovin
2020-08-28
-21
/
+6
*
feat: submit Form on button click
ilyayudovin
2020-08-28
-4
/
+6
*
fix input validation errors
ilyayudovin
2020-08-28
-40
/
+63
*
fix validate bugs
ilyayudovin
2020-08-26
-7
/
+59
*
feat: display avatar upload progress
eug-vs
2020-08-22
-27
/
+37
*
fix: resolve eslint errors
eug-vs
2020-08-22
-48
/
+30
*
refactor!: simplify file operations
eug-vs
2020-08-22
-122
/
+135
*
feat!: remove unused components
eug-vs
2020-08-22
-197
/
+0
*
refactor: move compressFile to utils
eug-vs
2020-08-22
-13
/
+15
*
refactor!: rewrite code without react-sage
eug-vs
2020-08-22
-2
/
+17
*
refactor: use React.Children.only for wrappers
eug-vs
2020-08-22
-2
/
+2
*
refactor: rewrite FileUpload without react-sage
eug-vs
2020-08-22
-9
/
+21
*
fix conflitcs
ilyayudovin
2020-08-19
-15
/
+23
|
\
|
*
fix: resolve eslint errors
eug-vs
2020-08-19
-3
/
+2
|
*
feat: add image compression
eug-vs
2020-08-19
-4
/
+21
|
*
fix: add querystring to avoid caching request
eug-vs
2020-08-19
-1
/
+3
*
|
change get to post
ilyayudovin
2020-08-19
-2
/
+2
*
|
disable eslint rules
ilyayudovin
2020-08-19
-0
/
+2
*
|
add console logs
ilyayudovin
2020-08-18
-3
/
+14
|
/
*
fix: catch PollCreation errors and use Bluebird
eug-vs
2020-08-17
-6
/
+8
*
fix: limit uploadProgress until request resolved
eug-vs
2020-08-17
-1
/
+4
*
fix: add pollId to key in PollsList
eug-vs
2020-08-17
-1
/
+1
*
fix: add correct image orientation
eug-vs
2020-08-17
-1
/
+4
*
fix: memoize rowCount
eug-vs
2020-08-16
-7
/
+9
*
feat: show polls gradually in PollsList
eug-vs
2020-08-16
-15
/
+47
*
feat: move ErrorBoundary inside Page root element
eug-vs
2020-08-16
-14
/
+16
*
feat: add elevation to PollCard
eug-vs
2020-08-16
-1
/
+1
*
feat: add error boundary
eug-vs
2020-08-16
-16
/
+28
*
feat: use more cool image
eug-vs
2020-08-15
-8
/
+16
*
refactor: get rid of unnecessary types
eug-vs
2020-08-15
-4
/
+4
*
feat: add illustration to DynoWaiter
eug-vs
2020-08-15
-6
/
+26
*
feat: ping server before showing content
eug-vs
2020-08-15
-21
/
+100
*
refactor: separate Message component
eug-vs
2020-08-15
-35
/
+56
*
feat: use BackgroundImage in PollCreation
eug-vs
2020-08-14
-20
/
+17
*
fix: resolve SpecialProps warning
eug-vs
2020-08-14
-5
/
+5
*
perf: greatly bost PollsList performance :rocket:
eug-vs
2020-08-14
-31
/
+60
*
feat: memoize PollCard component
eug-vs
2020-08-14
-2
/
+2
*
feat: add EmptyState message in Profile
eug-vs
2020-08-14
-1
/
+6
*
feat: use Image on landing page
eug-vs
2020-08-14
-3
/
+4
*
feat: apply cool transitions to Image
eug-vs
2020-08-14
-14
/
+49
*
feat: handle loading and error states in Image
eug-vs
2020-08-14
-2
/
+53
[next]