refactor(app): event header status menu and volunteer share dialog
Replace separate status chips/buttons with one status dropdown next to edit, move dates under the title, add share dialog for registration URL, and remove RegistrationLinkCard. Made-with: Cursor
This commit is contained in:
1
apps/app/components.d.ts
vendored
1
apps/app/components.d.ts
vendored
@@ -77,7 +77,6 @@ declare module 'vue' {
|
||||
RegistrationFieldCard: typeof import('./src/components/event/RegistrationFieldCard.vue')['default']
|
||||
RegistrationFieldFormDialog: typeof import('./src/components/event/RegistrationFieldFormDialog.vue')['default']
|
||||
RegistrationFieldTemplatesTab: typeof import('./src/components/organisation/RegistrationFieldTemplatesTab.vue')['default']
|
||||
RegistrationLinkCard: typeof import('./src/components/events/RegistrationLinkCard.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
ScrollToTop: typeof import('./src/@core/components/ScrollToTop.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user