Hiviexd / MVTaikoChecks

A set of osu!taiko Mapset Verifier checks
3 stars 2 forks source link

Change messaging format in BgOffsetConsistencyCheck to match KiaiConsistencyCheck #30

Closed hongaaronc closed 7 months ago

hongaaronc commented 7 months ago

Description

This just once again updates the way BgOffsetConsistencyCheck formats its messaging, so that each set of offset groups are under its own sub-issue.

Basically just matches how https://github.com/Hiviexd/MVTaikoChecks/pull/26 did it since I like that a lot - nice and clean.

Also did a slight refactor for KiaiConsistencyCheck which doesn't change anything besides how it looks on the documentation screen. Just a bit more clear.

Screenshots

Showing the BgOffsetConsistencyCheck changes:

How it looks with 3 diffs each with their own offset: image

How it looks with 2 diffs with one offset, and 1 diff with another: image

Showing KiaiConsistencyCheck refactor:

Still looks the same as before in the Checks screen: image

Updated documentation screen: image