Vesa Luusua
19b84794fc
Raname to routeConfiguration
2017-10-11 14:18:29 +03:00
Kimmo Puputti
57e4cf2b68
Document route order
2017-10-06 15:11:11 +03:00
Kimmo Puputti
cfe5c1a265
Enable listing page without slug in URL
2017-10-06 15:04:40 +03:00
Vesa Luusua
b639a98321
ContactDetailsForm used on ContactDetailsPage
2017-09-25 15:20:57 +03:00
Vesa Luusua
d9f262ab5f
Review changes
2017-09-20 16:44:56 +03:00
Vesa Luusua
dec4394e73
PasswordChangePage using LayoutSideNavigation
2017-09-20 14:40:28 +03:00
Vesa Luusua
1be66f0535
AccountSettingsPage navigation
2017-09-20 14:38:29 +03:00
Hannu Lyytikainen
237e1d208a
Change password recovery url to recover-password
2017-09-15 10:03:32 +03:00
Hannu Lyytikainen
3109a14d69
Change password recovery route
2017-09-14 20:46:01 +03:00
Hannu Lyytikainen
0d6cd6a05e
Update file references
2017-09-14 20:46:01 +03:00
Kimmo Puputti
afd513f85d
Move route to bottom
...
This groups together the routes that are tied to the API
implementation (i.e. email templates where the API has URLs to the
starter app).
2017-09-11 16:32:25 +03:00
Kimmo Puputti
cbb3e6f105
Add PasswordResetPage component and route
2017-09-11 16:30:45 +03:00
Kimmo Puputti
fdf0286e57
Remove old wireframe password change page and form
2017-09-11 16:30:45 +03:00
Boyan Tabakov
2899b1900e
Change email verification endpoint to use dash in path
...
This makes it consistent with other routes.
2017-09-11 14:15:01 +03:00
Vesa Luusua
0ca26678f8
EditListingPage renamed to ProfileSettingsPage
2017-09-08 01:29:32 +03:00
Vesa Luusua
3ff50f9dc1
ManageListingPage with ManageListingCards and loadData
2017-08-28 14:45:56 +03:00
Kimmo Puputti
2b359caa0a
Improve routing changes
...
- Add hash to saved from page
- Use authPage instead of preferLogin for more flexibility
2017-08-16 09:09:52 +03:00
Kimmo Puputti
01dbdafbec
Prefer login page for email confirmation
2017-08-15 16:08:46 +03:00
Kimmo Puputti
da09897ba9
Load listing to be edited
2017-08-15 10:46:18 +03:00
Kimmo Puputti
f0ca0564dd
New URL schema for creating a listing
...
The URL will now always have an id and a slug so that new/edit listing
wizards can be generalised. When creating a new listing, temporary id
and slug are put to the URL.
2017-08-10 12:29:39 +03:00
Mikko Koski
7b5d5d5fab
Email verification page
2017-08-07 16:04:46 +03:00
Kimmo Puputti
8c0a228926
Add grouping support for Styleguide component examples
2017-05-29 14:31:06 +03:00
Vesa Luusua
5cf36aaef0
EditListingWizard
2017-05-12 16:09:07 +03:00
Kimmo Puputti
afdf009af3
Revert back to inbox tab as path param
...
Inbox links were broken, and could not simply be fixed by editing the
links. The loadData function needs to know the tab as well, and
currently it doesn't have the information if the tab isn't in the path
params.
2017-05-11 10:22:58 +03:00
Kimmo Puputti
a9e8ecf052
Make inbox tab names configurable in routesConfiguration
2017-05-09 10:26:16 +03:00
Kimmo Puputti
c3c0a87468
Prefer signup over login page when requesting authentication
2017-05-05 09:42:20 +03:00
Kimmo Puputti
0747fc170a
Fetch current user on app init instead of in various loadData fns
2017-04-28 14:17:06 +03:00
Vesa Luusua
fbdb3b157f
SalePage: initial draft - this is pretty much the same as OrderPage
2017-04-27 14:16:46 +03:00
Vesa Luusua
5f09c58a86
OrderPage fetches order data and passes that to OrderDetailsPanel
2017-04-27 12:52:36 +03:00
Kimmo Puputti
126beafe09
Allow logged out user start booking
2017-04-20 09:34:05 +03:00
Kimmo Puputti
d58b87ba72
InboxPage with order and sale transactions
2017-04-13 10:09:28 +03:00
Kimmo Puputti
9d583bcc12
InboxPage routing and tabs with translations
2017-04-13 10:06:44 +03:00
Vesa Luusua
6f2f57a389
Review changes: path change to accommodate previous page params.
2017-04-12 16:47:54 +03:00
Vesa Luusua
3202962737
Handle submit and redirect to CheckoutPage
2017-04-12 16:47:10 +03:00
Kimmo Puputti
536f4335e3
Require auth on Checkout page
2017-04-11 10:04:44 +03:00
Kimmo Puputti
b713575ef6
Merge pull request #109 from sharetribe/checkout-page-stripe-payment-form
...
Checkout page Stripe payment form
2017-04-07 09:22:25 +03:00
Kimmo Puputti
a80f84ff64
Add StripePaymentForm to the CheckoutPage
...
- Remove hardcoded UI components
- Hardcode a temporary listing object
- Add StripePaymentForm component
- Style as in wireframe designs
2017-04-06 16:43:32 +03:00
Vesa Luusua
7ada8024de
Use ModalInMobile in ListingPage
2017-04-06 14:48:20 +03:00
Kimmo Puputti
840b53c133
Fetch current user info on EditListingPage
2017-04-05 09:54:33 +03:00
Kimmo Puputti
9a88c7cd7b
Make a proper listing search based on parsed query params
2017-03-22 14:57:05 +02:00
Kimmo Puputti
7f3ec7bcd4
Merge pull request #68 from sharetribe/load-data
...
Data loading: phase 1 in the client
2017-03-15 10:41:28 +02:00
Kimmo Puputti
735adb21d5
Initial client side data loading for ListingPage
2017-03-15 10:37:57 +02:00
Vesa Luusua
f97e9f5a89
Require authentication before creating or editing listing
2017-03-14 13:04:55 +02:00
Vesa Luusua
0a003f5358
EditListingPage and duck and routing
2017-03-08 14:52:54 +02:00
Kimmo Puputti
8b4fea7c22
Remove loadData since it's always null with the default imports
2017-02-23 12:37:52 +02:00
Kimmo Puputti
d56a00a316
Move route util functions to a separate module
2017-02-15 15:31:39 +02:00
Kimmo Puputti
0b963a6332
Clean up redirects
2017-02-15 15:25:01 +02:00
Kimmo Puputti
ea2c7b78e6
Rename pattern to path as in react-router Route props
2017-02-15 13:54:37 +02:00
Kimmo Puputti
59748e39b9
Rename exactly to exact as in react-router Route props
2017-02-15 13:48:05 +02:00
Kimmo Puputti
9b7fff6d5a
Rename match to props since component is a React component
2017-02-15 13:48:05 +02:00