Open
Conversation
…n-Studies into astrol99-spot-db
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements a new API safe search feature and performs extensive refactoring and UI updates across the codebase. Key changes include the removal of an obsolete Bear store, introduction of a new TagStore for tag search and selection, and updates to authentication handling, UI components, dependency versions, and application routes.
Reviewed Changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| store/store.ts | Removed the outdated bear state store. |
| store/TagStore.ts | Added a new TagStore with tag search, selection, and related actions. |
| store/AuthProvider.tsx | Updated auth handling to fetch user data on INITIAL_SESSION and adjust session management. |
| package.json | Updated dependency versions and added a new script for type generation. |
| components/TagSelector.tsx | Implemented a tag selector component with search and tag creation capabilities. |
| components/ImageUploader.tsx | Added a draggable image uploader with preview and removal functionalities. |
| components/Container.tsx | Updated the Container component to wrap the SafeAreaView in an additional View for layout improvements. |
| components/Button.tsx | Revised button styles and icon spacing for improved UI consistency. |
| babel.config.js | Updated Babel configuration with new nativewind options. |
| app/(app)/signup.tsx & app/(app)/login.tsx | Adjusted navigation routes post-login/sign-up. |
| app/(app)/onboarding.tsx | Modified UI title and updated button icon colors. |
| app/(app)/(protected)/create-spot.tsx | Enhanced the create spot workflow with image upload, tag selector, and map integration. |
| app/(app)/(protected)/_layout.tsx | Modified modal presentation options for the create spot screen. |
| app/(app)/(protected)/(tabs)/map/index.tsx | Updated map view implementation using AppleMaps markers for iOS. |
| app/(app)/(protected)/(tabs)/index.tsx | Revamped the spot explorer UI with FlashList and dynamic spot cards. |
| app/(app)/(protected)/(tabs)/groups/index.tsx | Removed the obsolete groups screen. |
| app/(app)/(protected)/(tabs)/_layout.tsx | Enhanced tab layout with updated icons and styling. |
| app.json | Updated app configuration details including app name and bundle identifiers. |
| .vscode/settings.json | Revised VSCode Deno settings and formatter configuration. |
rithvikch
previously approved these changes
Jun 2, 2025
Collaborator
|
lgtm |
The merge-base changed after approval.
rithvikch
approved these changes
Jul 9, 2025
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.
resolves #13