chore: commit remaining changes from recent sessions

- Mana page updates across 12 apps (credit display improvements)
- Todo board view editor + view selector components
- Docker Hono server base Dockerfile
- Matrix web vite config update
- Docker compose updates
- Feedback types.ts (recovered)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-28 17:54:51 +01:00
parent 18fae3b66d
commit 4aa8d870a6
18 changed files with 288 additions and 38 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import type { HelpSearchProps } from '../types.js';
import type { SearchResult } from './content';
import { createSearcher } from './loader';
import type { SearchResult } from '../content';
import { createSearcher } from '../loader';
let { content, translations, placeholder, onResultSelect }: HelpSearchProps = $props();