feat: add shared Toolbox header and themes

This commit is contained in:
2026-07-23 00:29:21 +02:00
parent 8f8a59e76c
commit d5574a0a44
16 changed files with 451 additions and 176 deletions

View File

@@ -536,18 +536,11 @@ const App: React.FC = () => {
<AppShell
app={toolboxApp}
className="xslt-app-shell"
appActions={
<button
type="button"
className="app-help-button"
onClick={handleOpenHelp}
aria-haspopup="dialog"
title="Open help and keyboard shortcuts (F1)"
aria-label="Open help"
>
<i className="bi bi-question-circle" aria-hidden="true" /> Help
</button>
}
helpAction={{
onClick: handleOpenHelp,
label: 'Help',
title: 'Open help and keyboard shortcuts (F1)',
}}
>
<div className="workspace-grid">
<EditorPanel