AnthonyMichaelTDM / DRG-Save-Editor

Rock and stone!
GNU General Public License v3.0
115 stars 17 forks source link

add season selection #64

Closed wahlp closed 4 months ago

wahlp commented 4 months ago

resolves #63

adds a new dropdown and label, to let users view and edit the seasonal xp and scrip for all seasons

AnthonyMichaelTDM commented 4 months ago

I’ll merge once some other people can confirm it works as intended, also, can you provide a screenshot of the new ui?

wahlp commented 4 months ago

image

the new dropdown is below all the promotion dropdowns

wahlp commented 4 months ago

found a possible scenario of it not working.

there exists the possibility of some seasonal data not being present (eg. player did not play season 4, so no relevant data was generated for season 4). if this is the case, the whole section of ui elements for seasonal content, including the dropdown, will become locked.

will add more commits to fix this.

AnthonyMichaelTDM commented 4 months ago

Sweet, thanks for the work @wahlp and thank you @simon-wg for the review.