Release v0.4.1 #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/v0.4.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release v0.4.1 — Deferred Polish
Features
?help overlay,/search focus,nnew dashboard) (OP#1064)Security Fixes
Secureflag to all cookies missing it (OP#1075)Tests
faviconOrDefaulthelperAdd 13 template render tests verifying responsive CSS classes: Header (7 tests): - Mobile hamburger renders for logged-in users with md:hidden - Mobile menu panel contains user links and sign-out - Desktop dropdown uses hidden md:block - Header has responsive padding (px-4 md:px-6) - Dashboard name truncates on mobile (max-w-[150px]) - No mobile menu panel for unauthenticated users - Mobile search panel renders in hamburger menu Edit forms (4 tests): - Section form uses grid-cols-1 sm:grid-cols-3 - Item form uses grid-cols-1 sm:grid-cols-3 and sm:grid-cols-2 - Standalone section form responsive grid Layout drawers (2 tests): - Admin layout has responsive drawer (sidebarOpen, FAB, overlay) - Settings layout has responsive drawer Also fix mobile menu panel to respect NavbarConfig.HasElement("user_menu") so the panel doesn't render when user_menu is hidden. Closes GP#1072 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>