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

LITE-28287: Add error handling #73

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

892 changes: 0 additions & 892 deletions connect_ext_ppr/static/deployment-details.c47e197db140184441b3.js

This file was deleted.

49 changes: 49 additions & 0 deletions connect_ext_ppr/static/deployment-details.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
line-height: 20px;
text-align: left;
color: #212121;
white-space: break-spaces;
}
.c-alert__text:first-letter {
text-transform: uppercase;
Expand Down Expand Up @@ -187,6 +188,9 @@
animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
animation-duration: 0.15s;
}
.c-dialog__error {
margin-bottom: 20px;
}
.c-window {
display: grid;
grid-template-rows: auto 1fr auto;
Expand Down Expand Up @@ -812,6 +816,51 @@ a.c-vertical-tab_clickable:not(.c-vertical-tab_active) {
margin-bottom: 24px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/stylus-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./ui/src/components/cSnackbar.vue?vue&type=style&index=0&id=2ea59ad2&lang=stylus& ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.c-snackbar {
position: fixed;
display: flex;
align-items: center;
color: #fff;
pointer-events: none;
z-index: 1000;
font-size: 14px;
left: 0;
right: 0;
bottom: 0;
margin: 24px;
}
.c-snackbar__wrapper {
width: auto;
max-width: 568px;
min-width: 288px;
margin: 0 auto;
margin-right: 0;
border-radius: 2px;
display: flex;
align-items: center;
background-color: #323232;
pointer-events: auto;
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12);
}
.c-snackbar__wrapper_no-max-width {
max-width: none;
}
.c-snackbar__content {
width: 100%;
padding: 16px;
height: 48px;
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
}
.c-snackbar__autoheight {
height: auto;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/stylus-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./ui/src/components/PprTab.vue?vue&type=style&index=0&id=040f9ee4&lang=stylus& ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading