#243-Login-popup-window #261
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!261
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#243-Login-popup-window"
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?
Related issues: #242
Created a login popup window using 'reactjs-popup'.
When the login button is pressed, the window will show up in the center of the screen. Looking all nice and focused for your pleasure.
Right now the buttons just close the window, backend logic needs to be added.
One issue that couldn't be resolved, the logo is not being found for some reason.
Before reviewing, read:
https://git.webug.se/Andras/BoundlessFlowCampus2K/wiki/Webpage-Design
Review on #261
Whats done
Login.js
package.json
Whats needs to be done
From using 4 spaces
To using 2 spaces
Conclusion
Update to get the CSS styling colors and such
Added some changes (only style for the moment, no closing or opening yet):
(Press the button to open)


Login popup window works well.
What is checked
Open/close logic
It starts open and renders without problems, closing window by pressing "esc" or clicking outside of popup window works.
Its possible to re-open the login window by pressing "show login modal"button.
Fix whitespaces in frontend/src/app/theme.css
Should be 2 white spaces after : documented in CSS Standards
LoginModal.module.css fix
The white spaces in the css file is ok now and according to standards.
LoginModal.js
Syntax good and according to js standards
Overall
The login popup works well and only minor sytax code standards need to be fixed
Scaling is works well up to 1080p if bigger we have to impliment further changes to resizeing(not an issue at the moment)
Working Login/Register is not intended to work yet an will be implimented in later issue.
Overall can be merged only minor sytax/codestandard problems
I have seen that it works; the review changes have been implemented.