-
Notifications
You must be signed in to change notification settings - Fork 0
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
Events page #140
Events page #140
Conversation
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.
PRありがとうございます!
まだある気もしてますが一旦ここらへん確認お願いします:pray:
@Pugma (一応)再レビューしてよさそうなタイミングになったら再レビュー依頼お願いします:pray:(ハッカソン期間なのですぐにできるか微妙ですが) |
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.
もうちょっとお願いします:pray:
また、前回のやつ1つ見逃してそうな気するので確認してみてください:eyes:
#140 (comment)
これってサーバーの変更が必要な箇所以外もうレビューしてOKな状態だったりするんでしたっけ? |
そうですね、EventLevel以外は修正箇所をすべて反映してあるのでチェックしていただける状況です |
OKです、じゃあそこ以外レビューしておきますー |
enum All { | ||
All = 3 | ||
} | ||
|
||
type EventLevelWithAll = EventLevel | All | ||
|
||
interface Props { | ||
modelValue: EventLevelWithAll | ||
} | ||
const props = defineProps<Props>() | ||
|
||
const emit = defineEmits<{ | ||
(e: 'update:modelValue', value: EventLevelWithAll): void | ||
}>() |
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.
よさそうです!ありがとうございました
close #6