[client/ui] Finish ui-wails rename (import paths, fyne deps)

Follow-up to the rename commit: the previous commit moved the files but
the post-mv string substitutions (Go imports, frontend bindings, CI
config paths) were not re-staged so they slipped through. This commit
applies those edits and removes the fyne dependencies from go.mod/go.sum
now that the legacy fyne UI is gone.
This commit is contained in:
Zoltán Papp
2026-05-11 11:33:35 +02:00
parent 9aef31ff53
commit 09052949a2
35 changed files with 78 additions and 150 deletions

View File

@@ -1,7 +1,7 @@
import { useEffect, useState } from "react";
import { Events } from "@wailsio/runtime";
import { Peers } from "../../bindings/github.com/netbirdio/netbird/client/ui-wails/services";
import type { Status } from "../../bindings/github.com/netbirdio/netbird/client/ui-wails/services/models.js";
import { Peers } from "../../bindings/github.com/netbirdio/netbird/client/ui/services";
import type { Status } from "../../bindings/github.com/netbirdio/netbird/client/ui/services/models.js";
const EVENT_STATUS = "netbird:status";