Open
Conversation
- Introduced ThemedText, ThemedTextInput, and ThemedView components for consistent styling. - Implemented toast notifications for success, error, and info messages. - Created hooks for user authentication: login, signup, logout, password reset, and token management. - Developed API client for handling requests with token management and error handling. - Added example API service for demonstration purposes. - Established global color palette and utility functions for class name management. - Implemented form validation schemas for login, signup, and password reset. - Configured Tailwind CSS for styling. - Updated TypeScript configuration for improved path resolution and type management.
- Updated the authentication store to simplify user management and token handling. - Removed unused authentication components (LoginForm, SignUpForm) and related validation schemas. - Refactored API client to enhance error handling and token management. - Consolidated API service methods for better clarity and maintainability. - Introduced a new UI store for managing global UI state (modals, themes, loading states). - Updated example API service to follow best practices and improved type definitions. - Enhanced query client configuration for TanStack Query with additional options. - Adjusted routing logic in the main app entry point for better user experience.
…s and improved documentation
…ATION_CHECKLIST.md, PROJECT_SUMMARY.md, QUICKSTART.md) docs: add new Quick Start Guide in docs/QUICKSTART.md for better onboarding experience refactor: simplify RootLayout by introducing QueryClientProviderWrapper for TanStack Query setup feat: create QueryClientProvider to encapsulate TanStack Query client configuration
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Boilerplate V1