mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-08 15:05:33 +00:00
feat: [wip] settings page
This commit is contained in:
parent
2827a1bf1f
commit
e05c89d04f
7 changed files with 9 additions and 3 deletions
|
@ -14,7 +14,10 @@
|
|||
});
|
||||
});
|
||||
|
||||
$: mainVisible = !!$page.params.chatId;
|
||||
$: mainVisible =
|
||||
!!$page.params.chatId ||
|
||||
($page.route.id?.startsWith('/settings') &&
|
||||
!$page.route.id?.startsWith('/settings/_mobile_empty'));
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
|
0
src/routes/(app)/Settings.svelte
Normal file
0
src/routes/(app)/Settings.svelte
Normal file
0
src/routes/(app)/settings/+page.svelte
Normal file
0
src/routes/(app)/settings/+page.svelte
Normal file
0
src/routes/(app)/settings/_mobile-empty/+page.svelte
Normal file
0
src/routes/(app)/settings/_mobile-empty/+page.svelte
Normal file
Loading…
Add table
Add a link
Reference in a new issue