-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪟🎨 Connector form: Improve logs look and feel (#20951)
* improve logs look and feel in connector form * add button to toggle * lokk and feel
- Loading branch information
Joe Reuter
authored
Jan 9, 2023
1 parent
c92fbee
commit f12262c
Showing
5 changed files
with
53 additions
and
23 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
14 changes: 9 additions & 5 deletions
14
airbyte-webapp/src/views/Connector/ConnectorCard/ConnectorCard.module.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 |
---|---|---|
@@ -1,21 +1,25 @@ | ||
@use "../../../scss/variables" as vars; | ||
@use "scss/variables"; | ||
|
||
.cardForm { | ||
padding: 22px 27px 23px 24px; | ||
} | ||
|
||
.connectorSelectControl { | ||
margin-bottom: vars.$spacing-xl; | ||
margin-bottom: variables.$spacing-xl; | ||
} | ||
|
||
.loaderContainer { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
padding: vars.$spacing-2xl 0; | ||
padding: variables.$spacing-2xl 0; | ||
} | ||
|
||
.loadingMessage { | ||
margin-top: vars.$spacing-md; | ||
margin-left: vars.$spacing-lg; | ||
margin-top: variables.$spacing-md; | ||
margin-left: variables.$spacing-lg; | ||
} | ||
|
||
.connectionTestLogs { | ||
margin-top: variables.$spacing-lg; | ||
} |
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
9 changes: 9 additions & 0 deletions
9
airbyte-webapp/src/views/Connector/ConnectorForm/components/EditControls.module.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
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