feat: populate settings

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 <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-07-07 15:40:07 +02:00
parent f123e0cfed
commit a3a1f778c7
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -12,6 +12,9 @@ You should have received a copy of the GNU Affero General Public License along w
-->
<script>
import { getModalStore } from '@skeletonlabs/skeleton';
import { Person24, Upload16, XCircleFill12 } from 'svelte-octicons';
import SettingsSidebar from '../atoms/SettingsSidebar.svelte';
import SettingsProfile from './SettingsProfile.svelte';