Apply flat UI style pass #3
Loading…
Reference in a new issue
No description provided.
Delete branch "d/house-style"
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?
🤖 Claude AI Code Review
Summary: Pure UI/styling pass that adds a custom MudBlazor dark theme, Google Fonts, flat surface styling, and a loading spinner on the save button.
Code Quality ⭐⭐⭐⭐☆
Good use of MudBlazor components throughout; the theme is cleanly defined as a static readonly field.
Issues
🟢 External Google Fonts loaded via CDN without a fallback strategy — if
fonts.googleapis.comis unreachable, initial render will block until the link times out. Consider addingfont-display: swap(already present in the URL) and/or self-hosting the fonts for resilience.📊 Tokens: 2591 input + 176 output | 💰 Cost: ~$0.0521
Generated by Claude Opus 4.6 via Gitea Actions