Moved several widgets from login_view.dart to their own files in order to increase legibility.
Said new files are located at features/welcome/widgets
🧪 How Has This Been Tested?
This was tested by trying multiple login attempts (valid and invalid) and making sure that each widget responded the way it did before the change.
The change does not affect any classes or files beyond login_view.dart, and the core function of the moved widgets was left intact.
☑️ Checklist before requesting a review
[x ] I have performed a self-review of my code.
[x ] If it is a core feature, I have added thorough tests.
[x ] If needed, I added analytics.
[x ] Make sure to add either one of the following labels: version: Major,version: Minor or version: Patch.
⁉️ Related Issue
Closes #1082
📖 Description
Moved several widgets from login_view.dart to their own files in order to increase legibility. Said new files are located at features/welcome/widgets
🧪 How Has This Been Tested?
This was tested by trying multiple login attempts (valid and invalid) and making sure that each widget responded the way it did before the change. The change does not affect any classes or files beyond login_view.dart, and the core function of the moved widgets was left intact.
☑️ Checklist before requesting a review
version: Major
,version: Minor
orversion: Patch
.🖼️ Screenshots (if useful):