build(#10336): init
This commit is contained in:
parent
4a989f7ebb
commit
1dfcca7b9c
437 changed files with 10295 additions and 154 deletions
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import RolesEditorFormula from './RolesEditorFormula.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/RolesEditorFormula',
|
||||
component: RolesEditorFormula,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
RolesEditorFormula,
|
||||
},
|
||||
template: '<RolesEditorFormula />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/_header_.stories.ts
Normal file
13
packages/frontend/src/pages/admin/_header_.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import _header_ from './_header_.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/_header_',
|
||||
component: _header_,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_header_,
|
||||
},
|
||||
template: '<_header_ />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/abuses.stories.ts
Normal file
13
packages/frontend/src/pages/admin/abuses.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import abuses from './abuses.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/abuses',
|
||||
component: abuses,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
abuses,
|
||||
},
|
||||
template: '<abuses />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/ads.stories.ts
Normal file
13
packages/frontend/src/pages/admin/ads.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import ads from './ads.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/ads',
|
||||
component: ads,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
ads,
|
||||
},
|
||||
template: '<ads />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/announcements.stories.ts
Normal file
13
packages/frontend/src/pages/admin/announcements.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import announcements from './announcements.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/announcements',
|
||||
component: announcements,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
announcements,
|
||||
},
|
||||
template: '<announcements />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/bot-protection.stories.ts
Normal file
13
packages/frontend/src/pages/admin/bot-protection.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import bot_protection from './bot-protection.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/bot-protection',
|
||||
component: bot_protection,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
bot_protection,
|
||||
},
|
||||
template: '<bot-protection />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/database.stories.ts
Normal file
13
packages/frontend/src/pages/admin/database.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import database from './database.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/database',
|
||||
component: database,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
database,
|
||||
},
|
||||
template: '<database />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/email-settings.stories.ts
Normal file
13
packages/frontend/src/pages/admin/email-settings.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import email_settings from './email-settings.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/email-settings',
|
||||
component: email_settings,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
email_settings,
|
||||
},
|
||||
template: '<email-settings />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/federation.stories.ts
Normal file
13
packages/frontend/src/pages/admin/federation.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import federation from './federation.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/federation',
|
||||
component: federation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
federation,
|
||||
},
|
||||
template: '<federation />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/files.stories.ts
Normal file
13
packages/frontend/src/pages/admin/files.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import files from './files.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/files',
|
||||
component: files,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
files,
|
||||
},
|
||||
template: '<files />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/index.stories.ts
Normal file
13
packages/frontend/src/pages/admin/index.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import index from './index.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/index',
|
||||
component: index,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
index,
|
||||
},
|
||||
template: '<index />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/instance-block.stories.ts
Normal file
13
packages/frontend/src/pages/admin/instance-block.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import instance_block from './instance-block.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/instance-block',
|
||||
component: instance_block,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
instance_block,
|
||||
},
|
||||
template: '<instance-block />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/moderation.stories.ts
Normal file
13
packages/frontend/src/pages/admin/moderation.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import moderation from './moderation.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/moderation',
|
||||
component: moderation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
moderation,
|
||||
},
|
||||
template: '<moderation />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/object-storage.stories.ts
Normal file
13
packages/frontend/src/pages/admin/object-storage.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import object_storage from './object-storage.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/object-storage',
|
||||
component: object_storage,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
object_storage,
|
||||
},
|
||||
template: '<object-storage />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/other-settings.stories.ts
Normal file
13
packages/frontend/src/pages/admin/other-settings.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import other_settings from './other-settings.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/other-settings',
|
||||
component: other_settings,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
other_settings,
|
||||
},
|
||||
template: '<other-settings />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_active_users from './overview.active-users.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.active-users',
|
||||
component: overview_active_users,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_active_users,
|
||||
},
|
||||
template: '<overview.active-users />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_ap_requests from './overview.ap-requests.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.ap-requests',
|
||||
component: overview_ap_requests,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_ap_requests,
|
||||
},
|
||||
template: '<overview.ap-requests />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_federation from './overview.federation.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.federation',
|
||||
component: overview_federation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_federation,
|
||||
},
|
||||
template: '<overview.federation />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_heatmap from './overview.heatmap.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.heatmap',
|
||||
component: overview_heatmap,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_heatmap,
|
||||
},
|
||||
template: '<overview.heatmap />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_instances from './overview.instances.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.instances',
|
||||
component: overview_instances,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_instances,
|
||||
},
|
||||
template: '<overview.instances />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_moderators from './overview.moderators.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.moderators',
|
||||
component: overview_moderators,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_moderators,
|
||||
},
|
||||
template: '<overview.moderators />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/overview.pie.stories.ts
Normal file
13
packages/frontend/src/pages/admin/overview.pie.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_pie from './overview.pie.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.pie',
|
||||
component: overview_pie,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_pie,
|
||||
},
|
||||
template: '<overview.pie />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_queue_chart from './overview.queue.chart.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.queue.chart',
|
||||
component: overview_queue_chart,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_queue_chart,
|
||||
},
|
||||
template: '<overview.queue.chart />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/overview.queue.stories.ts
Normal file
13
packages/frontend/src/pages/admin/overview.queue.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_queue from './overview.queue.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.queue',
|
||||
component: overview_queue,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_queue,
|
||||
},
|
||||
template: '<overview.queue />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_retention from './overview.retention.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.retention',
|
||||
component: overview_retention,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_retention,
|
||||
},
|
||||
template: '<overview.retention />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/overview.stats.stories.ts
Normal file
13
packages/frontend/src/pages/admin/overview.stats.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_stats from './overview.stats.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.stats',
|
||||
component: overview_stats,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_stats,
|
||||
},
|
||||
template: '<overview.stats />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/overview.stories.ts
Normal file
13
packages/frontend/src/pages/admin/overview.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview from './overview.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview',
|
||||
component: overview,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview,
|
||||
},
|
||||
template: '<overview />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/overview.users.stories.ts
Normal file
13
packages/frontend/src/pages/admin/overview.users.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import overview_users from './overview.users.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/overview.users',
|
||||
component: overview_users,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_users,
|
||||
},
|
||||
template: '<overview.users />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/proxy-account.stories.ts
Normal file
13
packages/frontend/src/pages/admin/proxy-account.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import proxy_account from './proxy-account.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/proxy-account',
|
||||
component: proxy_account,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
proxy_account,
|
||||
},
|
||||
template: '<proxy-account />',
|
||||
};
|
||||
export default meta;
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import queue_chart_chart from './queue.chart.chart.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/queue.chart.chart',
|
||||
component: queue_chart_chart,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
queue_chart_chart,
|
||||
},
|
||||
template: '<queue.chart.chart />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/queue.chart.stories.ts
Normal file
13
packages/frontend/src/pages/admin/queue.chart.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import queue_chart from './queue.chart.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/queue.chart',
|
||||
component: queue_chart,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
queue_chart,
|
||||
},
|
||||
template: '<queue.chart />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/queue.stories.ts
Normal file
13
packages/frontend/src/pages/admin/queue.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import queue from './queue.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/queue',
|
||||
component: queue,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
queue,
|
||||
},
|
||||
template: '<queue />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/relays.stories.ts
Normal file
13
packages/frontend/src/pages/admin/relays.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import relays from './relays.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/relays',
|
||||
component: relays,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
relays,
|
||||
},
|
||||
template: '<relays />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/roles.edit.stories.ts
Normal file
13
packages/frontend/src/pages/admin/roles.edit.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import roles_edit from './roles.edit.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/roles.edit',
|
||||
component: roles_edit,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles_edit,
|
||||
},
|
||||
template: '<roles.edit />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/roles.editor.stories.ts
Normal file
13
packages/frontend/src/pages/admin/roles.editor.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import roles_editor from './roles.editor.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/roles.editor',
|
||||
component: roles_editor,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles_editor,
|
||||
},
|
||||
template: '<roles.editor />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/roles.role.stories.ts
Normal file
13
packages/frontend/src/pages/admin/roles.role.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import roles_role from './roles.role.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/roles.role',
|
||||
component: roles_role,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles_role,
|
||||
},
|
||||
template: '<roles.role />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/roles.stories.ts
Normal file
13
packages/frontend/src/pages/admin/roles.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import roles from './roles.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/roles',
|
||||
component: roles,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles,
|
||||
},
|
||||
template: '<roles />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/security.stories.ts
Normal file
13
packages/frontend/src/pages/admin/security.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import security from './security.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/security',
|
||||
component: security,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
security,
|
||||
},
|
||||
template: '<security />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/settings.stories.ts
Normal file
13
packages/frontend/src/pages/admin/settings.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import settings from './settings.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/settings',
|
||||
component: settings,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
settings,
|
||||
},
|
||||
template: '<settings />',
|
||||
};
|
||||
export default meta;
|
||||
13
packages/frontend/src/pages/admin/users.stories.ts
Normal file
13
packages/frontend/src/pages/admin/users.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import users from './users.vue';
|
||||
const meta = {
|
||||
title: 'pages/admin/users',
|
||||
component: users,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
users,
|
||||
},
|
||||
template: '<users />',
|
||||
};
|
||||
export default meta;
|
||||
Loading…
Add table
Add a link
Reference in a new issue