mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
The submit button on the settings -> dns page has a couple UX issues with the new search domain section: - It's ambiguous what the `Save` is actually saving - The spacing makes it look like it's only saving upstream resolvers This PR introduces a simple fix that address the two issues by: - Updating the button text to `Save DNS Settings` - Increasing spacing between submit button and form elements - Slightly decreasing spacing between the `search domain` and `upstream resolvers` inputs <img width="968" alt="Screenshot 2025-03-14 at 12 06 02 AM" src="https://github.com/user-attachments/assets/651f54c8-3b5f-4747-ad3a-e2ae32eccbf0" /> Related #5248
Web
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix