946-Implement-the-new-settings-page-design #1003
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1003
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "946-Implement-the-new-settings-page-design"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is for issue #946, and includes the new Settings design, based on Figma design examples provided in issue #863.
What has been done
Thoughts
Review on #946
Whats done
Reviewed and tested the new settings page design implementation.
Tested on Windows using Chrome
App starts
Inspected following files
frontend/src/app/theme.css
CSS standard
Naming convention
General code quality
frontend/src/components/LanguageSelect/LanguageSelect.js
Naming convention
General code quality
translateis assigned but never used.frontend/src/components/Stylings/StyleSelect.module.css
CSS standard
General code quality
frontend/src/locales/en.json
Printed text uses and follows localization standards
frontend/src/locales/sv.json
Printed text uses and follows localization standards
frontend/src/pages/settings/Settings.js
Indentation/code styling
Naming convention
Printed text uses and follows localization standards
Seasonal themesandDark mode.Comments
General code quality
LoginLogoutis imported but not used, which creates an ESLint warning.frontend/src/pages/settings/Settings.module.css
CSS standard
General code quality
frontend/src/pages/settings/materialDesign/index.js
Naming convention
General code quality
package.json
Dependencies
What needs to be done
frontend/src/components/LanguageSelect/LanguageSelect.js
translatevariable to fix the ESLint warning.frontend/src/pages/settings/Settings.js
LoginLogoutimport.Seasonal themesandDark modeto localization files.Footer/UI text
Conclusion
The localization that is missing is implemented in team 1's branch, so as long as we haven't added any new rows it will be fixed at merge.
Good job!
Fixed ESLint error in LanguageSelect, removed unused import in Settings.js! The rest are out of scope and fixed in other branch!
Looks good. Ready to merge.