-
-
Notifications
You must be signed in to change notification settings - Fork 16
Restore Edit and Delete options in DropdownMenu #214
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
Co-authored-by: yogeshpaliyal <[email protected]>
|
@copilot add delete drop-down item color to background as error container and icon color and text color as onErrorContainer |
Co-authored-by: yogeshpaliyal <[email protected]>
|
@copilot fix lint error |
Co-authored-by: yogeshpaliyal <[email protected]>
Fixed in commit f98a556. The import ordering has been corrected - Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot fix errors |
Co-authored-by: yogeshpaliyal <[email protected]>
Summary
Successfully restored the Edit and Delete options to the DropdownMenu that were accidentally removed in PR #192, styled the delete option with error colors, and fixed compilation errors.
Changes Made:
TablerIcons.EditandTablerIcons.TrashMenuItem.Edit(account)eventMenuItem.Delete(account)event with error colorsMenuDefaultsimport and styled the delete menu item with:MaterialTheme.colorScheme.onErrorContainerMaterialTheme.colorScheme.onErrorContainerMenuDefaultsto correct alphabetical positioncontainerColorparameter that was causing compilation errorTechnical Details:
R.string.editandR.string.deleteTablerIcons.EditandTablerIcons.TrashSecurity Summary:
No security vulnerabilities detected in the changes.
Original prompt
Fixes #209
💡 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.