support history
This commit is contained in:
@@ -22,6 +22,7 @@ const {
|
||||
error,
|
||||
extensionMonogram,
|
||||
extensionSortKey,
|
||||
historyDomainSortKey,
|
||||
isDeletingConfig,
|
||||
isOpeningProfile,
|
||||
loading,
|
||||
@@ -38,9 +39,11 @@ const {
|
||||
selectedBrowserId,
|
||||
showBookmarkProfilesModal,
|
||||
showExtensionProfilesModal,
|
||||
showHistoryDomainProfilesModal,
|
||||
showPasswordSiteProfilesModal,
|
||||
sortedBookmarks,
|
||||
sortedExtensions,
|
||||
sortedHistoryDomains,
|
||||
sortedPasswordSites,
|
||||
sortedProfiles,
|
||||
closeAssociatedProfilesModal,
|
||||
@@ -106,10 +109,12 @@ const {
|
||||
:extension-sort-key="extensionSortKey"
|
||||
:bookmark-sort-key="bookmarkSortKey"
|
||||
:password-site-sort-key="passwordSiteSortKey"
|
||||
:history-domain-sort-key="historyDomainSortKey"
|
||||
:sorted-profiles="sortedProfiles"
|
||||
:sorted-extensions="sortedExtensions"
|
||||
:sorted-bookmarks="sortedBookmarks"
|
||||
:sorted-password-sites="sortedPasswordSites"
|
||||
:sorted-history-domains="sortedHistoryDomains"
|
||||
:open-profile-error="openProfileError"
|
||||
:section-count="sectionCount"
|
||||
:is-opening-profile="isOpeningProfile"
|
||||
@@ -121,10 +126,12 @@ const {
|
||||
@update:extension-sort-key="extensionSortKey = $event"
|
||||
@update:bookmark-sort-key="bookmarkSortKey = $event"
|
||||
@update:password-site-sort-key="passwordSiteSortKey = $event"
|
||||
@update:history-domain-sort-key="historyDomainSortKey = $event"
|
||||
@open-profile="(browserId, profileId) => openBrowserProfile(browserId, profileId)"
|
||||
@show-extension-profiles="showExtensionProfilesModal"
|
||||
@show-bookmark-profiles="showBookmarkProfilesModal"
|
||||
@show-password-site-profiles="showPasswordSiteProfilesModal"
|
||||
@show-history-domain-profiles="showHistoryDomainProfilesModal"
|
||||
@close-associated-profiles="closeAssociatedProfilesModal"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user