-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add connection icon animation type and refactor connect logic #29
base: main
Are you sure you want to change the base?
Conversation
fix deps: https://todo.sr.ht/~eliasnaur/gio/471 go get -u broke some dependencies of gio
when a previous Page becomes Current, call its Start method.
TODO: find a more elegant solution to make an animated connection icon.
create a new type to hold layout methods with a worker routine that updates the connection icon while the page is displayed.
adds catshadow.Status() which indicates the current connection state of the client.
add re-pin to latest katzenpost@add_status_to_catshadow branch
triggered by attempting to build, but not by the go get which re-pinned katzenpost, wtf?
so, this builds now, but clicking the icon crashes with: fatal error: sync: Unlock of unlocked RWMutex
case catshadow.StateConnecting: | ||
// ignore | ||
case catshadow.StateOffline: | ||
a.c.Online(context.TODO()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
G104: Errors unhandled.
ℹ️ Expand to see all @sonatype-lift commands
You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.
Command | Usage |
---|---|
@sonatype-lift ignore |
Leave out the above finding from this PR |
@sonatype-lift ignoreall |
Leave out all the existing findings from this PR |
@sonatype-lift exclude <file|issue|path|tool> |
Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file |
Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.
func (a *App) doConnectClick() { | ||
switch a.c.Status() { | ||
case catshadow.StateOnline: | ||
a.c.Offline() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
G104: Errors unhandled.
ℹ️ Expand to see all @sonatype-lift commands
You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.
Command | Usage |
---|---|
@sonatype-lift ignore |
Leave out the above finding from this PR |
@sonatype-lift ignoreall |
Leave out all the existing findings from this PR |
@sonatype-lift exclude <file|issue|path|tool> |
Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file |
Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.
I merged
|
now it runs but isn't connecting
ok, now it doesn't crash, but, it also isn't connecting. i did see it animate briefly though. |
draft, because it is pinned to a PR branch of katzenpost.
this also probably breaks provider selection at startup.
do not merge.