-
Notifications
You must be signed in to change notification settings - Fork 32
Feat/app #460
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
Open
lui7henrique
wants to merge
73
commits into
main
Choose a base branch
from
feat/app
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/app #460
Conversation
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
- Added `LoginView` for user authentication with input fields and validation. - Created `RootView` to manage navigation based on authentication state. - Introduced `AuthService` for handling login logic and token management. - Implemented `PrimaryButton` and `SocialButton` components for UI consistency. - Established localization support with `Language` and `Strings` for multi-language support. - Set up adaptive color themes for light and dark modes.
…ios-views.mdc - Increased corner radius from 8 to 12 for RoundedRectangle overlays in LoginView and ios-views.mdc to enhance UI consistency and aesthetics.
…ionality and UI - Updated AuthService to streamline API endpoints for sign-in and sign-up processes. - Enhanced SignUpView with better error handling and user feedback. - Improved layout and styling for input fields and buttons to maintain UI consistency. - Added email and username availability checks during sign-up process.
…diaDetailView and HomeView
…ocalization support
…ed navigation in MediaDetailView
…aDetailView for improved review interaction
…splaying reviews with loading and error states
… layout, loading states, and new localization strings for better user experience
…ed rating display for highly rated content
…viewSheet text editor frame height
…as in multiple languages
… with asynchronous data loading and localization support
…w for enhanced content browsing with pagination and improved UI components
…CategoryListView for improved navigation and content filtering
…mproved scrolling behavior and adjust padding in HomeTabView for better layout
… in CategoryListView for enhanced navigation and content filtering
…and MediaImagesView, enhancing visual content presentation
…mproved performance and user experience
…mproved layout and visual consistency
… by adjusting backdrop height and improving button styles
…gle in LoginView and SignUpView, enhance language switcher positioning
…ncy across the app
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…e for user and item data, refactor CollectionCache to support additional user and reviews caching, and optimize image loading with improved async handling in ImageCache; update MediaDetailView and HomeTabView to utilize new caching features for better performance and user experience
… and loading state management; rename loading state variable for clarity, implement initial load handling, and streamline data loading process from cache
… caching; implement cache retrieval and storage in SearchTabView, enhancing loading state management and improving user experience
…oss various views to enhance visual consistency; replace appSkeletonAdaptive with appBorderAdaptive for improved loading indicators
…oved visual consistency across ReviewButton, ReviewItemView, and StarRatingView; add appStarYellow color definition in Colors.swift
…tyling across views; update StatusSheet, SignUpView, MovieCollectionSheet, and ReviewSheet to utilize new floating sheet presentation methods, enhancing UI consistency and maintainability
…e; move back button to a sticky position and adjust backdrop image handling for better visual consistency
…tion; update SeasonsListView and SeasonsSection to navigate to SeasonDetailView with series name and season data
…pisode details; enhance SeasonDetailView to include episode listings and update localization for episode labels
…ality and loading indicators in EpisodeRowView; implement watched episodes tracking in EpisodesSectionView and integrate UserEpisodeService for backend interactions; update localization for episode watched count
…ity into SeasonDetailView; enhance episode management with watched state tracking and loading indicators in EpisodesListView; update EpisodeRowView for improved visual consistency
….pbxproj to reflect new versioning
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.
Describe your changes
Issue ticket number and link
Checklist before requesting a review