diff --git a/CHANGELOG.md b/CHANGELOG.md index 4658f0f..8b51d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.21 + +- Use the official HQBase logo for the signed-out screen, favicon, and installed PWA icons. +- Refine sidebar and dropdown controls with slimmer icons and clearer account-section separation. +- Keep the mobile drawer within iPhone safe areas and prevent form fields from zooming on focus. + ## 0.1.20 - Hide the available-update banner and duplicate install action after Cloudflare accepts the update diff --git a/app/components/layout/account-menu.tsx b/app/components/layout/account-menu.tsx index 09f6589..30a6e59 100644 --- a/app/components/layout/account-menu.tsx +++ b/app/components/layout/account-menu.tsx @@ -1,4 +1,4 @@ -import { ChevronsUpDown, LogOut } from "lucide-react"; +import { ChevronDown, LogOut } from "lucide-react"; import type * as React from "react"; import { Avatar, AvatarFallback } from "@/components/ui/avatar"; @@ -53,7 +53,11 @@ export function AccountMenu({ {user.name} {user.role} -