Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

webui: item upgrade #1035

Merged
merged 3 commits into from
Jun 16, 2023
Merged

webui: item upgrade #1035

merged 3 commits into from
Jun 16, 2023

Conversation

or2e
Copy link
Collaborator

@or2e or2e commented Jun 16, 2023

Almost done, I'll finish it and test it again today

@or2e or2e marked this pull request as ready for review June 16, 2023 01:08
Comment on lines +20 to +22
)
// TODO: hotfix, avoid duplicate items with multiply weaponUsage
.filter((value, index, self) => index === self.findIndex(t => t.id === value.id))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment as it's been done?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep it for now.
As soon as I'm free, I'll improve and cover it with tests. Also, in the current implementation is not possible to see the stats of alternate weapon mode

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: #992

@namidaka namidaka merged commit 6dcbec5 into master Jun 16, 2023
2 checks passed
@namidaka namidaka deleted the webui-loooms branch June 16, 2023 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants