Skip to content

登壇者情報をWebサイトと同期する#40

Merged
ken7253 merged 15 commits intomainfrom
fix/sync-speaker-data
May 21, 2025
Merged

登壇者情報をWebサイトと同期する#40
ken7253 merged 15 commits intomainfrom
fix/sync-speaker-data

Conversation

@ken7253
Copy link
Collaborator

@ken7253 ken7253 commented May 19, 2025

このPRではwebsiteの登壇者情報との同期を行っています。

また、顔出しNGトラックの情報もデータに追加して管理画面上に表示されるように修正を加えています。

Close #39

@ken7253 ken7253 requested a review from a team May 19, 2025 14:21
@ken7253 ken7253 self-assigned this May 19, 2025
@ken7253 ken7253 marked this pull request as draft May 19, 2025 14:21
@ken7253 ken7253 marked this pull request as ready for review May 20, 2025 17:25
Comment on lines +70 to +81
{doNotShowFaceNext && (
<Alert severity="info" variant="filled">
次の登壇者は顔出しNGです!
</Alert>
)}

{doNotShowFace && (
<Alert severity="warning" variant="filled">
<AlertTitle>警告</AlertTitle>
この登壇者は顔出しNGです!
</Alert>
)}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

配信NGトラックの場合警告を表示するように。

@ken7253 ken7253 merged commit 2cf1788 into main May 21, 2025
1 check passed
@ken7253 ken7253 deleted the fix/sync-speaker-data branch May 21, 2025 17:08
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.

登壇者情報をWebサイトと同期する

2 participants