Created
April 14, 2023 06:19
-
-
Save iamkingalvarado/a9f023a324b93a7b237037d1e0a3f821 to your computer and use it in GitHub Desktop.
Architecture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat | |
authentication | |
login | |
- Localizable.strings | |
- LoginView | |
- LoginViewModel | |
signup | |
- Localizable.strings | |
- SignUpView | |
forgotPassword | |
welcome | |
- WelcomeView | |
lib | |
authentication | |
- LoginService | |
ui | |
- Fonts | |
- TextStyle | |
- FontSize | |
core | |
components | |
text | |
- EditText | |
button | |
- Button | |
EditText() | |
.type(.email) | |
.trailingIcon(.systemIconLock) | |
.leadingIcon(.systemPasswordShow, { | |
}) | |
Button() | |
.style(.action) | |
.style(.borderless, color: .textMuted) | |
.action({ | |
}) | |
Text() | |
.style(.normal) | |
.color(.textMuted) | |
Image() | |
.style(.wallpaper) | |
.url("") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment