Initial nested options implement#1057
Conversation
|
Doesn't this conflict with #1005? |
It's not the same "nest" way as it, it just focus another menu when entering a "submenu". Since we have true nested submenu supports in it, I can then base this implement on it later🤔 |
|
Tried using 'true' submenus, but it looks a little ugly. I personally would prefer this previous implement. |
|
Looks like a solid new way to organize the mod options menu, I'd say that if we roll with it we should completely swap to that (so no About the search option, it could still be useful regardless for overwhelmingly large mod option sections, and to search in the new initial options menu. Given that this is a design focused PR I'd like other people to come in and share their opinion on this too. |
Closes #1015
This pr also fix submenus not being expanded by its items. (It's calculated but not used somehow, I don't know much about the details 🤔)
Absolutely this will make search box a bit useless, or should we have a feature that search box can search into nested menus?