A function to go back/forward like in browsers #17577
-
A "go back"/"go forward" function found in browsers I believe it is essential because the laser client serves web content, so navigating from A > B > C > D and back to C means I have to navigate A > B > C again, and the page itself isn't cached so I have to scroll to the position I was in. How to reproduce:
The feature may already exist as pressing ESC/M4/M5 but I think it should be defined as "going up a level" internally. Especially since it's confusing whether or not the menus are or would be nested, whether the player should expect if they go back from the previous navigated menu or not. This would also be helpful if I were navigating someone's profile and I want to open chat, then go back to the said profile. The client should be aware of what I opened last. The function can be used in 3 ways:
Other changes that have to be made after this is implemented:
Frankly I am not quite sure how this would pan out since I didn't give it enough thought (it only popped in my head an hour from now), but I think osu's interface needs to be reimagined a little bit. I would love an open discussion about this with you guys, especially with the people responsible for the game's design. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is essentially a duplicate of #5063, ESC is known to be a back key in the game code, so no changes are required to support going back between overlays. Nesting doesn't sound like it would be harmful in any way either, as it essentially just opens another overlay. |
Beta Was this translation helpful? Give feedback.
This is essentially a duplicate of #5063, ESC is known to be a back key in the game code, so no changes are required to support going back between overlays. Nesting doesn't sound like it would be harmful in any way either, as it essentially just opens another overlay.