Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c4aa533
🎨 design(#9): 폰트 Pretendard 400 기본으로 설정
un0211 Jun 24, 2024
0895430
✨ feat(#9): 랜딩 페이지 내비게이션 구현(로고 이미지 제외 반응형)
un0211 Jun 24, 2024
5a4a0d3
✨ feat(#9): 사용자 프로필 컴포넌트 구현
un0211 Jun 24, 2024
56df0e6
✨ feat(#9): 기본 헤더 컴포넌트 구현
un0211 Jun 24, 2024
b0ad2d2
🚚 rename(#9): 이미지 이름 - 사용하도록 변경
un0211 Jun 25, 2024
30d1fba
✨ feat(#9): 대시보드 헤더 컴포넌트 구현 (구성원 목록 제외)
un0211 Jun 25, 2024
0357758
✨ feat(#9): 헤더 컴포넌트 구현
un0211 Jun 25, 2024
5c9b67f
✨ feat(#9): 대시보드 헤더 컴포넌트 구성원 구현(미완)
un0211 Jun 25, 2024
3341641
Merge branch 'develop' into feat/Header
un0211 Jun 25, 2024
ed511fd
✨ feat(#9): 레이아웃에 헤더 적용
un0211 Jun 25, 2024
3323257
↔️ style(#74): 바뀐 tailwind 설정에 맞게 색상 지정
un0211 Jun 25, 2024
fa96913
🗑 remove(#9): 중복 아이콘 삭제
un0211 Jun 25, 2024
1dafbc2
🎨 design(#9): 유저 아이콘 폰트 적용
un0211 Jun 25, 2024
159f038
🛠 fix(#9): 관리 버튼 관리 페이지로 이동하도록 변경
un0211 Jun 25, 2024
a538801
⚙️ chore(#38): tailwind 관련 프리티어 설정 변경
un0211 Jun 25, 2024
10eaa6d
🎨 design(#9): inline style로 구성원 프로필 겹쳐서 배열
un0211 Jun 25, 2024
7091d17
✨ feat(#9): 헤더의 유저 메뉴 드롭다운 기능만 구현
un0211 Jun 25, 2024
9d65e98
🛠 fix(#9): 대시보드 페이지 전환시 에러 해결
un0211 Jun 25, 2024
5519864
↔️ style(#9): 컨벤션에 맞게 함수 표현식으로 변경
un0211 Jun 25, 2024
d9d2da9
🛠 fix(#9): localStoarge 관련 코드 제거
un0211 Jun 26, 2024
e609e66
🎨 design(#9): 아이콘에서 글자 가운데정렬
un0211 Jun 26, 2024
9d86b08
⚙️ chore(#38): tailwind 관련 프리티어 설정 변경
un0211 Jun 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"globals": {
"_": true
},
"plugins": ["import", "html", "react", "@typescript-eslint", "tailwindcss"],
"plugins": ["import", "html", "react", "@typescript-eslint", "tailwindcss", "prettier"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

추가했습니다~~ 민재님 해결방법 알아봐 주셔서 감사해요!

"rules": {
"import/no-unresolved": 0,
"no-console": "warn",
Expand All @@ -50,14 +50,7 @@
"import/order": [
"error",
{
"groups": [
"external",
"internal",
"builtin",
"parent",
"sibling",
"index"
],
"groups": ["external", "internal", "builtin", "parent", "sibling", "index"],
"pathGroupsExcludedImportTypes": ["react"],
"newlines-between": "always",
"pathGroups": [
Expand All @@ -79,10 +72,7 @@
}
],
"react/react-in-jsx-scope": "off",
"react/jsx-filename-extension": [
1,
{ "extensions": [".js", ".jsx", ".ts", ".tsx"] }
],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".ts", ".tsx"] }],
"@typescript-eslint/no-unused-vars": ["warn"],
"@typescript-eslint/no-shadow": ["warn"],
"@typescript-eslint/explicit-module-boundary-types": "off",
Expand Down
11 changes: 11 additions & 0 deletions public/icons/logo-white-s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading