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:
parent
f123e0cfed
commit
a3a1f778c7
1 changed files with 3 additions and 0 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue