Brett Sun
8527627db0
Hide the footer if a route has the hideFooter
attribute
2016-02-01 14:49:48 +01:00
Brett Sun
50d50c66ee
Change children
prop from react-router to only be a Element type
...
Judging by
https://github.com/rackt/react-router/blob/master/docs/API.md#children-1
and a few inspections in the code, as well as tests, the `children`
prop injected into routes can only ever be a single React Element
object.
This allows us to easily get the active route of a child (if there is
an active route) by querying the `children`’s route prop.
2016-02-01 14:48:44 +01:00
Brett Sun
9c1b229d85
Forgot to remove unnecessary import
2016-01-19 15:16:12 +01:00
Brett Sun
efbc605fc8
Standardize render structure across main app and white label apps
...
Also fixes some whitelabel landing pages broken from the
standardization and removes unnecessary class names
2016-01-19 15:04:46 +01:00
Brett Sun
7e1cfbb490
Add AppBase HOC to improve DRYness of functionality reused across apps
2016-01-19 15:00:50 +01:00
Brett Sun
fce578e854
Decorate rackt/history with history of previous locations
...
Could be turned into a createHistory enhancer function
(https://github.com/rackt/history/blob/master/docs/Glossary.md#createhis
toryenhancer), but we’ll see what the guys at rackt/history say about
it…
2016-01-08 11:44:25 +01:00
Tim Daubenschütz
f0d8e32ecf
Merge remote-tracking branch 'origin/master' into AD-1080-restyle-webapp-with-new-corporate-identity
...
Conflicts:
js/components/ascribe_accordion_list/accordion_list_item_piece.js
js/components/ascribe_app.js
js/components/ascribe_piece_list_toolbar/piece_list_toolbar.js
js/components/logout_container.js
js/components/whitelabel/wallet/wallet_app.js
2015-10-19 10:30:14 +02:00
diminator
85d3184e98
piece list styling
2015-10-09 02:00:02 +02:00
Tim Daubenschütz
97fd639c30
Implement ProxyRoute
2015-10-06 10:20:36 +02:00
Tim Daubenschütz
31a83a1d61
Add TransactionManager boilerplate code
2015-10-02 11:03:42 +02:00
Tim Daubenschütz
17fd470e6b
Upgrade react-router-bootstrap
2015-10-01 14:00:56 +02:00
Tim Daubenschütz
eebe936023
Change: router rendering, router location, route configs, notFound routes, redirect routes,
2015-09-30 17:09:46 +02:00
Tim Daubenschütz
9d7a9bd028
add router/navigation integration into whole project
2015-08-27 14:34:15 +02:00
vrde
3fbe60692e
Working on landing
2015-07-13 14:29:20 +02:00
vrde
df5295dffd
Cleanup and reorder routes
2015-07-10 18:21:42 +02:00
diminator
41da3b2029
footer + social icons
2015-07-02 15:41:17 +02:00
Tim Daubenschütz
e0e75151e0
add first working prototype
2015-06-08 18:14:25 +02:00
Tim Daubenschütz
f987bce7cc
add es6lint to build process and fix most (not really) errors and warnings
2015-06-05 11:06:36 +02:00
Tim Daubenschütz
0f6dc6b3e0
put link in header
2015-05-21 15:16:56 +02:00
vrde
951892a85c
Add header
2015-05-20 17:35:52 +02:00
vrde
8ee9bda37b
Fix spacing
2015-05-20 16:44:45 +02:00
vrde
0527e0184e
Work on UserStuff
2015-05-20 16:19:40 +02:00
vrde
f575f2b4ca
Subclass React in the proper way
2015-05-20 12:00:16 +02:00
Tim Daubenschütz
2b8e1d604b
refactor: use let instead of var
2015-05-19 17:16:01 +02:00
Tim Daubenschütz
9784e09aac
refactor: rename artwork to piece and artworkList to pieceList
2015-05-19 17:13:09 +02:00
Tim Daubenschütz
47246a9083
create artwork component
2015-05-19 17:01:28 +02:00
Tim Daubenschütz
9c58fa321c
add encoding and camel to snake case conversion to FetchApiUtils
2015-05-19 14:09:10 +02:00
vrde
5dd7cd7554
Refactor a bit
2015-05-18 18:00:12 +02:00
Tim Daubenschütz
c6097fe5c2
outsourced routes to separate file and created a boilerplate action and store
2015-05-18 13:43:42 +02:00
Tim Daubenschütz
6ae7ff0d4b
code formatting
2015-05-18 09:59:45 +02:00
Tim Daubenschütz
0d0069a2a6
renaming app from HelloApp to AscribeApp
2015-05-18 09:31:22 +02:00