fix clean history ui

This commit is contained in:
Julian Freeman
2026-04-17 13:56:38 -04:00
parent 6d2b117200
commit ad838086ed
5 changed files with 414 additions and 70 deletions

View File

@@ -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"
/>