Skip to content
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 Health to VPNCard #58

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Add Connection Health to VPNCard #58

merged 3 commits into from
Sep 24, 2024

Conversation

strseb
Copy link
Collaborator

@strseb strseb commented Sep 9, 2024

Depends on: mozilla-mobile/mozilla-vpn-client#9854

Add's a stability attribute for the <vpn-card> element. Swapping out the time string for that status.

Screen.Recording.2024-09-09.at.15.23.43.mov

Copy link
Member

@lesleyjanenorton lesleyjanenorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R+ with comments

transform: scale(1.1);
}
.unstable .subline {
color: orange;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#FFA436 - let's add an env var since we need this in a few places

color: orange;
}
.noSignal .subline {
color: red;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#FF6A75 - also needs env var

svg {
height: 48px;
width: 48px;
transition: all 3s;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be .3s ? 3 seconds seems like a sloooow transition.

@strseb strseb merged commit c0799cf into main Sep 24, 2024
3 checks passed
@strseb strseb deleted the basti/add_signal_things branch September 24, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants