Show level, adjustment / penalty, user vote & sort by name, newest comments, least or most votes on minter & admin cards, & fix forum date / time format #5

Merged
crowetic merged 2 commits from :testing-20250122 into main 2025-01-22 16:17:28 +00:00
Showing only changes of commit 052c685021 - Show all commits

View File

@ -129,7 +129,7 @@ const loadMinterBoardPage = async () => {
document.getElementById("sort-select").addEventListener("change", async () => {
// Re-load the cards whenever user chooses a new sort option.
await loadCards()
await loadCards(minterCardIdentifierPrefix)
})
await featureTriggerCheck()