[PR #2139] [MERGED] Update configuration options for client UI #16519

Open
opened 2026-08-05 04:06:13 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2139
Author: @bcmmbaga
Created: 6/15/2024
Status: Merged
Merged: 6/19/2024
Merged by: @bcmmbaga

Base: mainHead: add-gui-config-opts


📝 Commits (6)

  • a5c36f3 Add additional configuration options to client UI
  • ca492bf add quick settings options
  • 7881d67 Remove unused UI elements and client options
  • 582157d Add additional config properties to daemon protocol
  • 024349d Refactor UI client settings and restart process
  • ff81c3c Fix disable connect option while connecting

📊 Changes

4 files changed (+563 additions, -341 deletions)

View changed files

📝 client/proto/daemon.pb.go (+347 -282)
📝 client/proto/daemon.proto (+12 -0)
📝 client/server/server.go (+11 -5)
📝 client/ui/client_ui.go (+193 -54)

📄 Description

Describe your changes

This pull request updates the client UI configuration options, adding several new features for enhanced control. It also fixes the issue where the connect option was not disabled during an ongoing connection

macOS

image image

Windows

image image

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2139 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 6/15/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `main` ← **Head:** `add-gui-config-opts` --- ### 📝 Commits (6) - [`a5c36f3`](https://github.com/netbirdio/netbird/commit/a5c36f3e0eaddbd7adc40fff5e3341163698ec5d) Add additional configuration options to client UI - [`ca492bf`](https://github.com/netbirdio/netbird/commit/ca492bf5551aeca271cb99f0458fd6097d2f1b02) add quick settings options - [`7881d67`](https://github.com/netbirdio/netbird/commit/7881d67cb62eea6e39bf56e2d9e986264a5712cc) Remove unused UI elements and client options - [`582157d`](https://github.com/netbirdio/netbird/commit/582157d872816ed70c75b5ff5a6429750d4e0d0e) Add additional config properties to daemon protocol - [`024349d`](https://github.com/netbirdio/netbird/commit/024349d27fd141402daf441659a4a1d94451dc69) Refactor UI client settings and restart process - [`ff81c3c`](https://github.com/netbirdio/netbird/commit/ff81c3ceee50af65e5daa9261ebc35441d20226d) Fix disable connect option while connecting ### 📊 Changes **4 files changed** (+563 additions, -341 deletions) <details> <summary>View changed files</summary> 📝 `client/proto/daemon.pb.go` (+347 -282) 📝 `client/proto/daemon.proto` (+12 -0) 📝 `client/server/server.go` (+11 -5) 📝 `client/ui/client_ui.go` (+193 -54) </details> ### 📄 Description ## Describe your changes This pull request updates the client UI configuration options, adding several new features for enhanced control. It also fixes the issue where the connect option was not disabled during an ongoing connection macOS <img width="580" alt="image" src="https://github.com/netbirdio/netbird/assets/8535888/cc7b19ef-fb17-40a8-929f-30fb722cf3d1"> <img width="630" alt="image" src="https://github.com/netbirdio/netbird/assets/8535888/94c9b366-fae2-4b62-a88c-2dde88ab90f4"> Windows <img width="485" alt="image" src="https://github.com/netbirdio/netbird/assets/8535888/067f4799-a3b1-44d3-8925-70ef1b8dae71"> <img width="630" alt="image" src="https://github.com/netbirdio/netbird/assets/8535888/1dd58da7-bd83-46c3-8162-f914c19712c0"> ## Issue ticket number and link - #2141 ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:06:13 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#16519