support internal icon

This commit is contained in:
Julian Freeman
2026-04-16 18:55:30 -04:00
parent c3501d00af
commit 3e7bf3a7ce
151 changed files with 92 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ const emit = defineEmits<{
:sort-key="profileSortKey"
:open-profile-error="openProfileError"
:browser-id="currentBrowser.browserId"
:browser-family-id="currentBrowser.browserFamilyId"
:is-opening-profile="isOpeningProfile"
@update:sort-key="emit('update:profileSortKey', $event)"
@open-profile="(browserId, profileId) => emit('openProfile', browserId, profileId)"
@@ -113,6 +114,7 @@ const emit = defineEmits<{
:title="associatedProfilesModal.title"
:profiles="associatedProfilesModal.profiles"
:browser-id="associatedProfilesModal.browserId"
:browser-family-id="currentBrowser.browserFamilyId"
:is-bookmark="associatedProfilesModal.isBookmark"
:is-opening-profile="isOpeningProfile"
@close="emit('closeAssociatedProfiles')"