[PR #1844] [MERGED] Add support for GUI app to display error #15900

Closed
opened 2026-08-05 03:08:37 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1844
Author: @mlsmaycon
Created: 4/14/2024
Status: Merged
Merged: 4/22/2024
Merged by: @braginini

Base: mainHead: add-gui-display-error


📝 Commits (3)

📊 Changes

1 file changed (+45 additions, -18 deletions)

View changed files

📝 client/ui/client_ui.go (+45 -18)

📄 Description

Describe your changes

This PR adds support for the GUI client to display an error window when clicking connect or disconnect.

Example:
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/1844 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 4/14/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `add-gui-display-error` --- ### 📝 Commits (3) - [`30c4c94`](https://github.com/netbirdio/netbird/commit/30c4c9413aed98edac5409ec0c975d8ceaa99979) Add support for GUI app to display error - [`fa17763`](https://github.com/netbirdio/netbird/commit/fa177632d498af274a10ffa72c924432067a0ac4) wrap error message - [`586a983`](https://github.com/netbirdio/netbird/commit/586a9830870dea19357a838210eabf15ffa0dab2) use Error ### 📊 Changes **1 file changed** (+45 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `client/ui/client_ui.go` (+45 -18) </details> ### 📄 Description ## Describe your changes This PR adds support for the GUI client to display an error window when clicking connect or disconnect. Example: <img width="305" alt="image" src="https://github.com/netbirdio/netbird/assets/7747744/3e0ddb71-2cde-419b-929f-9fbe09740777"> ## Issue ticket number and link ### Checklist - [ ] 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 03:08:37 -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#15900