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

feat(sign-up): add sign up screen & form #114

Merged
merged 4 commits into from
Jan 16, 2025

Conversation

Stukz
Copy link

@Stukz Stukz commented Jan 14, 2025

What does this do?

This PR includes sign up flow

  • Sign Up screen
  • sign up form
  • inteceptors to keep session alive
image image image

@Stukz Stukz requested a review from a team as a code owner January 14, 2025 22:08
Copy link

github-actions bot commented Jan 14, 2025

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 51%
50.79% (287/565) 45.85% (105/229) 36.63% (74/202)

😎 Tests Results

Tests Skipped Failures Errors Time
69 0 💤 0 ❌ 0 🔥 31.549s ⏱️
👀 Tests Details • (51%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files50.7945.8536.6351.2 
api/auth010000 
   use-login.ts01000019–31
   use-sign-up.ts01000029–42
api/common78.8755.1762.580.88 
   interceptors.ts78.7877.7710078.7828–34, 52
app0000 
   _layout.tsx000020–75
   sign-in.tsx01000011–23
   sign-up.tsx01000011–24
components47.0566.6642.8547.05 
   login-form.tsx10010050100 
   sign-up-form.tsx00009–50
core/auth4001050 
   utils.tsx57.141000100 

@Stukz Stukz force-pushed the feat/sign-up-screen branch 5 times, most recently from e17ba35 to 34b53ca Compare January 14, 2025 22:26
src/api/auth/use-login.ts Show resolved Hide resolved
src/core/auth/utils.tsx Show resolved Hide resolved
src/components/sign-up-form.tsx Outdated Show resolved Hide resolved
src/components/sign-up-form.tsx Outdated Show resolved Hide resolved
src/components/sign-up-form.tsx Outdated Show resolved Hide resolved
src/components/login-form.tsx Outdated Show resolved Hide resolved
src/api/common/interceptors.ts Show resolved Hide resolved
@Stukz Stukz force-pushed the feat/sign-up-screen branch from 34b53ca to 9416bc0 Compare January 15, 2025 18:29
@guillermomachado guillermomachado merged commit 564f6df into master Jan 16, 2025
8 checks passed
@guillermomachado guillermomachado deleted the feat/sign-up-screen branch January 16, 2025 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants