feat: 프로젝트 대시보드 UI 개선 및 버그 수정 - #44
Merged
Merged
Conversation
- ProjectCard: type 필드 라벨 + status 기반 dot, 마감일만 표시 - ProjectBoardFilter: pill → 탭 언더라인, 최근 순 텍스트 토글 - ProjectBoardHeader: 헤딩 간소화 (프로젝트 목록 → 프로젝트) - ProjectCreationModal: 생성 후 자동 이동 → step 4 확인 화면으로 변경, DialogTitle 추가 - ProjectBoardProvider: 기본 정렬 asc → desc (최근 순) - tasks.ts: handleApiError plain object 직렬화 개선 (JSON.stringify) - projectMemos: project_memos 테이블 생성 후 API 복구 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
handleApiErrorplain object 직렬화 개선project_memos테이블 생성 후 API 복구Changes
UI
ProjectCard:status라벨 →type필드 라벨 + status 기반 dot 색상, 마감일(ended_at)만 "YYYY.MM.DD 마감" 형태로 표시ProjectBoardFilter: pill 그룹 → 탭 언더라인 스타일, 정렬 "최근 순 ▼" 텍스트 토글ProjectBoardHeader: "프로젝트 목록" + 서브타이틀 → "프로젝트" 헤딩으로 간소화ProjectBoardProvider: 기본 정렬asc→desc(최근 생성 순)기능
ProjectCreationModal: 생성 완료 후 즉시 이동 대신 step 4 확인 화면("목록으로" / "바로 이동") 추가,DialogTitle누락 접근성 오류 수정버그 수정
tasks.ts: Supabase 에러 객체(plain object)를JSON.stringify로 직렬화 —[object Object]콘솔 에러 해소projectMemosAPI:project_memos테이블 생성 후 비활성화 상태에서 복구Test plan
type라벨과 마감일이 올바르게 표시되는지 확인[object Object]에러 없는지 확인🤖 Generated with Claude Code