Closed jwoojin9 closed 1 week ago
components
_components
ui
shadcn
time-picker
date-picker
table
DataTable
StandingsTable
SortButton
Editor{머시기}
(code-editor)/_components
CodeEditor.tsx
closes TAS-1029
fixes #123
Description
components
: (main), (code-editor), admin 폴더 중 2개 이상의 폴더에서 사용될 경우 넣기_components
사용 x_components
폴더에 넣어서 사용하다가 필요 시에만 해당 폴더에 넣기ui
:shadcn
으로 변경하기, https://ui.shadcn.com/docs/components-json → 설치 폴더 바꾸는 방법 (+ .eslintrc.js도 수정)time-picker
,date-picker
해당 폴더로 이동table
:DataTable
,StandingsTable
컴포넌트 묶기SortButton
등 테이블에서만 사용하는 컴포넌트도 같이 묶기Editor{머시기}
컴포넌트(code-editor)/_components
로 이동 → 한 폴더에서만 사용하는데components
에 있던 대표적인 사례CodeEditor.tsx
파일도 이동...이었으나 admin submission detail에서도 사용되고 있어 일단 보류closes TAS-1029
Additional context
Before submitting the PR, please make sure you do the following
fixes #123
).