[PR #4289] [client] Add Edit Button to Profile Window #22928

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4289
Author: @hakansa
Created: 8/5/2025
Status: 🔄 Open

Base: mainHead: feat/profile-edit-btn


📝 Commits (2)

  • 26a6085 [client] Enhance profile management UI with email display and edit functionality
  • 4df7940 [client] Update profile display to include email if available

📊 Changes

2 files changed (+63 additions, -13 deletions)

View changed files

📝 client/ui/client_ui.go (+14 -1)
📝 client/ui/profile.go (+49 -12)

📄 Description

[client] Add Edit Button to Profile Window

Describe your changes

Stack

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

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 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/4289 **Author:** [@hakansa](https://github.com/hakansa) **Created:** 8/5/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/profile-edit-btn` --- ### 📝 Commits (2) - [`26a6085`](https://github.com/netbirdio/netbird/commit/26a6085c9fd7330b4fca7ce0eb2185b94ba043eb) [client] Enhance profile management UI with email display and edit functionality - [`4df7940`](https://github.com/netbirdio/netbird/commit/4df7940374f21c5a7b697e54b7394e15515fb86a) [client] Update profile display to include email if available ### 📊 Changes **2 files changed** (+63 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `client/ui/client_ui.go` (+14 -1) 📝 `client/ui/profile.go` (+49 -12) </details> ### 📄 Description [client] Add Edit Button to Profile Window ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### 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 > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <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 06:06:34 -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#22928