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
No description provided.
AMelonInsideLemon added 1 commit 2025-08-26 19:49:12 -07:00
feat(webui): add item by ItemType
Some checks failed
Build / build (pull_request) Failing after 1m5s
d8a389fa7f
AMelonInsideLemon added 1 commit 2025-08-26 19:54:05 -07:00
lint fix
All checks were successful
Build / build (pull_request) Successful in 1m13s
dad479fac8
AMelonInsideLemon added 1 commit 2025-08-26 19:57:34 -07:00
Update script.js
All checks were successful
Build / build (pull_request) Successful in 1m12s
acf3b811cf
Owner

I'm mildly against this. If an item isn't already listed, it means we don't know it, so we also don't know for sure how to add it, and need to guess. And if a cockup requires editing the database manually anyway, then you could've just edited the database to begin with.

I'm mildly against this. If an item isn't already listed, it means we don't know it, so we also don't know for sure how to add it, and need to guess. And if a cockup requires editing the database manually anyway, then you could've just edited the database to begin with.
Owner

A good thing with editing the database is that the user at least knows what they're doing is dangerous and might mess up their inventory. I don't have that same expectation when using the WebUI.

A good thing with editing the database is that the user at least knows what they're doing is dangerous and might mess up their inventory. I don't have that same expectation when using the WebUI.
Sainan changed title from feat(webui): add item by ItemType to WIP: feat(webui): add item by ItemType 2025-08-27 01:30:46 -07:00
Author
Member

All item groups that can be added using path addition, except for WeaponSkins, can be removed from the WebUI. If I add the ability to add/remove items in WebUI fromWeaponSkins array, will that be okay?

All item groups that can be added using path addition, except for `WeaponSkins`, can be removed from the WebUI. If I add the ability to add/remove items in WebUI from`WeaponSkins` array, will that be okay?
Owner

I mean, if you put it like that, I guess WeaponSkins is really not that important to clean up.

But the way you implemented it looks a bit bad. Take look at https://getbootstrap.com/docs/5.3/components/card/#navigation.

I mean, if you put it like that, I guess `WeaponSkins` is really not that important to clean up. But the way you implemented it looks a bit bad. Take look at <https://getbootstrap.com/docs/5.3/components/card/#navigation>.
AMelonInsideLemon added 1 commit 2025-08-29 18:45:16 -07:00
put tab navs into card header
All checks were successful
Build / build (pull_request) Successful in 1m54s
65b8211aeb
AMelonInsideLemon changed title from WIP: feat(webui): add item by ItemType to feat(webui): add item by ItemType 2025-08-29 18:45:58 -07:00
Sainan added 1 commit 2025-08-29 19:01:22 -07:00
details
All checks were successful
Build / build (pull_request) Successful in 1m1s
72219ab7d5
Sainan approved these changes 2025-08-29 19:01:37 -07:00
AMelonInsideLemon added 2 commits 2025-08-29 19:07:03 -07:00
Update ru.js
All checks were successful
Build / build (pull_request) Successful in 1m47s
7a04d0fd23
Sainan merged commit e98cb2ec24 into main 2025-08-30 19:34:23 -07:00
Sainan deleted branch add-by-ItemType 2025-08-30 19:34:23 -07:00
Sign in to join this conversation.
No description provided.