fix clean history ui
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -21,12 +21,17 @@ const {
|
||||
cleanupHistoryResults,
|
||||
cleanupHistorySelectedProfiles,
|
||||
cleanupSelectedHistoryProfiles,
|
||||
closeHistoryCleanupConfirm,
|
||||
closeHistoryCleanupResult,
|
||||
confirmHistoryCleanup,
|
||||
currentBrowser,
|
||||
deleteCustomBrowserConfig,
|
||||
error,
|
||||
extensionMonogram,
|
||||
extensionSortKey,
|
||||
historyCleanupBusy,
|
||||
historyCleanupConfirmProfiles,
|
||||
historyCleanupResultOpen,
|
||||
isDeletingConfig,
|
||||
isOpeningProfile,
|
||||
loading,
|
||||
@@ -119,6 +124,8 @@ const {
|
||||
:sorted-password-sites="sortedPasswordSites"
|
||||
:history-selected-profile-ids="cleanupHistorySelectedProfiles"
|
||||
:cleanup-history-busy="historyCleanupBusy"
|
||||
:history-cleanup-confirm-profiles="historyCleanupConfirmProfiles"
|
||||
:history-cleanup-result-open="historyCleanupResultOpen"
|
||||
:cleanup-history-error="cleanupHistoryError"
|
||||
:cleanup-history-results="cleanupHistoryResults"
|
||||
:open-profile-error="openProfileError"
|
||||
@@ -139,6 +146,9 @@ const {
|
||||
@toggle-all-history-profiles="toggleAllHistoryProfiles"
|
||||
@cleanup-selected-history="cleanupSelectedHistoryProfiles"
|
||||
@cleanup-history-for-profile="cleanupHistoryForProfile"
|
||||
@confirm-history-cleanup="confirmHistoryCleanup"
|
||||
@close-history-cleanup-confirm="closeHistoryCleanupConfirm"
|
||||
@close-history-cleanup-result="closeHistoryCleanupResult"
|
||||
@close-associated-profiles="closeAssociatedProfilesModal"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user