Skip to content

Uniform serialization of buttons in backend and used by frontend #1602

@BeritJanssen

Description

@BeritJanssen

There are various actions / frontend component doing something with buttons. In general, buttons have values and labels, sometimes they have links. Should make a data type of this, which also facilitate styling of buttons. This could also become its own model with translated fields eventually.

Button {
label: 'Click me!'
link?: 'url-you-will-be-taken-to'
color?: primary
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions