Participation panel revamp and fixes

Apollo is a pain in the ass with pagination & filters, so this removes
the tabs system and uses a <select> to filter instead

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-18 15:23:05 +02:00
parent 8676582080
commit b61d12b5fd
18 changed files with 347 additions and 486 deletions

View File

@@ -100,7 +100,7 @@
<b-button
:disabled="newComment.text.trim().length === 0"
native-type="submit"
type="is-info"
type="is-primary"
>{{ $t("Post a reply") }}</b-button
>
</span>