Skip to content
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

NoRecommendedSection with Recommend Section button #105

Open
franKinyuTrank opened this issue Nov 1, 2024 · 5 comments
Open

NoRecommendedSection with Recommend Section button #105

franKinyuTrank opened this issue Nov 1, 2024 · 5 comments

Comments

@franKinyuTrank
Copy link

Hi, I would like to know if it is possible to use advanced styling, and if not, to create a theme similar to NoRecommendedSection but with a difference: next to the "All" button, there would be a button to access the "Recommended" section. I don’t want it to appear in the start menu all the time, but occasionally it’s useful, and I need to access something from it.

@SandTechStuff
Copy link
Contributor

SandTechStuff commented Dec 3, 2024

Cool idea, here you go! (Copy and paste into advanced mod settings)

{
	"controlStyles[0].target":"Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions",
	"controlStyles[0].styles[0]":"Transform3D:=<CompositeTransform3D TranslateY=\"-572\" TranslateX=\"-55\" />",
	"controlStyles[1].target":"Windows.UI.Xaml.Controls.Grid#SuggestionsParentContainer",
	"controlStyles[1].styles[0]":"Visibility=Collapsed",
	"controlStyles[2].target":"Windows.UI.Xaml.Controls.Grid#TopLevelSuggestionsListHeader",
	"controlStyles[2].styles[0]":"Visibility=Collapsed",
	"controlStyles[3].target":"StartMenu.PinnedList",
	"controlStyles[3].styles[0]":"Height=504",
	"controlStyles[4].target":"Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions > Windows.UI.Xaml.Controls.Button > Windows.UI.Xaml.Controls.ContentPresenter > Windows.UI.Xaml.Controls.StackPanel > Windows.UI.Xaml.Controls.TextBlock",
	"controlStyles[4].styles[0]":"Text=Recommended"
}

screenshot-with-button

@m417z Do you think this would warrant its own theme, or is it too similar to NoRecommendedSection?

@m417z
Copy link
Member

m417z commented Dec 4, 2024

@SandTechStuff I think it's too similar, but it can be added as an addition to the readme for manual adjustment.

@SandTechStuff
Copy link
Contributor

I thought that would be the case, an addition to the readme is a better idea. I can PR later if you or bbmaster don’t get to it.

@franKinyuTrank
Copy link
Author

@SandTechStuff THANK YOU!!! This will help me a lot! Have a great end of the year and happy holidays!

@SandTechStuff
Copy link
Contributor

Happy to help, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants