Execution Error Dialog Revamp (One click issue searching and filing) (#595)

* Add basic error dialog

* 2 level error report

* Add find issue button

* nit

* Add file issue button

* Single dialog

* nit

* Fix long text wrapping

* Merge component

* Test execution error dialog
This commit is contained in:
Chenlei Hu
2024-08-22 15:55:38 -04:00
committed by GitHub
parent 0466c79725
commit 3e457f812d
15 changed files with 410 additions and 36 deletions

View File

@@ -44,6 +44,7 @@ defineEmits(['action'])
.no-results-placeholder :deep(.p-card) {
background-color: var(--surface-ground);
text-align: center;
box-shadow: unset;
}
.no-results-placeholder h3 {