[PR #255] [MERGED] feat(ui): refactor main module, embed icons #2655

Closed
opened 2025-11-20 07:12:07 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/255
Author: @gigovich
Created: 3/9/2022
Status: Merged
Merged: 3/20/2022
Merged by: @braginini

Base: mainHead: basic-ui


📝 Commits (3)

  • ed8644a Add basic desktop UI - systray
  • a331f5c feat(ui): refactor main module, embed icons
  • 1208bec chore(ui): add to Go releaser

📊 Changes

15 files changed (+469 additions, -9 deletions)

View changed files

📝 .github/workflows/golang-test-linux.yml (+4 -1)
📝 .github/workflows/golangci-lint.yml (+4 -0)
📝 .github/workflows/release.yml (+38 -0)
📝 .goreleaser.yaml (+38 -3)
.goreleaser_ui_darwin.yaml (+38 -0)
Makefile (+42 -0)
📝 README.md (+5 -5)
client/ui/client_ui.go (+216 -0)
client/ui/config/config.go (+46 -0)
client/ui/connected.ico (+0 -0)
client/ui/disconnected.ico (+0 -0)
client/ui/wiretrustee.desktop (+9 -0)
client/ui/wiretrustee.png (+0 -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/255 **Author:** [@gigovich](https://github.com/gigovich) **Created:** 3/9/2022 **Status:** ✅ Merged **Merged:** 3/20/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `basic-ui` --- ### 📝 Commits (3) - [`ed8644a`](https://github.com/netbirdio/netbird/commit/ed8644a09255300b8ff5bc12d40e0f8015286b8b) Add basic desktop UI - systray - [`a331f5c`](https://github.com/netbirdio/netbird/commit/a331f5c6599a9ac0a2fd005734e0325fed4ab15a) feat(ui): refactor main module, embed icons - [`1208bec`](https://github.com/netbirdio/netbird/commit/1208becc3493093cf2e5125fc858cfef1607d18b) chore(ui): add to Go releaser ### 📊 Changes **15 files changed** (+469 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test-linux.yml` (+4 -1) 📝 `.github/workflows/golangci-lint.yml` (+4 -0) 📝 `.github/workflows/release.yml` (+38 -0) 📝 `.goreleaser.yaml` (+38 -3) ➕ `.goreleaser_ui_darwin.yaml` (+38 -0) ➕ `Makefile` (+42 -0) 📝 `README.md` (+5 -5) ➕ `client/ui/client_ui.go` (+216 -0) ➕ `client/ui/config/config.go` (+46 -0) ➕ `client/ui/connected.ico` (+0 -0) ➕ `client/ui/disconnected.ico` (+0 -0) ➕ `client/ui/wiretrustee.desktop` (+9 -0) ➕ `client/ui/wiretrustee.png` (+0 -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 2025-11-20 07:12:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2655