-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve basics aa1 to implement 1 #63
Conversation
The BrowserRouter has been moved to index.js in order to use withRouter(...) in App.js. Also a router base-name has been added.
- A label was removed due to an error in the MDBSelectOptions element when you click the labelling, the dropdown menu closes. - A icon has been added to the search results. - The profile switching is now handled by the history because `window.open()` is ugly and therefore removed.
A missing import was added in order to user export withRouter(...)
Now it will check if there is platformData in fetchUser. Only when true caching will proceed.
Now there are two functions to check whether a refetch is required or not.
The previous created checking functions are now implemented in the `componentDidMount()` of the Profile Page.
The username is no longer stored in .user but in .profile. Therefore it has been replaced.
A template has been added to ease further use on new machines.
react-scripts has been updated which resolved 2 vulnerabilities.
The package has been upgraded to 0.1.1 to fix a bug when generating talks. Ref: snek-at/intel#83
All headings inside the App component have been replaced with regions.
The issues marked by Codacy were fixed.
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.
I will improve this asap
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.
Looks good after some small changes.
React-script has been moved to devDependencies. Some newline have been added.
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.
Looks good to merge.
I will remove @Aichnerc and @kleberbaum for time reasons. |
Checklist:
Type of Changes:
What is the current behavior? (link to any open issues here)
snek-intel:v0.1.0
is used which produces an error when generating talks. Upgrade snek-intel to v0.1.1 #56.env.template
file. There should be a template file for .env #57react-scripts:v3.0.1
is used which has some security vulnerabilities. Upgrade react-scripts to v3.4.1 #59What is the new behavior (if this is a feature change)?
snek-intel:v0.1.1
is used. Therefore there are no more issues related to talk generation. Upgrade snek-intel to v0.1.1 #56.env.template
file. There should be a template file for .env #57react-scripts:v3.0.1
is used and the security vulnerabilities are fixed. Upgrade react-scripts to v3.4.1 #59Other information: