feat(webui): add item by ItemType #2704

Merged
Sainan merged 7 commits from AMelonInsideLemon/SpaceNinjaServer:add-by-ItemType into main 2025-08-30 19:34:23 -07:00
Showing only changes of commit acf3b811cf - Show all commits

View File

@ -2106,6 +2106,10 @@ function doAcquireRiven() {
});
}
$("#addriven-fingerprint").on("input", () => {
$("#addriven-fingerprint").removeClass("is-invalid");
});
function setFingerprint(ItemType, ItemId, fingerprint) {
revalidateAuthz().then(() => {
$.post({