-
Notifications
You must be signed in to change notification settings - Fork 268
Massive Update #19
base: master
Are you sure you want to change the base?
Massive Update #19
Conversation
Would love to see this get merged. Much needed. Could not get the current version to work. |
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.
Thanks for your contribution!. this helped me fix my project.
injectTapEventPlugin(); | ||
|
||
render( | ||
<Router routes={routes} history={browserHistory} />, document.getElementById('app') | ||
<BrowserRouter> |
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.
Move login out app
`
<BrowserRouter>
<div>
<Switch>
<Route exact path="/login" component={LoginPage}/>
<MuiThemeProvider muiTheme={ThemeDefault}>
<App />
</MuiThemeProvider>
</Switch>
</div>
</BrowserRouter>
`
@rafaelhz would you merge this? |
@xeoncross how can I use your PR? |
@Markkos89 just checkout https://github.com/Xeoncross/react-material-admin-template instead of this repo. However, it's been a couple years so there will probably be some additional changes needed. Nice thing is that react-router-dom is still v4. |
Sorry guys, this repo is really outdated, you can clone the @xeoncross version, or use a free theme from material-ui: https://material-ui.com/store/ |
The current react-material-admin-template repo does not work with the current NPM (and lib) versions. This was a refresh porting all the
src
components into a brand newcreate-react-app
checkout and then addingaxios
(ajax) andfacebook
(login) demos.Unit tests, linting, etc, are all gone. I broke them all. I couldn't get any of it to work so it was removed. Needs to be fixed and added back in.
This pull request works, adds some new features:
Broke/Removed others: