Improve UI/UX throughout the application#1429
Merged
delicatacurtis merged 3 commits intomainfrom Mar 9, 2026
Merged
Conversation
Co-authored-by: delicatacurtis <247246500+delicatacurtis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Improve UI and UX throughout the application
Improve UI/UX throughout the application
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Broad UI/UX polish pass across the public-facing pages, auth flows, and Filament admin resources.
CSS
site.css: Collapsed ~150 lines of duplicated rules into ~25. Removed globalbody { background-image }anddiv { color: #fff }overrides that were conflicting with page-level styles.Public site
home-navbar.blade.php): Nowstickywithbackdrop-blur. Active route highlighted with emerald underline. Replaced Prelinehs-collapsedependency with a vanilla JS toggle (proper ARIAaria-expandedstate). Emerald-branded CTA buttons for login/dashboard.mt-[64px]offset; no longer needed with a sticky navbar.Auth pages
Login and register redesigned to match the site's emerald/gradient theme — gradient background, rounded card with border, emerald submit button, inline
@errordisplay.Forgot password?moved inline next to the password label. Register page adds a terms/privacy notice and fixes a stray:value="old('name')"(leftover Blade component attribute conflicting with the plainvalue=attribute).Filament resources
PersonResource— form and table both restructured:Sections — Basic Information, Vital Records, Contact Information, Record Referencesbadge()on sex with color mapping, searchable/sortable key columns, less-used columns toggled hidden by default, sex filter addedFamilyResource:is_activefield changed from rawTextInput::make()->numeric()toToggleIconColumn::make('is_active')->boolean()and aTernaryFilterfor active status✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.