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

Issue/59 #66

Merged
merged 15 commits into from
Nov 2, 2024
Merged

Issue/59 #66

merged 15 commits into from
Nov 2, 2024

Conversation

yoshiyuki-140
Copy link
Collaborator

@yoshiyuki-140 yoshiyuki-140 commented Oct 30, 2024

#59

やったこと

  • src/app/blog/page.tsx
    クエリを追加しました。
  • src/components/features/CategorySelector.tsx
    カテゴリ検索を行うためにクライアントサイドコンポーネントが必要になったので、増築しました。
  • src/components/features/SearchInput.tsx
    タイトルに文字列が含まれているか否かを検索するためにはクライアントサイドコンポーネントが必要とのことで、追記

画面

image

その他

クライアントサイドコンポーネントが今回の実装にあたって本当に必要だったか、無駄なファイルを増築しているのではないかという点が、懸念されます。
そのあたりの、知見も含めてご教示いただければ幸いです。
よろしくお願い致します。 🙇🏽‍♂️

Copy link
Owner

@Taka1304 Taka1304 left a comment

Choose a reason for hiding this comment

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

@yoshiyuki-140
レビューしました、修正などよろしくお願いします 🦅

src/app/blog/page.tsx Outdated Show resolved Hide resolved
src/components/features/SearchInput.tsx Show resolved Hide resolved
src/components/features/CategorySelector.tsx Show resolved Hide resolved
src/components/features/CategorySelector.tsx Outdated Show resolved Hide resolved
src/app/blog/page.tsx Show resolved Hide resolved
src/components/features/CategorySelector.tsx Show resolved Hide resolved
Copy link
Owner

@Taka1304 Taka1304 left a comment

Choose a reason for hiding this comment

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

動作確認できました!LGTMです

src/app/blog/page.tsx Show resolved Hide resolved
@Taka1304 Taka1304 changed the base branch from dev to hoge November 2, 2024 04:42
@Taka1304 Taka1304 linked an issue Nov 2, 2024 that may be closed by this pull request
@Taka1304
Copy link
Owner

Taka1304 commented Nov 2, 2024

merge先のブランチを変えてそこでCIが通るか確認します!

@Taka1304 Taka1304 merged commit b1f1f24 into Taka1304:hoge Nov 2, 2024
1 check failed
@yoshiyuki-140
Copy link
Collaborator Author

merge先のブランチを変えてそこでCIが通るか確認します!

よろしくお願い致します 👍🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: blogのフィルタリング
2 participants