Skip to content

Lejuho/login and features#3

Merged
lejuho merged 92 commits into
mainfrom
lejuho/login-and-features
Apr 27, 2026
Merged

Lejuho/login and features#3
lejuho merged 92 commits into
mainfrom
lejuho/login-and-features

Conversation

@lejuho
Copy link
Copy Markdown
Collaborator

@lejuho lejuho commented Apr 27, 2026

No description provided.

lejuho added 30 commits March 11, 2026 19:39
lejuho and others added 28 commits March 15, 2026 23:15
- 배경 흰색(#FFFFFF), 헤더 완료 버튼 이동 및 하단 footer 제거
- 본문 입력 플레인 TextInput 교체, AI 힌트 문구 하드코딩 추가
- 공개여부 텍스트 항상 검정, 아이콘 크기 24px
- ScreenHeader: 높이 56px, 타이틀 18px SemiBold, 완료 Regular/#171717, 구분선 #EFEFEF
- ImageAttachmentCard: 이미지 높이 353px, 텍스트 14px/#7C7C7C

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 27, 2026

Important

Review skipped

Too many files!

This PR contains 181 files, which is 31 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f7a15127-1de2-4582-bcb8-36808f9f2880

📥 Commits

Reviewing files that changed from the base of the PR and between 2743152 and 22d3218.

⛔ Files ignored due to path filters (14)
  • assets/adaptive-icon.png is excluded by !**/*.png
  • assets/favicon.png is excluded by !**/*.png
  • assets/icon.png is excluded by !**/*.png
  • assets/logo.png is excluded by !**/*.png
  • assets/refresh-icon.png is excluded by !**/*.png
  • assets/splash-icon.png is excluded by !**/*.png
  • package-lock.json is excluded by !**/package-lock.json
  • src/assets/icons/sun.svg is excluded by !**/*.svg
  • src/assets/icons/water.svg is excluded by !**/*.svg
  • src/assets/images/flower.png is excluded by !**/*.png
  • src/assets/images/fruit.png is excluded by !**/*.png
  • src/assets/images/sprout.png is excluded by !**/*.png
  • src/assets/images/tree.png is excluded by !**/*.png
  • ts_errors.log is excluded by !**/*.log
📒 Files selected for processing (181)
  • .claude/CLAUDE.md
  • .claude/hooks/force-advisor-check.sh
  • .claude/hooks/track-failures.sh
  • .claude/settings.json
  • .claude/settings.local.json
  • .claude/skills/advisor/SKILL.md
  • .claude/skills/backend-spring/SKILL.md
  • .claude/skills/design-principles/SKILL.md
  • .claude/skills/frontend-react/SKILL.md
  • .env
  • .githooks/pre-commit
  • .github/workflows/cross-review.yml
  • .gitignore
  • .vscode/settings.json
  • AGENTS.md
  • AUTH_INTEGRATION_CHECKLIST.md
  • App.tsx
  • FEED_INFINITE_SCROLL_PLAN.md
  • GUEST_TO_SOCIAL_LINKING_PLAN.md
  • HOME_MIGRATION_CHECKLIST.md
  • MAINAPP_MIGRATION_TODO.md
  • MAINBE_TRACKING_REPORT_TODO.md
  • PERFORMANCE_DIAGNOSIS_PLAN.md
  • PROFILE_GUESTBOOK_REWORK_PLAN.md
  • PROFILE_SOCIAL_NICKNAME_AND_HEADER_PLAN.md
  • README.md
  • SOCIAL_ONBOARDING_AND_OPTION_STATUS.md
  • TRACKING_REWARD_FLOW_PLAN.md
  • app.json
  • babel.config.js
  • eas.json
  • index.ts
  • metro.config.js
  • nativewind-env.d.ts
  • package.json
  • sometips.md
  • src/apis/avatars/avatarApi.ts
  • src/apis/block/blockApi.ts
  • src/apis/comments/commentApi.ts
  • src/apis/delivery/deliveryApi.ts
  • src/apis/feed/likeApi.ts
  • src/apis/feed/randomFeedApi.ts
  • src/apis/follow/followApi.ts
  • src/apis/home/homeApi.ts
  • src/apis/instance.ts
  • src/apis/missions/missionApi.ts
  • src/apis/option/avatarApi.ts
  • src/apis/option/notificationApi.ts
  • src/apis/option/policyApi.ts
  • src/apis/option/userApi.ts
  • src/apis/profile/guestbookApi.ts
  • src/apis/profile/profileApi.ts
  • src/apis/register/refreshApi.ts
  • src/apis/register/registerApi.ts
  • src/apis/report/reportApi.ts
  • src/apis/supabase.ts
  • src/assets/icons/CommonIcons.tsx
  • src/assets/icons/common/index.ts
  • src/assets/images/char-emotion.webp
  • src/assets/images/char-stage.webp
  • src/components/common/Comment.tsx
  • src/components/common/CommentComposer.tsx
  • src/components/common/ConfirmModal.tsx
  • src/components/common/ScreenHeader.tsx
  • src/components/common/Splash.tsx
  • src/components/common/StatusView.tsx
  • src/components/dailyMission/ImageAttachmentCard.tsx
  • src/components/dailyMission/OxQuizOptionCard.tsx
  • src/components/dailyMission/QuizOptionCard.tsx
  • src/components/dailyMission/QuizResultCard.tsx
  • src/components/delivery/DeliveryRequestSelector.tsx
  • src/components/delivery/DeliveryTextField.tsx
  • src/components/delivery/GardenSlotCard.tsx
  • src/components/delivery/PlantOptionCard.tsx
  • src/components/feed/FeedAvatarDetailCard.tsx
  • src/components/feed/FeedDetail.tsx
  • src/components/feed/FeedDiaryDetailCard.tsx
  • src/components/feed/FeedInfiniteDetailItem.tsx
  • src/components/feed/FeedList.tsx
  • src/components/feed/FeedSeedDetailCard.tsx
  • src/components/follow/UserCard.tsx
  • src/components/home/HomeAlertsModal.tsx
  • src/components/home/HomeAvatarStage.tsx
  • src/components/home/HomeBottomSheet.tsx
  • src/components/home/HomeEmotionModal.tsx
  • src/components/home/HomeGardenScene.tsx
  • src/components/home/HomeMapModal.tsx
  • src/components/home/HomeToast.tsx
  • src/components/home/HomeTrackingModal.tsx
  • src/components/home/WishTreeInfoModal.tsx
  • src/components/log/MyDiaryDetail.tsx
  • src/components/onboarding/OnboardingCarousel.tsx
  • src/components/profile/ProfileDetail.tsx
  • src/components/profile/ProfileGardenScene.tsx
  • src/components/registration/AvatarPreviewCard.tsx
  • src/components/registration/RegistrationFooter.tsx
  • src/components/registration/RegistrationModeCard.tsx
  • src/components/registration/RegistrationTextField.tsx
  • src/components/registration/SelectionAvatarCard.tsx
  • src/constants/onboardingSlides.ts
  • src/hooks/auth/useBackendLogin.ts
  • src/hooks/auth/useSupabaseOAuth.ts
  • src/hooks/avatars/useAvatarApi.ts
  • src/hooks/block/useBlockApi.ts
  • src/hooks/comments/useCommentApi.ts
  • src/hooks/delivery/useDeliveryApi.ts
  • src/hooks/feed/useFeedLikeToggle.ts
  • src/hooks/feed/useRandomFeedSession.ts
  • src/hooks/follow/useFollowApi.ts
  • src/hooks/home/useHomeApi.ts
  • src/hooks/mission/useMissionApi.ts
  • src/hooks/option/useAvatarNicknameApi.ts
  • src/hooks/option/useDeleteAccount.ts
  • src/hooks/option/useNotificationApi.ts
  • src/hooks/option/usePolicyApi.ts
  • src/hooks/profile/useGuestbookApi.ts
  • src/hooks/profile/useProfileApi.ts
  • src/hooks/register/useRegisterApi.ts
  • src/hooks/report/useReportApi.ts
  • src/navigation/MainTabNavigator.tsx
  • src/navigation/RootNavigator.tsx
  • src/navigation/types.ts
  • src/pages/dailyMission/DailyMissionCheckingScreen.tsx
  • src/pages/dailyMission/DailyMissionQuizMultipleChoiceScreen.tsx
  • src/pages/dailyMission/DailyMissionQuizOxScreen.tsx
  • src/pages/dailyMission/DailyMissionWriteDiaryScreen.tsx
  • src/pages/delivery/DeliveryCompleteScreen.tsx
  • src/pages/delivery/DeliveryScreen.tsx
  • src/pages/delivery/UnlockGardenScreen.tsx
  • src/pages/feed/FeedAvatarScreen.tsx
  • src/pages/feed/FeedDiaryScreen.tsx
  • src/pages/feed/FeedScreen.tsx
  • src/pages/follow/FollowScreen.tsx
  • src/pages/home/HomeScreen.tsx
  • src/pages/log/LogDetailScreen.tsx
  • src/pages/log/LogScreen.tsx
  • src/pages/onboarding/OnboardingScreen.tsx
  • src/pages/option/AvatarNicknameEditScreen.tsx
  • src/pages/option/AvatarNicknameEditStep2Screen.tsx
  • src/pages/option/OptionScreen.tsx
  • src/pages/option/PolicyScreen.tsx
  • src/pages/option/ServiceGuideScreen.tsx
  • src/pages/option/UserNicknameEditScreen.tsx
  • src/pages/placeholder/PlaceholderScreen.tsx
  • src/pages/profile/GuestbookScreen.tsx
  • src/pages/profile/ProfileScreen.tsx
  • src/pages/register/RegisterScreen.tsx
  • src/pages/register/SocialNicknameScreen.tsx
  • src/pages/registration/RegistrationAvatarScreen.tsx
  • src/pages/registration/RegistrationCreationCompleteScreen.tsx
  • src/pages/registration/RegistrationCreationDetailScreen.tsx
  • src/pages/registration/RegistrationCreationPendingScreen.tsx
  • src/pages/registration/RegistrationPlantNicknameScreen.tsx
  • src/pages/registration/RegistrationSelectionDetailScreen.tsx
  • src/stores/useEmotionSurveyStore.ts
  • src/stores/useHomeSummaryStore.ts
  • src/stores/useRegistrationStore.ts
  • src/stores/useTokenStore.ts
  • src/types/apis/register.ts
  • src/types/avatars/index.ts
  • src/types/axios.d.ts
  • src/types/comments/commentApi.type.ts
  • src/types/delivery/index.ts
  • src/types/feed/avatarPostDetailApi.type.ts
  • src/types/feed/detail.ts
  • src/types/feed/randomFeedApi.type.ts
  • src/types/follow/index.ts
  • src/types/home/alerts.ts
  • src/types/home/garden.ts
  • src/types/home/panel.ts
  • src/types/home/tracking.ts
  • src/types/log/diaryDetailApi.type.ts
  • src/types/missions/index.ts
  • src/types/profile/guestbookApi.type.ts
  • src/types/profile/profileApi.type.ts
  • src/types/report/index.ts
  • src/types/svg.d.ts
  • src/utils/auth.ts
  • src/utils/debug.ts
  • src/utils/fcm.ts
  • ts_final.txt

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch lejuho/login-and-features

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lejuho lejuho merged commit 39b3447 into main Apr 27, 2026
2 checks passed
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.

1 participant