chore(sprint4): start Sprint 4 — cards

- Sidebar: Sprint 4 · v0.4.0, /components/cards removed from "soon"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
AR 15 M4
2026-03-22 21:42:46 +05:00
parent d6610a288b
commit 2b9319e70d
+2 -2
View File
@@ -29,7 +29,7 @@ const NAV: NavSection[] = [
items: [
{ label: "Кнопки", href: "/components/buttons" },
{ label: "Форм-контролы", href: "/components/forms" },
{ label: "Карточки", href: "/components/cards", soon: true },
{ label: "Карточки", href: "/components/cards" },
{ label: "Бейджи и теги", href: "/components/badges", soon: true },
{ label: "Алерты", href: "/components/alerts", soon: true },
{ label: "Модальные окна", href: "/components/modals", soon: true },
@@ -170,7 +170,7 @@ export function Sidebar() {
color: "var(--bb-sidebar-text-muted)",
}}
>
Sprint 3 · v0.3.0
Sprint 4 · v0.4.0
</div>
</aside>
);