feat: implemented all features besides wireguard

This commit is contained in:
jb
2026-03-11 11:01:35 -03:00
parent 6870144f39
commit 085cda7251
11 changed files with 539 additions and 73 deletions
+3
View File
@@ -53,4 +53,7 @@ var (
Foreground(lipgloss.Color(secondary)).
Bold(true).
Border(lipgloss.NormalBorder(), false, false, true)
SpinnerStyle = lipgloss.NewStyle().
Foreground(lipgloss.Color("205"))
)