Commit graph

61 commits

Author SHA1 Message Date
Vesa Luusua
63eb5a754c ListingPage url changed from l/:slug-:id syntax to l/:slug/:id 2017-01-24 19:10:03 +02:00
Vesa Luusua
f8333f51a9 Prettier enhancement: use eslint-disable-next-line 2017-01-24 19:10:03 +02:00
Vesa Luusua
6e6bb28211 Create NamedLink component 2017-01-24 19:10:03 +02:00
Vesa Luusua
327ea45b80 Add routes configuration 2017-01-24 19:09:57 +02:00
Vesa Luusua
ed41f49809 Renaming and refactoring initial ducks and tests files 2017-01-20 15:13:27 +02:00
Vesa Luusua
13e03a3c92 Refactoring code and improving documentation 2017-01-20 15:07:15 +02:00
Vesa Luusua
50da195ed3 Disable prefer-default-export on folder library files 2017-01-20 15:02:55 +02:00
Vesa Luusua
4feb5e8087 A run with correct Prettier version 2017-01-20 15:02:55 +02:00
Vesa Luusua
30c3d5abfd Fix scroll position after route changes 2017-01-20 15:02:54 +02:00
Vesa Luusua
c2aeac204e Rename Page.js to PageLayout.js 2017-01-20 15:02:54 +02:00
Vesa Luusua
1fa70eadf2 Pass preloaded state to client side. 2017-01-20 15:02:54 +02:00
Vesa Luusua
731db1991d Add tests to ducks 2017-01-20 15:02:54 +02:00
Vesa Luusua
a5e051a7ee Add redux. Shared actions can be found from _src/ducks/_ folder and route specific are inside container folder. 2017-01-20 15:02:54 +02:00
Kimmo Puputti
6348f11f95 Disable default export warning from an index file 2017-01-19 11:32:49 +02:00
Kimmo Puputti
b185637abb Remove unused vars 2017-01-19 11:32:49 +02:00
Kimmo Puputti
3406722707 Self close empty JSX elements 2017-01-19 11:32:49 +02:00
Kimmo Puputti
2e453a0d79 Remove redundant .jsx file 2017-01-19 11:32:49 +02:00
Kimmo Puputti
1107e89707 Fix prop type validation failures 2017-01-19 11:32:49 +02:00
Kimmo Puputti
1263525800 Add missing propTypes 2017-01-19 11:32:49 +02:00
Kimmo Puputti
f5779f63f4 Add propTypes and defaultProps to Page 2017-01-19 11:32:49 +02:00
Kimmo Puputti
ef1a8eb15d Format with Prettier 2017-01-19 11:29:29 +02:00
Kimmo Puputti
f6ca7da23c Format code with Prettier 2017-01-18 13:54:52 +02:00
Kimmo Puputti
40f5da483a Encode single quote in HTML (JSX) 2017-01-18 13:48:51 +02:00
Vesa Luusua
17a96b4722 Add tests to new Pages 2017-01-13 16:55:15 +02:00
Vesa Luusua
0f9da68d35 Call functions from window more explicitly 2017-01-13 16:55:15 +02:00
Vesa Luusua
49229c7aaa Refactoring import orders 2017-01-13 16:55:14 +02:00
Vesa Luusua
58e81e4cc4 Topbar placeholder added to Page layout 2017-01-13 16:55:14 +02:00
Vesa Luusua
95d2d09f56 Account settings redirect 2017-01-13 16:55:14 +02:00
Vesa Luusua
49bb7259b2 Account settings: PayoutPreferencesPage 2017-01-13 16:55:14 +02:00
Vesa Luusua
b2176714b8 Account settings: PaymentMethodsPage 2017-01-13 16:55:14 +02:00
Vesa Luusua
de477e3b87 Account settings: NotificationSettingsPage 2017-01-13 16:55:14 +02:00
Vesa Luusua
678ed13057 Account settings: SecurityPage 2017-01-13 16:55:14 +02:00
Vesa Luusua
7b5c012b8b Account settings: ContactDetailsPage 2017-01-13 16:55:14 +02:00
Vesa Luusua
1a6e029483 ManageListingsPage 2017-01-13 16:55:13 +02:00
Vesa Luusua
c4b139553a PasswordChangePage 2017-01-13 16:55:13 +02:00
Vesa Luusua
3e772291f2 PasswordForgottenPage 2017-01-13 16:55:13 +02:00
Vesa Luusua
3c41b0cebe ConversationPage, OrderPage, SalesConversationPage 2017-01-13 16:55:13 +02:00
Vesa Luusua
068d61b3af InboxPage and filtered views: order and sales 2017-01-13 16:55:13 +02:00
Vesa Luusua
1b26ed32f2 EditProfilePage 2017-01-13 16:55:13 +02:00
Vesa Luusua
a8ad16f089 AuthenticationPage and fake authentication setup 2017-01-13 16:55:13 +02:00
Vesa Luusua
66b1887c82 CheckoutPage 2017-01-13 16:55:13 +02:00
Vesa Luusua
8d9695a91c ProfilePage 2017-01-13 16:55:12 +02:00
Vesa Luusua
8c44950a7d ListingPage 2017-01-13 16:55:12 +02:00
Vesa Luusua
18da596644 Refactoring SearchPage 2017-01-13 16:55:12 +02:00
Vesa Luusua
f1ef33cd5b Capitalize first letter of a link 2017-01-13 16:55:12 +02:00
Vesa Luusua
7671dd1b0e LandingPage instead of HomePage 2017-01-13 16:55:12 +02:00
Kimmo Puputti
90257a9fe9 Add snapshot tests for pages 2017-01-12 11:31:48 +02:00
Kimmo Puputti
957f3c7d68 Add basic "does not crash" tests for client and server apps 2017-01-12 11:29:45 +02:00
Kimmo Puputti
4e2aedbd14 Move client and server apps to a separate file
index.js is the entrypoint file for the bundle and has to render the
app when running within a browser. Separating the app routing init
etc. to a different file allows us to import both ClientApp and
ServerApp in e.g. tests no matter which env we are in.
2017-01-11 16:01:35 +02:00
Kimmo Puputti
40c23217e9 Add documentation. 2017-01-11 10:06:49 +02:00