Skip to content

feat: 소비 기록 입력 시 휴식 시간 생략 외 2건#63

Merged
seongbin9786 merged 4 commits into
mainfrom
fixes-260301
Mar 7, 2026
Merged

feat: 소비 기록 입력 시 휴식 시간 생략 외 2건#63
seongbin9786 merged 4 commits into
mainfrom
fixes-260301

Conversation

@seongbin9786

@seongbin9786 seongbin9786 commented Mar 1, 2026

Copy link
Copy Markdown
Owner

변경

@seongbin9786 seongbin9786 self-assigned this Mar 1, 2026
@vercel

vercel Bot commented Mar 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
my-time-waea Ready Ready Preview, Comment Mar 7, 2026 4:19am

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d59703ff2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/web/src/Routes.tsx
Comment on lines +6 to +10
lazy: async () => {
const module = await import('./pages/LogWriterPage');
return {
Component: module.LogWriterPage,
};

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add visible loading UI for lazy route resolution

Switching routes to lazy makes page components load asynchronously, but this file does not introduce any RouterProvider fallbackElement; React Router renders null while a lazy route module is resolving. On first load (for /) or slow-network navigation, users will see a blank page with no feedback, which looks like a hang. Add a fallback element (or equivalent route-level fallback) so lazy route transitions remain observable.

Useful? React with 👍 / 👎.

@seongbin9786

Copy link
Copy Markdown
Owner Author

@codex lint-web 실패하는 거 해결 부탁해

@chatgpt-codex-connector

Copy link
Copy Markdown

Summary

Testing

  • pnpm --filter my-commit-client lint
  • pnpm --filter my-commit-client exec eslint . --fix

View task →

@seongbin9786
seongbin9786 merged commit f20c364 into main Mar 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to React 19.2 휴식 종료 알람 없이도 소비 활동을 등록할 수 있다 Bundle Size 500kB 초과 원인 분석

1 participant