-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactors and route fix #121
Conversation
✅ Deploy Preview for torontojscom ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f906817
to
058fda4
Compare
058fda4
to
0649c61
Compare
@kieran if routing ain't work on preview, but it works in local... sigh, maybe it's time to gut those crazy scripts and setup the router properly |
hi! is this issue finished or can i help out? :) |
@dreymoreau just waiting for peer review on this to merge in the refactors... otherwise as I see it there's all kinds of work:
|
refactor: rearranges page views into src/views folder refactor: extract components into separate .js files; creates Header for TJS animation refactor: creates Landing.js view for home page items, keep Splash as a layout page
0649c61
to
3090390
Compare
Only one way to find out.... shipping it |
Changes
/p/volunteers
NavBar
andHeader
components, Header now contains TJS animation with vector backgroundLanding.js
as container for storing home page content instead of usingSplash.js
src/views/
, keep default exportKnown Issues
Hot module reloading doesn't work anymore