-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove logs button from preview loader view (#35)
This PR removes logs button from preview loader screen. The button was misplaced and caused the whole layout to shift when it'd appear. After we added log progress, it is no longer needed to provide a visual indication about the logs being present there. Instead, we make the progress message clickable. With this change, the progress message can be clicked at any point. When build is in progress, we will open build logs panel, and otherwise will open extension logs.
- Loading branch information
Showing
4 changed files
with
17 additions
and
15 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
1 change: 1 addition & 0 deletions
1
packages/vscode-extension/src/webview/components/PreviewLoader.css
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.preview-loader-container { | ||
width: 75%; | ||
cursor: pointer; | ||
} | ||
|
||
.preview-loader-button-group { | ||
|
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