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

Create login page #1394

Merged
merged 39 commits into from
Jan 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0b7b4f0
Initial version of the new login page. Changed to stack and refactore…
pedroafmonteiro Nov 19, 2024
099a2cc
Reformatted code.
pedroafmonteiro Nov 19, 2024
d4dfc52
Added new splash screen view.
pedroafmonteiro Nov 23, 2024
5601349
Updated native splash screen to a solid background color. Custom spla…
pedroafmonteiro Nov 23, 2024
5955992
Fixed AndroidManifest.xml
pedroafmonteiro Nov 23, 2024
86762ae
Added code for edge to edge effect.
pedroafmonteiro Nov 25, 2024
4debdaa
Login Page slight visual changes and text updated
Granja5 Nov 26, 2024
aba6cc6
Login Page visuals almost finished
Granja5 Nov 26, 2024
8ca9a65
Refactor createSaveDataCheckBox, createAFLogInButton, and createLink …
Granja5 Nov 27, 2024
cecbdee
Refactor createTermsAndConditionsButton into own widget class and spe…
Granja5 Nov 27, 2024
770a31a
Corrected some visual inconsistencies of the login page widget compon…
Granja5 Nov 27, 2024
c1dadb2
Sigarra Login SVG now supports two colors and Updated the Portuguese …
Granja5 Dec 1, 2024
7d610df
Padding corrections to ensure the login page layout keeps consistent …
Granja5 Dec 1, 2024
9205446
Reworked the transition between the splash screen and the login page.…
pedroafmonteiro Dec 4, 2024
2bbb8b5
Fixed formatting.
pedroafmonteiro Dec 4, 2024
7ba2e64
Fixed linting problem.
pedroafmonteiro Dec 7, 2024
934eff8
removed login_old.dart file as it is causing linting problems and it'…
pedroafmonteiro Dec 9, 2024
f17ed15
New Login with Credentials popup (not finished)
pedroafmonteiro Dec 17, 2024
81dbf8e
Working on the inputs of the Dialog Box
Granja5 Dec 17, 2024
c81dc50
Merge branch 'ui/redesign' into redesign/login-page
pedroafmonteiro Dec 17, 2024
26dad35
Removed Useless Code
Granja5 Dec 17, 2024
4fad010
Fixed styles to be applied from theme.dart in uni_ui.
pedroafmonteiro Dec 17, 2024
4b1feb6
Added the correct Themes
Granja5 Dec 17, 2024
182847b
Changed the size of the Dialog Box Sized Boxes
Granja5 Dec 17, 2024
2023c16
Fixed remember me checkbox color.
pedroafmonteiro Dec 18, 2024
12a2211
Fixed padding on the alternative login popup.
pedroafmonteiro Dec 18, 2024
b678a7a
Fixed formatting.
pedroafmonteiro Dec 18, 2024
0c4ac26
Reimplemented native splash screen.
pedroafmonteiro Dec 30, 2024
eded9d6
Readded portrait screen orientation in AndroidManifest.
pedroafmonteiro Dec 30, 2024
eb8def7
Text controllers were being cleared twice. That has been fixed.
pedroafmonteiro Jan 2, 2025
bd4e374
Added break statement to the switch in the _login method.
pedroafmonteiro Jan 2, 2025
330e0d6
Fixed hardcoded string in fa_login method.
pedroafmonteiro Jan 2, 2025
90f185b
Removed use of WidgetStateProperty for ElevatedButton.styleFrom appro…
pedroafmonteiro Jan 2, 2025
b169bed
Removed unecessary code.
pedroafmonteiro Jan 2, 2025
1901df6
Removed unecessary code.
pedroafmonteiro Jan 2, 2025
f2b08cf
Removed duplicated string from intl.
pedroafmonteiro Jan 2, 2025
1e483fc
Merge branch 'ui/redesign' into redesign/login-page
pedroafmonteiro Jan 2, 2025
c7aa9d5
Fixed intl strings.
pedroafmonteiro Jan 2, 2025
dfcb039
Formatted code.
pedroafmonteiro Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Padding corrections to ensure the login page layout keeps consistent …
…when the language is changed
Granja5 committed Dec 1, 2024
commit 7d610df1ee9e12da1394a504ddd7c761fd597aa0
2 changes: 1 addition & 1 deletion packages/uni_app/lib/view/login/login.dart
Original file line number Diff line number Diff line change
@@ -307,7 +307,7 @@ class LoginPageViewState extends State<LoginPageView>
Align(
alignment: const Alignment(0, 0.58),
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 36),
padding: const EdgeInsets.symmetric(horizontal: 35),
child: LinkWidget(
textStart: S.of(context).try_different_login,
textEnd: S.of(context).login_with_credentials,
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ class RememberMeCheckBox extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Padding(
padding: const EdgeInsets.symmetric(horizontal: 38),
padding: const EdgeInsets.symmetric(horizontal: 37),
child: Row(
children: [
Checkbox(