Added new modules and updated existing logic

This commit is contained in:
Dieter Neumann
2026-02-24 13:32:01 +01:00
parent 2a4b4ed5fe
commit ad734273ce
694 changed files with 27935 additions and 610 deletions

View File

@@ -0,0 +1,10 @@
export default {
name: 'HeaderBrand',
template: `
<div class="header-brand-root row items-center q-ml-md">
<q-toolbar-title class="header-brand-title text-weight-bold text-subtitle1 text-indigo-10 ellipsis">
Hotline Planner (codex)
</q-toolbar-title>
</div>
`
};