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

feat: [4] 로그인 화면, splashscreen 디자인 구현 및 ip 설정 #4

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

JunYoungKr
Copy link
Collaborator

@JunYoungKr JunYoungKr commented Jul 11, 2024

PR 유형

어떤 변경사항인지 체크해주세요 (중복 체크 가능)

  • 버그 (bug)
  • 기능 (feat)
  • 수정 (fix)
  • 리팩토링 (개선 느낌) (refactor)
  • 문서 (docs)
  • 기타

PR 설명

  • zustand 설치 (ver 4.5.4)
  • Store 폴더 생성 -> 상태관리
  • theme.ts 파일 생성
import { COLORS } from '@/theme';
  • splashscreen 1차 구현 (로고 X) (2024.07.11 20:08 수정 splashscreen 삭제)

  • 화면 디자인만 구현

  • vite.config.ts 파일에서 코드 설정하여 모든 ip주소에서 접속할 수 있도록 변경

export default defineConfig({
  plugins: [react()],
  server: { host: '0.0.0.0', port: 3000 },
  resolve: {
    alias: {
      '@': path.resolve(__dirname, './src'),
    },
  },
});

관련 이슈

스크린샷

체크리스트

  • 코드가 정상적으로 컴파일되고 모든 테스트를 통과했습니다
  • 변경사항에 대한 테스트를 추가했습니다 (버그 수정 / 기능 추가의 경우)
  • 관련 문서를 업데이트했습니다

추가 정보

@JunYoungKr JunYoungKr self-assigned this Jul 11, 2024
@JunYoungKr JunYoungKr linked an issue Jul 11, 2024 that may be closed by this pull request
@joseph0926
Copy link
Contributor

앗 다른건 다 문제없는거같은데,
스플래시 화면은 앱에서 구현해야할거같습니다ㅜㅜ
제가 말씀을 못드렸네요,,

@JunYoungKr JunYoungKr merged commit b3b0f20 into dev Jul 11, 2024
1 check passed
@JunYoungKr JunYoungKr deleted the feature/4 branch July 11, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 로그인 화면 및 splashscreen 디자인 구현
2 participants