Vesa Luusua
d329afffd7
txIsCanceled checked and rendered correctly on InboxPage
2017-10-04 15:18:46 +03:00
Vesa Luusua
055d58568c
txIsCanceled check for transaction state
2017-10-04 15:17:29 +03:00
Vesa Luusua
321a23c07d
Merge pull request #458 from sharetribe/add-500-page
...
500.html added
2017-10-04 12:35:23 +03:00
Kimmo Puputti
af708a4fae
Merge pull request #459 from sharetribe/fix-weird-auth-state
...
Try to keep auth info up to date when fetching current user
2017-10-04 12:34:59 +03:00
Kimmo Puputti
ba3b61ac29
Try to keep auth info up to date when fetching current user
2017-10-04 11:36:02 +03:00
Vesa Luusua
294e107c4f
Read error page before request logic.
2017-10-04 11:27:23 +03:00
Vesa Luusua
992defa6c6
500.html added
2017-10-04 11:27:22 +03:00
Kimmo Puputti
812ee891ea
Merge pull request #457 from sharetribe/notfound-page
...
404 not found page content and styles
2017-10-04 09:53:30 +03:00
Kimmo Puputti
c7238e9a50
Change flex to flex-grow to be more explicit
2017-10-03 15:38:56 +03:00
Janne Koivistoinen
6ff38219f6
Merge pull request #456 from sharetribe/fix-svg-animation
...
firefox fix for the svg spinner
2017-10-03 15:07:14 +03:00
Kimmo Puputti
e86f04fc92
Add NotFoundPage content and styling
2017-10-03 15:06:23 +03:00
Kimmo Puputti
dcb8396af4
Add modal title styles
2017-10-03 14:57:59 +03:00
Kimmo Puputti
5dc0658ee5
Fix component name in translation key
2017-10-03 14:57:34 +03:00
Janne Koivistoinen
6da8149b67
firefox fix for the svg spinner
2017-10-03 14:09:45 +03:00
Kimmo Puputti
7b0db4e35f
Merge pull request #455 from sharetribe/validate-email-addresses
...
Validate email addresses
2017-10-03 12:44:46 +03:00
Vesa Luusua
3eaf7a9e4d
Merge pull request #453 from sharetribe/server-dataload-failed
...
If dataload has errors on server side, return empty store
2017-10-03 12:37:13 +03:00
Vesa Luusua
28b08265b2
If dataload has errors on server side, return empty store
2017-10-03 12:25:05 +03:00
Vesa Luusua
12e0531d25
Merge pull request #454 from sharetribe/orderdetails-correct-imagewrappers
...
Orderdetails correct imagewrappers
2017-10-03 12:24:30 +03:00
Vesa Luusua
f9b50617e0
Update tests
2017-10-03 12:16:30 +03:00
Vesa Luusua
59d0f718cf
SaleDetailsPage needed correct imageWrappers (and aspect wrappers)
2017-10-03 12:14:59 +03:00
Vesa Luusua
de7d822a2e
OrderDetailsPage needed correct imageWrappers (and aspect wrappers)
2017-10-03 12:14:59 +03:00
Vesa Luusua
e7adefbd8d
Merge pull request #452 from sharetribe/server-rendering-status-improvements
...
Send 200 or 401 from server side on auth=true pages
2017-10-03 12:14:24 +03:00
Kimmo Puputti
e544ea8692
Validate email address format in email inputs
2017-10-03 11:28:32 +03:00
Kimmo Puputti
a897c71afd
Add validator for email address format
2017-10-03 11:26:59 +03:00
Vesa Luusua
91251bd26c
Send 200 or 401 from server side on auth=true pages
2017-10-02 17:19:11 +03:00
Kimmo Puputti
de629316d4
Merge pull request #451 from sharetribe/tx-filter-sales-by-last-transition
...
Fetch notifications based on last transition
2017-10-02 16:28:35 +03:00
Kimmo Puputti
2de579c325
Fetch notifications based on last transition
...
As the transaction state was removed from the API, also filtering by
state was removed. This changes the tx query to use the new API param
for filtering by last transition to get the notification count for the
user.
2017-10-02 16:22:51 +03:00
Kimmo Puputti
3757177d17
Merge pull request #444 from sharetribe/tx-state-to-last-transition
...
Use transaction lastTransition instead of state
2017-10-02 16:13:45 +03:00
Kimmo Puputti
d9996c9084
Use the current state filtering until API is changed
2017-10-02 16:05:06 +03:00
Kimmo Puputti
da7f2e686d
Use ensureTransaction instead of something similar manual
2017-10-02 16:04:43 +03:00
Kimmo Puputti
df9bd83e80
Use tx state helpers in Inbox
2017-10-02 15:50:38 +03:00
Kimmo Puputti
449d47b199
Rebase to changed listing shape
2017-10-02 15:50:38 +03:00
Kimmo Puputti
fa359f0826
Add breakdown examples for all provider tx states
2017-10-02 15:50:38 +03:00
Kimmo Puputti
3bcb461842
Use createBooking helper
2017-10-02 15:50:38 +03:00
Kimmo Puputti
24afaa1794
Use tx state helpers
2017-10-02 15:50:38 +03:00
Kimmo Puputti
234aeb342a
Use tx state helpers
2017-10-02 15:50:38 +03:00
Kimmo Puputti
9ba1f4ecee
Fix autorejected handling to match rejected handling
2017-10-02 15:50:38 +03:00
Kimmo Puputti
1a7f74f765
Add tx state helpers
2017-10-02 15:50:38 +03:00
Kimmo Puputti
b28d0a9528
Add snapshot for each tx state in sale panel
2017-10-02 15:50:38 +03:00
Kimmo Puputti
176b6fe9bb
Add snapshot for each tx state in order panel
2017-10-02 15:50:38 +03:00
Kimmo Puputti
ddb02dd059
Add test for rejected/autorejected tx transitions
2017-10-02 15:50:38 +03:00
Kimmo Puputti
0c7b8ca355
Use transaction lastTransition instead of state
2017-10-02 15:50:38 +03:00
Vesa Luusua
35a2a74f5a
Merge pull request #446 from sharetribe/helmet-some-and-schema
...
Helmet some and schema
2017-09-30 02:46:08 +03:00
Janne Koivistoinen
44171224ca
Merge pull request #448 from sharetribe/hero-animation
...
hero animated, feedback welcome
2017-09-29 16:01:16 +03:00
Janne Koivistoinen
fd04982415
remove padding animation
2017-09-29 15:58:48 +03:00
Vesa Luusua
50b29d6024
Merge pull request #450 from sharetribe/fix-profilesettings-imageid
...
Fix profilesettings imageid
2017-09-29 15:45:48 +03:00
Vesa Luusua
48ff0379bf
prettier
2017-09-29 15:44:51 +03:00
Vesa Luusua
7615f4f64d
User might not have profileimage by default: a regression bug.
2017-09-29 15:43:52 +03:00
Vesa Luusua
e6d22d7992
Review changes
2017-09-29 15:24:54 +03:00
Vesa Luusua
30578a65bc
Rename PageLayout to Page
2017-09-29 15:15:32 +03:00