New RccActionButtonComponent | Adhoc theming solution for action buttons |
In this MR the RccActionButtonComponent
was updated which entailed removing most of the Ionic elements. Solely the ion-icon is left as there was no SVG icon provided by the design department yet.
Additionally an adhoc solution for theming the action buttons depending on their role was implemented. To achieve that the colors from brand design were also added and the action
class was given an optional property role
.
By no means this solution is perfect. In the future there should be a service overarching that creates the suiting class for theming. It should also be discussed on which basis the coloring of elements should differ.
The placement of the buttons is not final, since there are still some discussions left concerning the overall system of in which the UI elements are embedded in.
This would close #187 (closed).