[PR #284] [CLOSED] Basic UI #12420

Closed
opened 2026-08-05 02:05:51 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/284
Author: @braginini
Created: 3/23/2022
Status: Closed

Base: mainHead: basic-ui


📝 Commits (2)

  • 9c3cd1a Add basic desktop UI - systray
  • 9ec4ea8 Add UI binary to windows installer (#283)

📊 Changes

5 files changed (+182 additions, -1 deletions)

View changed files

📝 client/installer.nsis (+16 -1)
client/ui/client_ui.go (+96 -0)
client/ui/config/config.go (+41 -0)
📝 go.mod (+10 -0)
📝 go.sum (+19 -0)

📄 Description

No description provided


🔄 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/284 **Author:** [@braginini](https://github.com/braginini) **Created:** 3/23/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `basic-ui` --- ### 📝 Commits (2) - [`9c3cd1a`](https://github.com/netbirdio/netbird/commit/9c3cd1a5dbb19bac191d07816f84fd580bcf0b7f) Add basic desktop UI - systray - [`9ec4ea8`](https://github.com/netbirdio/netbird/commit/9ec4ea8e039b6685ff91030e2e587691d778faf4) Add UI binary to windows installer (#283) ### 📊 Changes **5 files changed** (+182 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/installer.nsis` (+16 -1) ➕ `client/ui/client_ui.go` (+96 -0) ➕ `client/ui/config/config.go` (+41 -0) 📝 `go.mod` (+10 -0) 📝 `go.sum` (+19 -0) </details> ### 📄 Description _No description provided_ --- <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 02:05:51 -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#12420