feat(webui): display Favorite items first #2656

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:webui-show-favorite into main 2025-08-17 13:12:07 -07:00
Showing only changes of commit 5d8f2a387e - Show all commits

View File

@ -688,9 +688,6 @@ function updateInventory() {
});
td.textContent = td.textContent.slice(0, -1) + " ]";
}
if (item.Favorite) {
td.textContent = "★ " + td.textContent;
}
tr.appendChild(td);
}
{