-
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 aa3 to implement 1 #74
Conversation
The active object was added to globalState.
The active software tab is now stored in the new globalState.
The active actionCard is now stored in the new globalState.
The navbar login button now sets the active actionCard.
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.
LGTM
With the introduced implementation it is possible to use the "Sign In" button to redirect to the correct login action card. The workaround which allows reloading the last tab before caching remounts every component is removed now. The functionality which is missing now will be added soon.
New redux structure was roughly implemented. Refinements take place in the following commits. But .. redux is fun :)
Some bugs are fixed and the actions were adjusted.
Incorrect user fetching has been fixed.
The registration works now with the new structure.
A context error where the login function was not defined due to asynchronously is fixed now. After registering a user will be logged in.
React-Avatar-Editor was added for editing images on the site.
The modal for editing images was added.
The modal imports and exports were updated.
A page for editing user settings was added.
The path for the settings page was set.
The navbar settings now work with the settings page.
The settings action is now capable of updating profile pictures.
Now it is possible to access the settings page directly by entering the url. Access is only granted to the own settings page.
Now when clicking on `My Profile` only the corresponding components are rendered and not longer everyone like before.
Due to the switch to Redux, a lot of code is obsolete and is now being removed.
None has been replaced with Unknown in the project item.
If there is no owner for a project, the new owner is unknown.
The loading bar styling, which was previously accidentally removed, is now available again. This will show the loading bar again.
Add movable aa1 to improve basics aa3
Some scss stuff has been fixed due to a codacy request.
Co-authored-by: Aichner Christian <contact@aichner-christian.com>
Improve design ca1 to improve basics aa3
The code quality has been improved due to request of @Aichnerc @pinterid @kleberbaum.
Due to a merging problem the talk upload modal did not use redux and therefore did not work anymore. Redux was added in order to get it back working.
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.
Found a few things.
The code quality has been improved due to a reuqest of @Aichnerc.
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.
LGTM 🍕
Now when reading the cache the loggedUser is set with fetchUser data if the read user is the same as the loggedUser.
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.
Should be ok to merge after a few changes.
const INTEL = new Intel(); | ||
|
||
//#TODO | ||
// Must be moved to INTEL in future? |
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.
Mhh, good question should be part of a meeting.
The code quality has been improved due to a request of @kleberbaum.
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.
Yep
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.
Should be ok to merge.
Checklist:
Type of Changes:
What is the current behavior? (link to any open issues here)
What is the new behavior (if this is a feature change)?
Other information: