Update Deck Shelves to v3.2.1 - #1113
Conversation
Issues Found
Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
|
This pull request is stale as no updates or testing reports have been posted within the last 7 days. Please ensure you are actively recruiting testers or resolving the issues discussed. If you do not remove the stale label or comment, this will be closed in 7 days. Please close this pull request if you need more time to resolve issues so we can keep our repo healthy. |
|
No issues to solve. PR is done, no new code needed, ready to review. |
|
Third-party test report (SteamOS Stable) I installed the exact PR build ( I confirmed in the live UI that both computed values are
This appears to be a Deck Shelves compatibility issue rather than a Colored Toggles issue. In A compatible fallback would be: color: var(
--ds-new-badge-color,
var(--colored-toggles-friends-text-color, #fff)
);The gray first card for Total War: WARHAMMER III – Assembly Kit BETA is a separate missing-artwork fallback; the other visible portrait images loaded successfully. |
|
Second third-party test finding (SteamOS Stable): delayed focus re-take after returning from a game I reproduced a controller-navigation issue on the exact PR build (
The live focus trace was:
The cause appears to be The confirmation loop should cancel when directional user navigation occurs after the initial restore, so the restored card cannot re-take focus after the user has intentionally moved to another row. |
|
Third-party test finding (SteamOS Stable): the built-in profile name is hardcoded in Portuguese With the UI set to English, the Active profile dropdown displays Padrão instead of Default. This comes from The built-in profile already has the stable internal ID |
|
Thanks @chrisae9 for the review. Will drop a new version adding fixes. Taking that issues apart, other plugin features are working fine? |
|
Yeah sorry, I meant to post a follow up but got busy. I didn’t realize the plugin was already on the store, so I was evaluating it as a whole and calling out bugs as I found them. Looking specifically at the features being added in this update, those worked fine for me. |



Update Deck Shelves to v3.2.1
Updates the Deck Shelves Plugin Store entry from the currently published v2.0.0 to v3.2.1.
What's included
This update brings the complete Deck Shelves 3.x feature set to Plugin Store users, including:
Important fixes
First-run feature tour
The feature tour was introduced in the 3.1.x series and could enter a loop under specific persisted-state conditions.
v3.2.1 contains the fix for this issue.
The following were verified:
Configuration compatibility
The update is intentionally a direct update from the currently published v2.0.0 to v3.2.1.
Existing Deck Shelves configuration was tested across the upgrade path, including:
No intermediate Plugin Store releases are required for users to receive this update.
Task Checklist
Developer
Plugin
Backend
Community
Testing reports:
Testing
Upgrade testing
Tested an existing Deck Shelves v2.0.0 installation and upgraded it to v3.2.1 without removing the plugin configuration.
Verified that existing configuration and core functionality remained available after the update.
Notes for reviewers
This PR intentionally skips intermediate Plugin Store releases and updates the currently published v2.0.0 directly to v3.2.1.
The target version was selected because it contains the current 3.x feature set together with the fix for the first-run feature-tour loop introduced in the 3.1.x series.