-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* internal/ui: use a `ListModel` for addresses on the `SelfPage` * internal/ui: use `ListModel` for advertised routes on `SelfPage` * internal/ui: switch everything to `ListModel`s on `SelfPage` * internal/ui: remove now unused `fileRow` * internal/ui: use `ListModel`s on the `PeerPage`, too * internal/ui: add `BindModel()` * internal/ui: add way to unbind a model * internal/ui: add `updateListModelFunc()` * update some dependencies * meta: update some dependencies * internal/tsutil: add profile information to `Status` * internal/ui: add profile switcher * meta: update some dependencies
- Loading branch information
1 parent
54c6c7e
commit 62dbf11
Showing
14 changed files
with
588 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.