-
Notifications
You must be signed in to change notification settings - Fork 0
Standardize button styles and add icons: is-success for Add/Save, is-primary for Select/Complete/Recover #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Here's the code health analysis summary for commits Analysis Summary
|
…/Recover to is-primary Co-authored-by: dangowans <19495149+dangowans@users.noreply.github.com>
…yssm/shiftlog into copilot/update-button-styles
|
@copilot Update "add" buttons that do not include an icon to include the "fa-plus" icon. Update the "save" buttons that do not include an icon to include the "fa-save" icon. |
Co-authored-by: dangowans <19495149+dangowans@users.noreply.github.com>
Done in cebc48b. Added fa-plus icons to ~30 Add/Create buttons and fa-save icons to ~20 Save/Update buttons that were missing icons. Examples:
All green (is-success) buttons now have appropriate icons for better visual consistency. |
|



Standardizes button color semantics across the application and adds Font Awesome icons to all Add/Save buttons for better visual consistency. Previously, both
is-successandis-primarywere used inconsistently for similar actions, and many buttons lacked icons.Changes
Buttons updated to
is-success(green):Buttons updated to
is-primary(blue):Icons added:
fa-plusicon to ~30 Add/Create buttons that didn't have iconsfa-saveicon to ~20 Save/Update buttons that didn't have iconsfa-checktofa-plusin shifts-addAdhocTask for consistencyExamples
Scope
Visual Result
All buttons now have consistent styling and iconography:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.