Replaced manual data handling and filtering logic with an auto-generated OpenAPI client. Introduced new modular Pinia stores for stats and packages, improving maintainability and decoupling data management. Removed outdated custom implementations to streamline the codebase.
25 lines
1.3 KiB
TypeScript
25 lines
1.3 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
ApiExample: typeof import('./src/components/ApiExample.vue')['default']
|
|
BuildServerStats: typeof import('./src/components/BuildServerStats.vue')['default']
|
|
BuildStats: typeof import('./src/components/MainNav/BuildStats.vue')['default']
|
|
CurrentlyBuilding: typeof import('./src/components/CurrentlyBuilding.vue')['default']
|
|
MainNav: typeof import('./src/components/MainNav.vue')['default']
|
|
PackageFilters: typeof import('./src/components/Packages/PackageFilters.vue')['default']
|
|
Packages: typeof import('./src/components/Packages.vue')['default']
|
|
PackageTable: typeof import('./src/components/Packages/PackageTable.vue')['default']
|
|
QueuedPackagesList: typeof import('./src/components/CurrentlyBuilding/QueuedPackagesList.vue')['default']
|
|
StatItem: typeof import('./src/components/MainNav/BuildStats/StatItem.vue')['default']
|
|
StatsListSection: typeof import('./src/components/MainNav/BuildStats/StatsListSection.vue')['default']
|
|
StoreExample: typeof import('./src/components/StoreExample.vue')['default']
|
|
}
|
|
}
|