-
Notifications
You must be signed in to change notification settings - Fork 40
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
チャンネル選択のドロップダウンからアーカイブチャンネルを削除 #4257
チャンネル選択のドロップダウンからアーカイブチャンネルを削除 #4257
Conversation
Preview (prod) → https://4257-prod.traq-preview.trapti.tech/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4257 +/- ##
=======================================
Coverage 86.36% 86.36%
=======================================
Files 66 66
Lines 4722 4722
Branches 565 565
=======================================
Hits 4078 4078
Misses 638 638
Partials 6 6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#3285 (comment)
で懸念点書いてたのですが大きな問題でもないので、使いやすさ重視でこの変更方針で問題ないと思います
const { channelOptions: rawChannelOptions } = useChannelOptions( | ||
rootChannel, | ||
undefined, | ||
true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
アーカイブされたチャンネルの子にチャンネル生やすことってなさそうなのでfalseでよさそうです
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
了解です
@@ -45,7 +45,7 @@ const homeChannelId = computed(() => detail.value?.homeChannel ?? nullUuid) | |||
const { fetchChannels } = useChannelsStore() | |||
// 投稿先チャンネルとメッセージでの置換に必要 | |||
fetchChannels() | |||
const { channelOptions } = useChannelOptions('-----') | |||
const { channelOptions } = useChannelOptions('-----', undefined, true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
アーカイブされたチャンネルには投稿できないのでfalseでよさそうです
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
了解です🫡
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
よさそうです
あ、これ勝手にマージしちゃってOKです |
わかりました! |
作れそうだったので作ったのですが、元issueで方針も決まっていませんし却下してくださっても大丈夫です