Align QWord shell with Office ribbon

This commit is contained in:
Курнат Андрей
2026-06-02 07:00:42 +03:00
parent 68e0678ca6
commit ffa377d931
4 changed files with 96 additions and 23 deletions
-10
View File
@@ -57,16 +57,6 @@ export function AppShell({ activeApp, status, children }: AppShellProps) {
</div>
</header>
<section className="ribbon" aria-label="Лента команд">
<div className="ribbon-tabs">
{["Файл", "Главная", "Вставка", "Рецензирование", "Вид", "Экспорт"].map((tab, index) => (
<button key={tab} className={index === 1 ? "is-active" : ""} type="button">
{tab}
</button>
))}
</div>
</section>
<div className="surface-host">{children}</div>
<footer className="statusbar">