-
Notifications
You must be signed in to change notification settings - Fork 760
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made auto update opt-in by default and changed UX. (#1575)
- Loading branch information
1 parent
d1c6efe
commit abd94f7
Showing
11 changed files
with
332 additions
and
92 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
packages/app/client/src/ui/dialogs/updateAvailableDialog/updateAvailableDialog.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.input-container { | ||
display: flex; | ||
flex-flow: column nowrap; | ||
|
||
input[type="radio"] { | ||
-webkit-appearance: none; | ||
margin: 0; | ||
margin-right: 8px; | ||
height: 16px; | ||
width: 16px; | ||
box-sizing: border-box; | ||
background-color: var(--radio-bg-color); | ||
border-radius: 50%; | ||
border: 1px solid var(--radio-border-color); | ||
|
||
&:checked { | ||
border: 5px solid var(--radio-selected-border-color); | ||
} | ||
} | ||
|
||
> span { | ||
display: flex; | ||
flex-flow: row nowrap; | ||
align-items: center; | ||
margin-bottom: 8px; | ||
} | ||
} |
2 changes: 2 additions & 0 deletions
2
packages/app/client/src/ui/dialogs/updateAvailableDialog/updateAvailableDialog.scss.d.ts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// This is a generated file. Changes are likely to result in being overwritten | ||
export const inputContainer: string; |
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.