[6팀] 코드 분석 및 코드 수정#76
Open
gunobo wants to merge 12 commits into
Open
Conversation
…ance - Replace '로딩중...' text in Header with spinner (desktop & mobile) - Add max-height/opacity slide animation to mobile dropdown menu - Add skeleton UI to board list (Listbox) while Firebase data loads - Add lazy loading + fade-in effect to activity detail image - Add lazy loading to inline images in makeDocument Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
middleware를 활용한 Protected Route 구현
로그인 미인증 사용자 접근 시 리다이렉트 처리 추가
react-hot-toast를 활용한 사용자 알림(Toast) UI 적용
로그인 성공 후 redirect 파라미터 기반 경로 복귀 기능 구현
Tailwind CSS 기반 로딩 스피너 UI 구현
alert 기반 UX 제거 및 Toast 기반으로 개선
기존 텍스트 로딩 UI를 시각적 로딩 UI로 개선
하드코딩된 URL 제거 및 env 환경 변수로 전환
.env.local 파일을 활용한 BASE_URL 설정