diff --git a/frontend/src/pages/settings/SettingsPage.vue b/frontend/src/pages/settings/SettingsPage.vue index 3eaed2327..d1920b3cc 100644 --- a/frontend/src/pages/settings/SettingsPage.vue +++ b/frontend/src/pages/settings/SettingsPage.vue @@ -18,6 +18,7 @@ import GeneralTab from './GeneralTab.vue'; import SecurityTab from './SecurityTab.vue'; import TelegramTab from './TelegramTab.vue'; import SubscriptionGeneralTab from './SubscriptionGeneralTab.vue'; +import SubscriptionFormatsTab from './SubscriptionFormatsTab.vue'; const antdThemeConfig = computed(() => ({ algorithm: themeState.isDark ? antdTheme.darkAlgorithm : antdTheme.defaultAlgorithm, @@ -242,7 +243,7 @@ const alertVisible = ref(true); Subscription (Formats) - + diff --git a/frontend/src/pages/settings/SubscriptionFormatsTab.vue b/frontend/src/pages/settings/SubscriptionFormatsTab.vue new file mode 100644 index 000000000..998aa7558 --- /dev/null +++ b/frontend/src/pages/settings/SubscriptionFormatsTab.vue @@ -0,0 +1,480 @@ + + + + +