chore(webui): exclude always available items from datalist #2783

Merged
Sainan merged 5 commits from AMelonInsideLemon/SpaceNinjaServer:exclude-from-add-missing into main 2025-09-16 23:24:00 -07:00
No description provided.
AMelonInsideLemon added 1 commit 2025-09-15 10:58:44 -07:00
chore(webui): exclude always available items from Add Missing
Some checks failed
Build / build (pull_request) Failing after 25s
c4c1bc68ca
AMelonInsideLemon added 1 commit 2025-09-15 11:06:05 -07:00
update pe+
All checks were successful
Build / build (pull_request) Successful in 2m28s
7c4a7d7cf0
Author
Member

Maybe better to put such items only into the itemMap without adding them to the datalist?

Maybe better to put such items only into the itemMap without adding them to the datalist?
Owner

Yeah, perhaps, if acquiring these items would needlessly bloat the inventory.

Yeah, perhaps, if acquiring these items would needlessly bloat the inventory.
AMelonInsideLemon added 1 commit 2025-09-15 11:18:09 -07:00
don't put always available items into datalist
All checks were successful
Build / build (pull_request) Successful in 1m6s
32983eae89
AMelonInsideLemon changed title from chore(webui): exclude always available items from `Add Missing` to chore(webui): exclude always available items from datalist 2025-09-15 11:18:37 -07:00
Sainan reviewed 2025-09-15 11:20:49 -07:00
@ -459,2 +460,3 @@
name: getString(item.name, lang)
});
};
if (item.alwaysAvailable) flavourItem.alwaysAvailable = true;
Owner

Redundant conditional since undefined will be passed on as undefined

Redundant conditional since undefined will be passed on as undefined
AMelonInsideLemon marked this conversation as resolved
AMelonInsideLemon added 1 commit 2025-09-15 11:23:48 -07:00
Update getItemListsController.ts
All checks were successful
Build / build (pull_request) Successful in 1m4s
ece55d6bbc
Sainan approved these changes 2025-09-15 11:27:27 -07:00
AMelonInsideLemon added 1 commit 2025-09-15 12:07:40 -07:00
also don't add items with reAddToItemList
All checks were successful
Build / build (pull_request) Successful in 1m5s
bcca4a8d3d
Sainan merged commit 6c2b7a61e2 into main 2025-09-16 23:24:00 -07:00
Sainan deleted branch exclude-from-add-missing 2025-09-16 23:24:00 -07:00
Sign in to join this conversation.
No description provided.