A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: page titles

Brooke 41de348a 6b6e4784

+32
+4
packages/panel/src/routes/(authenticated)/admin/+page.svelte
··· 4 4 import UserList from "./UserList.svelte"; 5 5 </script> 6 6 7 + <svelte:head> 8 + <title>Admin - Luminary</title> 9 + </svelte:head> 10 + 7 11 <Tabs tabs={[{ icon: faUsers, label: "users", content: users }]} /> 8 12 9 13 {#snippet users()}
+4
packages/panel/src/routes/(authenticated)/create/+page.svelte
··· 48 48 }); 49 49 </script> 50 50 51 + <svelte:head> 52 + <title>Create Project - Luminary</title> 53 + </svelte:head> 54 + 51 55 {#if project} 52 56 <div class="flexc gap-10"> 53 57 <!-- Title Bar -->
+4
packages/panel/src/routes/(authenticated)/projects/+page.svelte
··· 38 38 }; 39 39 </script> 40 40 41 + <svelte:head> 42 + <title>Projects - Luminary</title> 43 + </svelte:head> 44 + 41 45 <div class="flexc gap-10 full projects" {...accordion.root}> 42 46 <div class="flexr center gap-10"> 43 47 <Fa icon={faMagnifyingGlass} size="lg" />
+4
packages/panel/src/routes/(authenticated)/projects/[project]/+page.svelte
··· 81 81 }); 82 82 </script> 83 83 84 + <svelte:head> 85 + <title>{page.params.project} - Luminary</title> 86 + </svelte:head> 87 + 84 88 {#if project} 85 89 <div class="flexc gap-10"> 86 90 <!-- Title Bar -->
+4
packages/panel/src/routes/(authenticated)/settings/+page.svelte
··· 24 24 }); 25 25 </script> 26 26 27 + <svelte:head> 28 + <title>Settings - Luminary</title> 29 + </svelte:head> 30 + 27 31 <div class="flexc gap-10"> 28 32 <!-- Title Bar --> 29 33 <h1 class="flexr gap-10 center fit">
+4
packages/panel/src/routes/(magic_link)/invite/+page.svelte
··· 3 3 let { data } = $props(); 4 4 </script> 5 5 6 + <svelte:head> 7 + <title>Welcome - Luminary</title> 8 + </svelte:head> 9 + 6 10 <div class="flexc center"> 7 11 <h2 class="sub"> 8 12 <Logo />
+4
packages/panel/src/routes/(magic_link)/reset/+page.svelte
··· 3 3 let { data } = $props(); 4 4 </script> 5 5 6 + <svelte:head> 7 + <title>Reset Password - Luminary</title> 8 + </svelte:head> 9 + 6 10 <div class="flexc center"> 7 11 <h2 class="sub"> 8 12 <Logo />
+4
packages/panel/src/routes/login/+page.svelte
··· 22 22 } 23 23 </script> 24 24 25 + <svelte:head> 26 + <title>Log In - Luminary</title> 27 + </svelte:head> 28 + 25 29 <main class="full flex center"> 26 30 <div class="island flexc center gap-20"> 27 31 <div class="flexc center">