From 2b9319e70dd48814dd84960fa353ab96da3054d3 Mon Sep 17 00:00:00 2001 From: AR 15 M4 Date: Sun, 22 Mar 2026 21:42:46 +0500 Subject: [PATCH] =?UTF-8?q?chore(sprint4):=20start=20Sprint=204=20?= =?UTF-8?q?=E2=80=94=20cards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Sidebar: Sprint 4 · v0.4.0, /components/cards removed from "soon" Co-Authored-By: Claude Sonnet 4.6 --- apps/web/components/layout/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/layout/Sidebar.tsx b/apps/web/components/layout/Sidebar.tsx index e413abf..d782fa9 100644 --- a/apps/web/components/layout/Sidebar.tsx +++ b/apps/web/components/layout/Sidebar.tsx @@ -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 );