From a3a1f778c7fbadb9435e57637577356e7cf56a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Sun, 7 Jul 2024 15:40:07 +0200 Subject: [PATCH] feat: populate settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's a very rough first shot at it. I want to get all the elements included first, so that I can think better about the semantic representation. In the next iteration I'm going to break the content into smaller components, so that I can properly test and document them before I reassemble the interface. Signed-off-by: André Jaenisch --- src/lib/components/molecules/Settings.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/components/molecules/Settings.svelte b/src/lib/components/molecules/Settings.svelte index 4fd24d8..89d958f 100644 --- a/src/lib/components/molecules/Settings.svelte +++ b/src/lib/components/molecules/Settings.svelte @@ -12,6 +12,9 @@ You should have received a copy of the GNU Affero General Public License along w -->