From 5026c921887c006ee0bed1d6dd6b7ce76e942ca7 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Mon, 27 Jan 2025 15:00:16 +0500 Subject: [PATCH] feat(config): add ConfigView component for managing application settings Create a new `ConfigView.vue` component that provides a user-friendly interface for configuring application settings. This component displays general settings, a table of configured locales, and advanced configuration options. It integrates with the `useI18nStore` for state management and improves the overall user experience for managing localization settings. --- client/views/ConfigView.vue | 243 ++++++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 client/views/ConfigView.vue diff --git a/client/views/ConfigView.vue b/client/views/ConfigView.vue new file mode 100644 index 00000000..5ed0cbc7 --- /dev/null +++ b/client/views/ConfigView.vue @@ -0,0 +1,243 @@ + + + + +