Justoverclock Just a UI suggestion, but for the "delete" button, you might want to use a "trash" icon.
When we were working on this, we used a regular html <button>
. However, you could also use the Flarum Button
component and pass it fas fa-trash
as the icon
attr, which would result in this design.