Refactor feedback handling across components: Replace alert and confirm calls with centralized feedback functions for improved user experience. Update various components to utilize showError, showSuccess, and confirmAction for consistent messaging and confirmation dialogs. Enhance UI responsiveness and maintainability by streamlining feedback logic.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="contenthidden">
|
||||
<div class="nobility-view">
|
||||
<StatusBar />
|
||||
<div class="contentscroll">
|
||||
<div class="nobility-content">
|
||||
<h2>{{ $t('falukant.nobility.title') }}</h2>
|
||||
<SimpleTabs v-model="activeTab" :tabs="tabs" />
|
||||
|
||||
@@ -200,4 +200,4 @@
|
||||
font-style: italic;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user