Skip to content

Commit

Permalink
chore(AppBanner): remove all remaining references
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 8, 2024
1 parent 150ad16 commit 3175d9b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 258 deletions.
3 changes: 0 additions & 3 deletions packages/docs/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ declare global {
const useAppStore: typeof import('./src/stores/app')['useAppStore']
const useAttrs: typeof import('vue')['useAttrs']
const useAuthStore: typeof import('@vuetify/one')['useAuthStore']
const useBannersStore: typeof import('./src/stores/banners')['useBannersStore']
const useCommitsStore: typeof import('./src/stores/commits')['useCommitsStore']
const useCosmic: typeof import('./src/composables/cosmic')['useCosmic']
const useDate: typeof import('vuetify')['useDate']
Expand Down Expand Up @@ -151,7 +150,6 @@ declare module 'vue' {
readonly useAppStore: UnwrapRef<typeof import('./src/stores/app')['useAppStore']>
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
readonly useAuthStore: UnwrapRef<typeof import('@vuetify/one')['useAuthStore']>
readonly useBannersStore: UnwrapRef<typeof import('./src/stores/banners')['useBannersStore']>
readonly useCommitsStore: UnwrapRef<typeof import('./src/stores/commits')['useCommitsStore']>
readonly useCosmic: UnwrapRef<typeof import('./src/composables/cosmic')['useCosmic']>
readonly useDate: UnwrapRef<typeof import('vuetify')['useDate']>
Expand Down Expand Up @@ -240,7 +238,6 @@ declare module '@vue/runtime-core' {
readonly useAppStore: UnwrapRef<typeof import('./src/stores/app')['useAppStore']>
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
readonly useAuthStore: UnwrapRef<typeof import('@vuetify/one')['useAuthStore']>
readonly useBannersStore: UnwrapRef<typeof import('./src/stores/banners')['useBannersStore']>
readonly useCommitsStore: UnwrapRef<typeof import('./src/stores/commits')['useCommitsStore']>
readonly useCosmic: UnwrapRef<typeof import('./src/composables/cosmic')['useCosmic']>
readonly useDate: UnwrapRef<typeof import('vuetify')['useDate']>
Expand Down
1 change: 0 additions & 1 deletion packages/docs/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ declare module 'vue' {
ApiSection: typeof import('./src/components/api/Section.vue')['default']
ApiSlotsTable: typeof import('./src/components/api/SlotsTable.vue')['default']
AppBackToTop: typeof import('./src/components/app/BackToTop.vue')['default']
AppBanner: typeof import('./src/components/app/Banner.vue')['default']
AppBarBar: typeof import('./src/components/app/bar/Bar.vue')['default']
AppBarEcosystemMenu: typeof import('./src/components/app/bar/EcosystemMenu.vue')['default']
AppBarEnterpriseLink: typeof import('./src/components/app/bar/EnterpriseLink.vue')['default']
Expand Down
121 changes: 0 additions & 121 deletions packages/docs/src/components/app/Banner.vue

This file was deleted.

6 changes: 4 additions & 2 deletions packages/docs/src/layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<template>
<v-app>
<AppSettingsDrawer />
<VoNotificationsBanner />

<VoAuthDialog />

<AppBanner />
<AppSettingsDrawer />

<AppBarBar />

Expand Down
2 changes: 0 additions & 2 deletions packages/docs/src/layouts/user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<v-app>
<AppSettingsDrawer />

<AppBanner />

<AppBarBar />

<AppDrawerDrawer />
Expand Down
129 changes: 0 additions & 129 deletions packages/docs/src/stores/banners.ts

This file was deleted.

0 comments on commit 3175d9b

Please sign in to comment.