Commit graph

25 commits

Author SHA1 Message Date
eric-burel
022a72e41b Merge Apollo2 branch 2019-01-02 17:18:54 +01:00
SachaG
111e00ecae Fix semicolons and other linting issues 2018-12-31 15:22:17 +09:00
neobii
dd546faee0 fixed helmet for testing 2018-12-19 09:28:10 -06:00
SachaG
57225bee57 Pass locale to App.jsx during SSR process (as a cookie for now); keep original headers during SSR process; get locale from headers 2018-10-02 12:25:14 +09:00
SachaG
4c500e856e Disable routing package 2018-09-24 10:26:56 +09:00
SachaG
7adb8b3c7c Rename routing -> init 2018-09-23 11:04:29 +09:00
SachaG
6275108d41 Comment out/disable legacy code for now 2018-09-23 10:52:52 +09:00
SachaG
dfa4c77314 ESLint fixes 2018-09-16 11:48:38 +09:00
SachaG
55d34bd328 Working on locale cookie support for SSR 2018-05-14 17:28:04 +09:00
SachaG
e2cba32b15 Clean up 2018-05-10 09:38:25 +09:00
SachaG
19463ceec5 first steps on language switching support 2018-05-04 12:01:12 +09:00
Al Pagan
48ad632bf3 Add callbacks to vulcan:routing SSR hooks
This method allows for access to the SSR app component and associated css in the routing's hook functions without needing to hack core files.

This makes it possible, for example, to add MUI wrapper components and inject compiled css with the JSS library (see https://material-ui-1dab0.firebaseapp.com/guides/server-rendering).

Here's how I'd implement the callbacks in my own custom module: https://gist.github.com/wayfarerboy/96c0f1d13b3b7d3d2743501a1c7c0187
2017-10-13 14:20:20 +01:00
SachaG
80eda13222 Small fixes 2017-09-29 07:40:59 +09:00
SachaG
7ff597a658 Make it easier to change index route in forum example without breaking search/categories/etc. 2017-09-15 19:13:39 +02:00
Malek Hakim
bc395cc238 Adds support for SSR for styled-components 2017-07-28 00:44:55 -04:00
SachaG
e7bc639ffb Make dynamic imports work properly; move Avatar component to core to enable using admin dashboard without base-components 2017-07-05 10:31:37 +09:00
SachaG
eebcd9436e change initiatlization order 2017-06-18 10:14:34 +09:00
SachaG
374c512341 enable extending fragments that haven’t been defined yet by adding an initializeFragments() step 2017-06-17 15:24:53 +09:00
SachaG
eafd294d49 Add route name to wrapper class in layout; add support for custom layouts; export RoutesTable 2017-06-14 09:53:42 +09:00
SachaG
2b4283ae43 Use InjectData to send server timezone offset to client 2017-06-06 18:06:32 -07:00
SachaG
11abfb8ad3 Fix issue in categories parameters callback; fix issue with generated fragment in edit form; convert collection name to lowercase to get hook name; do not wrap mailchimp sync all in try..catch; add console.log after subscribe/unsubscribe; tweak posts list resolver so that it works even with multiple statuses; show url in ssr errors; add limit to RSS feed 2017-04-19 12:19:17 +09:00
Xavier Cazalot
ad138a0183 Merge pull request #1596 from dominictracey/devel
Enable facebook sharing of posts by supporting facebook scraper reqs
2017-03-29 22:24:02 +01:00
SachaG
968bf55848 Clean up packages; create new example-forum package 2017-03-29 15:48:44 +09:00
Dominic Tracey
3f20efb5ec Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-03-27 12:09:36 -04:00
SachaG
72be56a590 renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00