Skip to content

Conversation

@stephenhungg
Copy link
Contributor

What's new in this PR

Description

Screenshots

How to review

Next steps

Relevant links

Online sources

Related PRs

CC: @insert pl github username here

- Create AuthContext.tsx in utils folder with AsyncStorage persistence
- Wrap app with AuthProvider in _layout.tsx
- Add login/signup integration with context
- Create dashboard page for authenticated users
- Implement stay signed in feature with checkbox
- Add smart routing based on authentication state
- Include loading states and error handling
- All code formatted with prettier
- Add landing page with logo, welcome text, and login/signup buttons
- Update signup page to match Figma design with logo, updated styling, and password requirements with checkmarks
- Update login page to match Figma design and be consistent with signup
- Download and add all necessary assets (logos, checkmarks, landing image)
- Fix linting errors by converting require() to ES6 imports
- Fix ScrollView padding to prevent excessive scrolling
- Ensure consistent styling across all auth pages
- Add .tsx files to ESLint config files array
- Disable @typescript-eslint/no-require-imports rule for React Native/Expo image imports
- Image imports use valid ES6 syntax but were incorrectly flagged by the linter
- Extract all inline styles to authStyles.ts
- Add utility styles: scrollViewFlex, scrollViewContent, textBlack, forgotPasswordLink, etc.
- Replace inline style objects with stylesheet references across all auth pages
- Keep dynamic styles (opacity, borderColor) inline where needed
- Improves code maintainability and follows React Native best practices
- Remove .pids/expo.log and .pids/rails.log from git tracking
- These files are already in .gitignore but were tracked before the rule was added
- Local files remain on filesystem, just not tracked by git
- Create dedicated styles.ts for my-account page
- Extract all 26 inline styles to stylesheet
- Add semantic style names: avatarContainer, fieldBox, logoutButton, etc.
- Improves code readability and maintainability
- Follows React Native best practices
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.

2 participants