WIP Add settings/about pane

This commit is contained in:
2026-01-24 14:33:00 +07:00
parent f60dacac80
commit e8f7e74e40
4 changed files with 56 additions and 3 deletions

View File

@@ -23,7 +23,12 @@ export default class AppHeaderComponent extends Component {
<template>
<header class="app-header">
<div class="header-left">
<button class="icon-btn" type="button" aria-label="Menu">
<button
class="icon-btn"
type="button"
aria-label="Menu"
{{on "click" @onToggleMenu}}
>
<Icon @name="menu" @size={{24}} @color="#333" />
</button>
</div>