mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Why: I've been on two live support calls now where the user didn't realize the simply clicking the "Add" button didn't save the Group memberships form, so they were confused why their user wasn't in the group, and why their client couldn't access the Resources they were trying to access. - The color of the "Add/Remove" buttons are changed to make the Save button at the bottom stand out a little more. - Tidies up a couple other minor issues found while implementing this. # Before <img width="910" alt="Screenshot 2024-05-11 at 6 26 23 PM" src="https://github.com/firezone/firezone/assets/167144/d2bdba74-6dba-4904-a13b-faeba3e0b0d0"> # After <img width="902" alt="Screenshot 2024-05-11 at 6 25 15 PM" src="https://github.com/firezone/firezone/assets/167144/2adf937c-4dd0-4d51-a7d3-a73e764e3493">
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