RoyDefined / WebDoomer

WebDoomer is a fast and efficient Zandronum and QZandronum server browser as a web app.
GNU General Public License v3.0
4 stars 0 forks source link

Add the ability to list a specific server or list of servers depending on the URL query string #24

Closed RoyDefined closed 4 months ago

RoyDefined commented 4 months ago

Is your feature request related to a problem? Please describe. Currently the application has no way of providing the ability to search a server or list of servers based on the url. Instead you have to open up the search bar and search the server manually. This is extra work and not viable when you want to share a server's data easily.

Describe the solution you'd like The url should be parsed when the servers component is fetching the initial server list. If a query string is provided for a search then automatically search on this query.

Additionally the server sidebar should be opened to display a single server result. If multiple servers are returned, just show the list.

Describe alternatives you've considered N/A

Additional context This feature should also implement IP addresses or endpoints as explained in #23.

RoyDefined commented 4 months ago

This has been implemented as of c234723.