feat: add shared Toolbox header and themes
This commit is contained in:
17
src/App.tsx
17
src/App.tsx
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user