From e459677d7df32a5ca7e59d44994bf1e372a99264 Mon Sep 17 00:00:00 2001 From: Steve Sewell Date: Sat, 27 Jun 2026 09:00:44 -0700 Subject: [PATCH 1/2] Improve mobile navigation chrome --- .../analytics/app/components/layout/MobileNav.tsx | 15 +++++---------- ...6-06-27-mobile-navigation-chrome-and-motion.md | 5 +++++ templates/assets/app/components/layout/Layout.tsx | 2 +- ...6-06-27-mobile-navigation-chrome-and-motion.md | 5 +++++ templates/design/app/components/layout/Layout.tsx | 2 +- ...6-06-27-mobile-navigation-chrome-and-motion.md | 5 +++++ templates/slides/app/components/layout/Layout.tsx | 2 +- ...6-06-27-mobile-navigation-chrome-and-motion.md | 5 +++++ 8 files changed, 28 insertions(+), 13 deletions(-) create mode 100644 templates/analytics/changelog/2026-06-27-mobile-navigation-chrome-and-motion.md create mode 100644 templates/assets/changelog/2026-06-27-mobile-navigation-chrome-and-motion.md create mode 100644 templates/design/changelog/2026-06-27-mobile-navigation-chrome-and-motion.md create mode 100644 templates/slides/changelog/2026-06-27-mobile-navigation-chrome-and-motion.md diff --git a/templates/analytics/app/components/layout/MobileNav.tsx b/templates/analytics/app/components/layout/MobileNav.tsx index bd5368118a..88902d38d4 100644 --- a/templates/analytics/app/components/layout/MobileNav.tsx +++ b/templates/analytics/app/components/layout/MobileNav.tsx @@ -1,5 +1,5 @@ import { useT } from "@agent-native/core/client"; -import { IconMenu, IconChartBar } from "@tabler/icons-react"; +import { IconMenu } from "@tabler/icons-react"; import { useState, useEffect } from "react"; import { useLocation } from "react-router"; @@ -18,7 +18,7 @@ export function MobileNav() { }, [location.pathname]); return ( -
+
-
-
- -
- - {t("navigation.brand")} - -
+ + {t("navigation.brand")} + diff --git a/templates/analytics/changelog/2026-06-27-mobile-navigation-chrome-and-motion.md b/templates/analytics/changelog/2026-06-27-mobile-navigation-chrome-and-motion.md new file mode 100644 index 0000000000..ae2e7188f4 --- /dev/null +++ b/templates/analytics/changelog/2026-06-27-mobile-navigation-chrome-and-motion.md @@ -0,0 +1,5 @@ +--- +type: improved +date: 2026-06-27 +--- +Improved mobile navigation chrome and sidebar drawer motion. diff --git a/templates/assets/app/components/layout/Layout.tsx b/templates/assets/app/components/layout/Layout.tsx index 1a5956a57f..c4156a96b2 100644 --- a/templates/assets/app/components/layout/Layout.tsx +++ b/templates/assets/app/components/layout/Layout.tsx @@ -87,7 +87,7 @@ export function Layout({ children }: LayoutProps) { )}
Date: Sat, 27 Jun 2026 09:48:52 -0700 Subject: [PATCH 2/2] Update lockfile retired importers --- pnpm-lock.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5cb6c6b93e..19cbb53a4b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1235,30 +1235,16 @@ importers: specifier: 'catalog:' version: 4.1.9(@opentelemetry/api@1.9.1)(@types/node@25.9.3)(happy-dom@20.10.6)(jsdom@29.1.1(@noble/hashes@2.2.0)(canvas@3.2.3))(vite@8.1.0(@types/node@25.9.3)(esbuild@0.27.7)(jiti@2.7.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.9.0)) - templates/.retired/calls: {} - - templates/.retired/code: {} - - templates/.retired/contracts: {} - - templates/.retired/images: {} - templates/.retired/issues: {} templates/.retired/meeting-notes: {} - templates/.retired/migration: {} - templates/.retired/recruiting: {} templates/.retired/scheduling: {} - templates/.retired/visual-plans: {} - templates/.retired/voice: {} - templates/.retired/workbench: {} - templates/analytics: dependencies: '@agent-native/core':