-
Notifications
You must be signed in to change notification settings - Fork 15
Reset Password #264
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
Reset Password #264
Conversation
|
Looking good :D The config files in A lot has happened on master since march so there are a few things out of date here. Not as much as I expected though, so 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import was renamed to material-ui/svg-icons/communication/email in material-ui 0.15
sure, but they could just copy the .example file to the real file (and make changes if needed). |
Yeah, but that is an extra step that we'd need to document, and warn for when someone runs For the cases where you would want to change the dev server configuration, like when testing a new media source, I think it'd be better to have an optional config file in the repo root and keep the current as defaults. But that's a separate issue and would warrant a separate PR 😃 |
|
ah, interesting point. i'll revert that commit. i'll submit another pr later to allow usage of a separate config file. |
|
also,
i think you mean prod server? if one was to change the dev server config, he/she would just update the dev-server-config and commit it, right? |
|
I think we decided on adding a separate page for the "new password" inputs. After a rebase, the build system will be using webpack so that should be doable. I'm not 100% on how these things go since I haven't done a "single-page" app with multiple pages (lol) before but I have some thoughts/guesses/things: The new page would need its own javascript entry point and PasswordReset form. the main app has The new https://webpack.github.io/docs/multiple-entry-points.html And that entry point I THINK can then be built to a separate html file by duplicating this HtmlPlugin instance in the Hope that makes sense :'D |
No description provided.