feat: add shared Toolbox header and themes

This commit is contained in:
2026-07-23 00:29:21 +02:00
parent e3aaea02ee
commit 4f6089247a
14 changed files with 229 additions and 233 deletions

View File

@@ -551,11 +551,7 @@ export function App() {
<AppShell
app={toolboxApp}
manifestUrl="./toolbox-app.json"
appActions={
<button type="button" onClick={() => setHelpOpen(true)}>
Help
</button>
}
helpAction={{ onClick: () => setHelpOpen(true) }}
>
<OneNoteApplication />
{helpOpen ? <HelpDialog onClose={() => setHelpOpen(false)} /> : null}