generated from SteamDeckHomebrew/Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v2.0.0 #98
Merged
Merged
Release v2.0.0 #98
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Side note: this also actually make the OptionalDepsModal work in the fullscreen themes menu, where it didnt before
This patches the Nav Controller to allow for smooth navigating past elements that have display: none set. To-Do: - [x] Create a replacePatch - [x] Create enabling/disabling functions - [x] Ensure unpatching on plugin exit - [x] Set initial value based on store value - [x] Have a toggle switch in settings to enable/disable - [ ] Ensure themes with the REQUIRE_NAV_PATCH flag show a modal informing users about the patch
>Removed Your Themes Modal >Removed "Installed Themes" Tab >The functionality of both of those have been moved into the "Themes" section of the new settings menu >Moved plugin settings out of the store settings page into the settings tab in the new settings page >Moved credits to the credits tab of the settings page >Theme errors are displayed in the Themes tab >many more changes but i am very tire
This is now essentially identical to the original design, just with an image carousel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
Nav Patching
display: none;
on any Focusable elements you wish to make unselectable, and addREQUIRE_NAV_PATCH
to the flags of the theme.jsonManifest v9
REQUIRE_NAV_PATCH
flagtarget
from a string to an array of strings.UI Overhaul
Misc
{name}.profile
folderBugfixes
desktop
target doesn't inject into store tabs anymore