Open
Description
Is your feature request related to a problem? Please describe.
The server browser is unnecessarily complex and somewhat confusing when attempting to search.
Describe the solution you'd like
The current address bar should be turned into an omnibox field. It should search player names, search server names, search gamemodes, and be an address bar all at once.
Implementation of this feature would require significant changes to the overall server browser. We should consider altering how various click events occur.
- Single clicking a server should do no adjustments to the omnibox
- Double clicking should "navigate" to a server, aka connect, and change the omnibox
- Addresses and searches should be stored
- Whenever a search is done followed by a connection, store the search and then the connection in the history
- Maybe also store searches if enter is pressed
- Add a history clear for servers and search results
- Whenever searching for a word that matches players and game modes as well, we should do sections within the scroll area which are for each match type (server, player, gamemodes)