From 4db34e0c56696dff2f2aa35c9cfa208df0ad32cf Mon Sep 17 00:00:00 2001
From: jmt-gh <13617455+jmt-gh@users.noreply.github.com>
Date: Fri, 25 Nov 2022 21:06:18 -0800
Subject: [PATCH] Add new settings content component
This commit adds a new settings conent component. This is a container
component for the settings pages, so that they all get the same
formatting by default. It handles the header text, description text, and
any "add new" plus button as needed.
---
client/components/app/SettingsContent.vue | 48 +++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 client/components/app/SettingsContent.vue
diff --git a/client/components/app/SettingsContent.vue b/client/components/app/SettingsContent.vue
new file mode 100644
index 00000000..df079711
--- /dev/null
+++ b/client/components/app/SettingsContent.vue
@@ -0,0 +1,48 @@
+
+
+
+
{{ headerText }}
+
+
+ add
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file