Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[map] react-three-fiber 로 변환중 오류 나는 코드 #24

Merged
merged 31 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ac7963c
[design] map 페이지 컴포넌트 배치
oratio100 Jan 8, 2025
fcf2b27
[feat] map 지도 불러오기
oratio100 Jan 8, 2025
e4603e0
[design] 로그인 레이아웃
kimjigyun Jan 8, 2025
873c180
[design] 회원가입 레이아웃
kimjigyun Jan 8, 2025
91f3f70
[design] 로그인페이지 이동 href 수정
kimjigyun Jan 8, 2025
172afa4
[design] StatusPanel 레이아웃
oratio100 Jan 8, 2025
69b67d4
[design] AttitudePanel 레이아웃
oratio100 Jan 8, 2025
79b8827
[design] ControlPanel 레이아웃
oratio100 Jan 8, 2025
e33b1a8
[design] map 페이지 반응형 레이아웃
oratio100 Jan 8, 2025
f18f290
Merge pull request #14 from ormcamp-fe-3rd/map-jy
oratio100 Jan 9, 2025
f2fa378
Merge pull request #11 from ormcamp-fe-3rd/login-jg
kimjigyun Jan 9, 2025
3a6ce40
Merge pull request #10 from ormcamp-fe-3rd/signup-jg
kimjigyun Jan 9, 2025
e73022e
Merge branch 'login' of https://github.com/ormcamp-fe-3rd/FlightLog
kimjigyun Jan 9, 2025
010c23f
Merge branch 'signup' of https://github.com/ormcamp-fe-3rd/FlightLog
kimjigyun Jan 9, 2025
581cff9
Merge branch 'main' of https://github.com/ormcamp-fe-3rd/FlightLog
kimjigyun Jan 9, 2025
77eda94
Merge branch 'main' of https://github.com/ormcamp-fe-3rd/FlightLog in…
oratio100 Jan 9, 2025
595efc2
[feat] ControlPanel 기능: 패널 open/close
oratio100 Jan 9, 2025
1bdc850
[design] map 페이지 이미지 alt 수정
oratio100 Jan 9, 2025
5647304
[design] 헤더 반응형 레이아웃
oratio100 Jan 9, 2025
e34c8f3
[chore] zustand 설치
oratio100 Jan 9, 2025
e085866
[design] resize 반응형 적용(사이드바 및 패널)
oratio100 Jan 9, 2025
c697782
[design] Sidebar 레이아웃
oratio100 Jan 9, 2025
aab3de0
[design] 드론 3D 모델 추가
kimjigyun Jan 9, 2025
bc55227
Merge branch 'map' into map-jy
oratio100 Jan 9, 2025
d351619
Merge pull request #20 from ormcamp-fe-3rd/map-jy
oratio100 Jan 10, 2025
a067516
[design] 코드 간결화
kimjigyun Jan 11, 2025
fe43271
Merge branch 'map' into map-jg
kimjigyun Jan 11, 2025
4297a01
Merge pull request #21 from ormcamp-fe-3rd/map-jg
kimjigyun Jan 11, 2025
5cdb34a
풀 커밋
kimjigyun Jan 11, 2025
043e38e
[test] react-three-fiber 로 변환중 오류 나는 코드
kimjigyun Jan 13, 2025
c34ba6f
[chore] react-three-fiber 알파버전으로 수정하여 오류 해결
incolore9 Jan 13, 2025
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
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["three"],
};

module.exports = nextConfig;
6 changes: 0 additions & 6 deletions next.config.mjs

This file was deleted.

Loading