mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 10:32:49 +00:00
feat: add meta for config pages
This commit is contained in:
@@ -87,7 +87,8 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Chord Manager</title>
|
||||
<title>Chord Manager - CharaChorder Device Manager</title>
|
||||
<meta name="description" content="Manage your chords" />
|
||||
</svelte:head>
|
||||
|
||||
<div class="search-container">
|
||||
|
||||
@@ -49,6 +49,11 @@
|
||||
setContext("active-layer", writable(0))
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Layout Manager - CharaChorder Device Manager</title>
|
||||
<meta name="description" content="Edit your layout" />
|
||||
</svelte:head>
|
||||
|
||||
<svelte:window use:share={shareLayout} />
|
||||
|
||||
<section>
|
||||
|
||||
@@ -6,6 +6,11 @@
|
||||
import ResetPopup from "./ResetPopup.svelte"
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Device Settings - CharaChorder Device Manager</title>
|
||||
<meta name="description" content="Change your device's settings" />
|
||||
</svelte:head>
|
||||
|
||||
{#if $serialPort}
|
||||
<form>
|
||||
<fieldset>
|
||||
|
||||
Reference in New Issue
Block a user