Conversation
…Bool/openmind-frontend into feature/dropdownmenu-compound
chore: ESLint 규칙 추가 및 공통컴포넌트 작업
fix: 임포트 경로 및 파일명 오타 수정
chore: 배포자동화 Tailscale 설정 변경
Comment out the tags line in the deploy workflow.
Comment out tags line in deploy.yml
Update Tailscale VPN credentials in deploy.yml
Feat/main page
Update deploy.yml
chore: 배포 자동화 마지막 테스트.
Use secret for SSH username in deploy workflow
…nd create Container component
Release/develop to main
* 페이지네이션 유틸 함수 변경 및 추가 * refactor: Add mdFixed size to BoxButton * feat: add layout to match 1200px design width * fix: improve home page layout and add input alert * chore: ESLint 구성 업데이트, 규칙 안정화 * fix: 임포트 경로 및 파일명 오타 수정 * chore: 배포자동화 Tailscale 설정 변경 * Comment out tags line in deploy.yml Comment out the tags line in the deploy workflow. * Update Tailscale VPN credentials in deploy.yml * Update deploy.yml * chore: 배포 자동화 마지막 테스트. * 작업중인 내용 임시 저장 * Use secret for SSH username in deploy workflow * refactor: Button 컴포넌트를 순수 재사용 가능하도록 리팩토링 * refactor: 아바타 공통 컴포넌트 추가 * refactor: Button 컴포넌트 최소화 mdFixed 크기 옵션 제거 * listpage 수정사항 반영 * refactor: Card 컴포넌트 className 기본값 추가, 질문카드 컴포넌트 작업 * refactor: PostDetail 컴포넌트에서 상태 관리 및 API 호출 로직을 커스텀 훅으로 분리하여 코드 간결화 * feat: answer page & edit menu components * feat: 질문 작성 모달 컴포넌트 구현 및 API 연동 * feat: implement answer page and edit menu * Delete .github/workflows/deploy.yml * refactor: 아바타 컴포넌트 잠재적 오류 수정 * feat: 질문 작성 모달 구현 - Modal 관련 컴포넌트 구현 - createQuestion API 연동 - Portal용 div 추가 - Container/Presentational 패턴 미적용, Toast 미적용 * chore: update message and person icons * refactor: clarify css class names and svg imports * style: set base background color * feat: add InputField component and toast message * style: disable scroll on main page * feat: add toast context and apply to pages * feat: 사용자 관리 AuthProvider 로직 추가 * chore: 넷리파이 리다이렉트 설정 * develop에서 ToastCopy 파일 가져옴 * refactor: 질문답변 렌더링되도록 수정 (1차) * refactor: 답변카드 CSS 적용 (2차) * refactor: 사용하지않는 파일 제거 및 답변 거절 부분 추가, 질문하기 모달 예시 컴포넌트 추가 * refactor: 예시 컴포넌트 제거, 불필요한 난이도 증가로 예상 * fix: 질문답변 컴포넌트에서 Image fallback 테스트 URL 제거. * feat: 공통 모달 컴포넌트 예시추가. * feat: Skeleton 로딩 컴포넌트 추가 * 변경사항 반영 전 커밋 * pull 해오기전 저장 * 변경사항 저장 * feat: QuestionModal 리팩토링 및 Toast, Avatar 적용 * refactor: Button 컴포넌트 구조 개선 BoxButton 유지 (기존 코드 호환성) 멘토님 피드백 반영 * chore: 테스트 파일 임시 제거-> ModalTest.jsx, main.jsx * fix: main.jsx 복구 (빌드 필수 파일) * feat: Dialog 컴포넌트 및 스타일 추가 * refactor: PostDetail 컴포넌트 개선 및 질문 목록 로딩 로직 최적화 * feat: 개별피드 에러 컴포넌트 간단한 디자인 추가 리액션 중복요청 차단 추가 * refator: Replace Boxbutton with Button component * refactor: Improve Toast rendering logic using Layout and useCallback * refactor: 질문 카드 리액션 기능 개선 및 상태 관리 추가 * refactor: remove fixed container from Layout for better flexibility and create Container component * refactor: apply Container Component to Main page and update Layout styles * feat: 클립보드 버튼 컴포넌트 추가 1차 초안 * feat: 공통 Input 컴포넌트 추가 및 Answer 입력 구조 정리 * refactor: 공유버튼 공통 쉐어 컴포넌트로 승격 * . * refactor: 소셜 공유 기능 최종 확정, 카카오 API 버전 2.7.7로 업데이트 * develop 브랜치 병합 * fix: TextArea 포커스 UI 및 autoFocus 추가, 모달 스타일 수정 * 페이지네이션 디자인 수정 hover 아이템 hover디자인 * BoxButton 사용 x Button 컴포넌트로 변경 * 버튼 레이아웃 수정 * refactor: 소셜 공유 기능 최종 확정, 카카오 API 버전 업그레이드, PostDetail Header 작업 * style: synchronize header button layout between main and list pages * style: add focus state handling to InputField * 페이지네이션 마지막 페이지 첫 페이지 이동 * chore: git workflows 재설정 * chore: 수동트리거 버튼 임시추가 * fix: main router 오류 수정 * 드롭다운 선택 상태 스타일 추가 * chore: resolve case-sensitive path collision (Answer vs answer) * 페이지네이션 대문자 교체 * feat: Toast 컴포넌트 개발 * feat: 개별피드 질문 등록하기 Hook 연결 및 Dialog 분리 * style: sync Answer/Edit Answer layout with Figma * refactor: 피드목록 답변하기 버튼 로직 수정 * chore: 최신버전으로 업데이트, 공통 컨테이너 컴포넌트 좌우 여백 추가 * item name 글자 수 길어질 때 말줄임 적용 및 툴팁 추가 * refactor: SVG Icon 컴포넌트 최적화 작업 및 사용하지않는 컴포넌트 정리 * refactor: 사용하지않는 컴포넌트 제거 및 Answer 페이지 접근권한 체크 로직 추가 * refactor: 2차 초안 작업 완료.. * refactor: 수정만남았다.. * feat: 답변피드 개발완료 * refactor: update project structure and remove unused assets * feat: 개별 피드 Hooks 작업과 기본 뼈대 작업 * refactor: 무한스크롤 커스텀 Hook 개선 * chore: add styles and assets * chore: update assets name * fix: rename and delete assets files * feat: 공통 버튼 컴포넌트 추가 * feat: add common UserCard and Badge components * refactor: make Badges component reusable * chore: revert index.html to develop version * feat: API 레이어 설계 * fix: PostDetail API import 경로 수정 * fix: 미디어 쿼리 (모바일,태플릿) 수정(375px,768px) 및 테스트 코드 정리 * refactor: PostDetail 컴포넌트 업데이트, 질문이 더 있는 경우 무한스크롤을 이용하여 추가질문 받아도는 로직추가 * 공용 컴포넌트 * 수정 완료 * 질문페이지 * fix: prettierrc 업데이트, main.jsx 라우터 정의 * feat: Post Detail UI 작업 및 공통 카드 컴포넌트 처리 * fix: main.jsx import 오타 수정, Router 순서 변경 * chore: ESLint 설정 업데이트 및 import 플러그인 추가 * feat: add MainPage with layour, buttons and styling * refactor: merge MainPage into Home index page * 페이지네이션 * list 페이지 * 리스트 페이지 반응형 * 반응형 적용 * chore: ESLine 규칙 일부 수정, Dropdown 컴파운드 컴포넌트 일부 작업 * chore: ESLint 구성 업데이트, 규칙 안정화 * 버튼 수정 및 함수참조형태로 수정 * 요청사항 수정완료 * 최신 작업 내용 반영 * fix: 임포트 경로 및 파일명 오타 수정 * Comment out tags line in deploy.yml Comment out the tags line in the deploy workflow. * Update Tailscale VPN credentials in deploy.yml * Update deploy.yml * Use secret for SSH username in deploy workflow * feat: answer page & edit menu components * feat: implement answer page and edit menu * feat: 공통 Input 컴포넌트 추가 및 Answer 입력 구조 정리 * style: sync Answer/Edit Answer layout with Figma * 작업중인 내용 임시 저장 * refactor: Button 컴포넌트를 순수 재사용 가능하도록 리팩토링 * refactor: 아바타 공통 컴포넌트 추가 * refactor: Card 컴포넌트 className 기본값 추가, 질문카드 컴포넌트 작업 * refactor: PostDetail 컴포넌트에서 상태 관리 및 API 호출 로직을 커스텀 훅으로 분리하여 코드 간결화 * chore: update message and person icons * feat: add InputField component and toast message * style: disable scroll on main page * feat: add toast context and apply to pages * feat: 질문 작성 모달 구현 - Modal 관련 컴포넌트 구현 - createQuestion API 연동 - Portal용 div 추가 - Container/Presentational 패턴 미적용, Toast 미적용 * feat: 사용자 관리 AuthProvider 로직 추가 * refactor: 질문답변 렌더링되도록 수정 (1차) * refactor: 답변카드 CSS 적용 (2차) * refactor: 사용하지않는 파일 제거 및 답변 거절 부분 추가, 질문하기 모달 예시 컴포넌트 추가 * refactor: 예시 컴포넌트 제거, 불필요한 난이도 증가로 예상 * feat: 공통 모달 컴포넌트 예시추가. * feat: Skeleton 로딩 컴포넌트 추가 * feat: Dialog 컴포넌트 및 스타일 추가 * refactor: PostDetail 컴포넌트 개선 및 질문 목록 로딩 로직 최적화 * 페이지네이션 유틸 함수 변경 및 추가 * 변경사항 저장 * develop에서 ToastCopy 파일 가져옴 * pull 해오기전 저장 * refactor: 질문 카드 리액션 기능 개선 및 상태 관리 추가 * feat: 클립보드 버튼 컴포넌트 추가 1차 초안 * refator: Replace Boxbutton with Button component * refactor: Improve Toast rendering logic using Layout and useCallback * refactor: remove fixed container from Layout for better flexibility and create Container component * refactor: apply Container Component to Main page and update Layout styles * chore: 테스트 파일 임시 제거-> ModalTest.jsx, main.jsx * fix: main.jsx 복구 (빌드 필수 파일) * refactor: 공유버튼 공통 쉐어 컴포넌트로 승격 * feat: add answer page UI and input components * refactor: 소셜 공유 기능 최종 확정, 카카오 API 버전 2.7.7로 업데이트 * refactor: 소셜 공유 기능 최종 확정, 카카오 API 버전 업그레이드, PostDetail Header 작업 * . * develop 브랜치 병합 * BoxButton 사용 x Button 컴포넌트로 변경 * feat: Toast 컴포넌트 개발 * feat: 개별피드 질문 등록하기 Hook 연결 및 Dialog 분리 * style: synchronize header button layout between main and list pages * style: add focus state handling to InputField * refactor: 피드목록 답변하기 버튼 로직 수정 * chore: 최신버전으로 업데이트, 공통 컨테이너 컴포넌트 좌우 여백 추가 * item name 글자 수 길어질 때 말줄임 적용 및 툴팁 추가 * refactor: SVG Icon 컴포넌트 최적화 작업 및 사용하지않는 컴포넌트 정리 * refactor: 사용하지않는 컴포넌트 제거 및 Answer 페이지 접근권한 체크 로직 추가 * refactor: 2차 초안 작업 완료.. * refactor: 수정만남았다.. * feat: 답변피드 개발완료 --------- Co-authored-by: ljh815 <qnfn1315@gmail.com> Co-authored-by: zzungju <zzungju07@gmail.com> Co-authored-by: minha <luck7118@naver.com> Co-authored-by: 범희정 <beomhijeong@gmail.com>
* chore: 불필요한파일 삭제 및 오타 수정 * chore: normalize icon filename casing
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.
📌 PR 요약
🔧 변경 내용
🧠 설계 / 리팩토링 의도
✅ 체크리스트