Skip to content
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

Merged
merged 13 commits into from
Jun 11, 2020
Merged

Improve basics aa1 to implement 1 #63

merged 13 commits into from
Jun 11, 2020

Conversation

schettn
Copy link
Member

@schettn schettn commented Jun 11, 2020

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change?
  • Have you tested your changes with successful results?

Type of Changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (non-breaking change which adds documentation)
  • Breaking change (fix or feature that would cause existing functionality to change)

What is the current behavior? (link to any open issues here)

What is the new behavior (if this is a feature change)?

Other information:

  • 🐍

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.
@schettn schettn added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request invalid This doesn't seem right labels Jun 11, 2020
@schettn schettn added this to the SNEK Version 0.1.0 milestone Jun 11, 2020
@schettn schettn self-assigned this Jun 11, 2020
@schettn schettn mentioned this pull request Jun 11, 2020
7 tasks
The issues marked by Codacy were fixed.
Copy link
Member Author

@schettn schettn left a 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

package.json Outdated Show resolved Hide resolved
src/App.js Show resolved Hide resolved
src/App.js Outdated Show resolved Hide resolved
src/App.js Show resolved Hide resolved
src/App.js Outdated Show resolved Hide resolved
src/App.js Outdated Show resolved Hide resolved
src/App.js Show resolved Hide resolved
Copy link
Member

@pinterid pinterid left a 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.
@schettn schettn requested a review from pinterid June 11, 2020 17:29
Copy link
Member

@pinterid pinterid left a 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.

@schettn
Copy link
Member Author

schettn commented Jun 11, 2020

I will remove @Aichnerc and @kleberbaum for time reasons.
Please have a sharp look at #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants