aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-23ui: replace PrivateKeyEvent with walk.StringEventAlexander Neumann1-37/+2
Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-04-23ui: update status and active CIDRs menu itemsAlexander Neumann1-25/+42
Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-04-23ui: use slightly larger font to improve status display in ConfViewAlexander Neumann1-0/+6
Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-04-23ui: add new status and toggle types akin to labelTextLine and refactor as requiredAlexander Neumann1-58/+200
Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-04-23ui: refactor TunnelsView to use the new status image painterAlexander Neumann1-34/+13
Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>