MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network
https://meile.app
GNU General Public License v3.0
35 stars 6 forks source link

Add Fields to Settings Screen #70

Open MathNodes opened 7 months ago

MathNodes commented 7 months ago

In the settings I would like two more options for users to select in case certain servers are blocked in their region:

MathNodes commented 7 months ago

Once settings are saved... settings should persist through rest of the app and not require a restart like current selection of RPC. This can be achieved by writing to config.ini and reading from it before making requests to these servers

Tkd-Alex commented 5 months ago

Not the best graphically, but It's work! 😄

Image

https://github.com/Tkd-Alex/meile-gui/commit/9087dc8a15278e4cff7156539b3c08715ea82735

MathNodes commented 5 months ago

This won't do. The fields need to be organized one after the other. This is why I used FloatLayout - more control on where they end up.

Also add "API" with "https://api.sentinel.mathnodes.com" and any other ones from the chain registry.

Also add "MN-API" with entry "https://aimokoivunen.mathnodes.com:5000"

You may create a list in konstants of "MN-API" with this entry. We will be expanding our mathnodes api to more servers.

You may also create a list in konstants "APIs" with the chain registry public APIs.

⁣freQniK- Core Developer MathNodes www.mathnodes.com​

On Feb 2, 2024, 5:30 AM, at 5:30 AM, Alessandro Maggio @.***> wrote:

Not the best graphically, but It's work! 😄

Image

https://github.com/Tkd-Alex/meile-gui/commit/9087dc8a15278e4cff7156539b3c08715ea82735

-- Reply to this email directly or view it on GitHub: https://github.com/MathNodes/meile-gui/issues/70#issuecomment-1923521257 You are receiving this because you authored the thread.

Message ID: @.***>

Tkd-Alex commented 5 months ago

Ok about, API, APISs and MN-API. About the layout I've pushed another commit with GridLayout, instead of MDFloatLayout

https://github.com/Tkd-Alex/meile-gui/commit/67e0e251f17a87cdef550fcac9fbe592471c7270

With the Grid probably you don't have enought control but It's sure that the items are where they belong 🤣

image

Tkd-Alex commented 5 months ago

Here an update, I have only some issues with the layout :disappointed: image

96b6fabdd5932265b063eb8d370d1c9dff7b886a