-
-
Notifications
You must be signed in to change notification settings - Fork 17
[Feature Request]: Remove leftover btn- classes and replace with md- #1218
Copy link
Copy link
Open
Labels
Clean upRemove dead code, clean-up areas of the code to make collaboration easierRemove dead code, clean-up areas of the code to make collaboration easierUX/UIFeatures and issues related to User Experience and InterfaceFeatures and issues related to User Experience and InterfaceenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update javascript codePull requests that update javascript code
Metadata
Metadata
Assignees
Labels
Clean upRemove dead code, clean-up areas of the code to make collaboration easierRemove dead code, clean-up areas of the code to make collaboration easierUX/UIFeatures and issues related to User Experience and InterfaceFeatures and issues related to User Experience and InterfaceenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update javascript codePull requests that update javascript code
Preflight Checklist
Problem Description
In the frontend code there is mixture between
md-classes andbtn-classes for buttons. As a result some buttons look offProposed Solution
Please replace all
btn-classes with their Vue Material equivalents.Should look like this
Alternatives Considered
N/A
Additional Information
No response