Skip to content

Commit

Permalink
Feature/2048 show changed properties (#2049)
Browse files Browse the repository at this point in the history
* #2048: Add Popup with information about changed configurations after triggering 'Refresh Context'
Co-authored-by: Stephan Köninger <stephan.koeninger@codecentric.de>
  • Loading branch information
ulischulte committed Jun 19, 2022
1 parent f6d3bf6 commit 586bf65
Show file tree
Hide file tree
Showing 12 changed files with 677 additions and 310 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@
<script>
import {from, listen} from '@/utils/rxjs';
import SbaToggleScopeButton from '@/components/sba-toggle-scope-button';
import SbaConfirmButton from '@/components/sba-confirm-button';
export default {
components: {SbaConfirmButton, SbaToggleScopeButton},
props: {
instanceCount: {
type: Number,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<strong>
<font-awesome-icon :class="iconClass" icon="exclamation-triangle" />&nbsp;<span v-text="title" />
</strong>
<p v-text="error.message" />
<p style="white-space: pre-line" v-text="error.message" />
</div>
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {render} from '@/test-utils';
import SbaToggleScopeButton from './sba-toggle-scope-button';
import userEvent from '@testing-library/user-event';
import {screen} from '@testing-library/vue';
import {mount} from '@vue/test-utils';

describe('SbaToggleScopeButton', function () {
let wrapper;
Expand Down
Loading

0 comments on commit 586bf65

Please sign in to comment.