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