Add starter pack reference-list opt-out UI (#11578)

This commit is contained in:
Spence Pope
2026-09-03 03:08:48 -04:00
committed by GitHub
parent bb747c5f26
commit 68e56eaea0
15 changed files with 885 additions and 30 deletions
+5
View File
@@ -705,6 +705,7 @@ export type Events = {
}
'starterPack:removeUser': {
starterPack?: string
context?: 'opt-out'
}
'starterPack:share': {
starterPack: string
@@ -717,6 +718,10 @@ export type Events = {
count: number
}
'starterPack:delete': {}
'starterPack:optOut': {
starterPack: string
action: 'optOut' | 'undo'
}
'starterPack:create': {
setName: boolean
setDescription: boolean