0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/lib/members/static/auth
Fabien O'Carroll 5f66026647
Refactored auth pages for future flows (#10458)
no-issue

* Used camelCase for gateway method calls
* Added some components for building blocks of forms
* Added input specific components
* Added Form component
    This handles collecting the data to submit and sharing state between forms
* Added Pages component to handle urls
* Added the pages for the popup
* Added MembersProvider component
    This is designed to give its children access to gateway methods
* Added Modal component
    This wraps the pages and handles dispatching form submissions to the members gateway
* Refactored index.js to use new components/pages
* Fixed default page from Signup -> Signin
2019-02-07 10:39:55 +01:00
..
assets/images
components Refactored auth pages for future flows (#10458) 2019-02-07 10:39:55 +01:00
pages Refactored auth pages for future flows (#10458) 2019-02-07 10:39:55 +01:00
styles
.gitignore
Gruntfile.js
index.js Refactored auth pages for future flows (#10458) 2019-02-07 10:39:55 +01:00
layer0.js
package.json Fixed console getting cleared on dev start 2019-01-29 11:02:43 +05:30
postcss.config.js
preact.config.js
yarn.lock Fixed console getting cleared on dev start 2019-01-29 11:02:43 +05:30