Skip to content

Commit

Permalink
move disabled domains navigation button from account security setting…
Browse files Browse the repository at this point in the history
…s to autofill settings
  • Loading branch information
jprusik committed Nov 11, 2024
1 parent 9eb0872 commit eb677c8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,6 @@ <h2 class="box-header">{{ "otherOptions" | i18n }}</h2>
<div class="row-main">{{ "logOut" | i18n }}</div>
<i class="bwi bwi-angle-right bwi-lg row-sub-icon" aria-hidden="true"></i>
</button>
<button
type="button"
class="box-content-row box-content-row-flex text-default"
routerLink="/disabled-domains"
>
<div class="row-main">{{ "disabledDomains" | i18n }}</div>
<i class="bwi bwi-angle-right bwi-lg row-sub-icon" aria-hidden="true"></i>
</button>
</div>
</div>
</main>
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ <h2 bitTypography="h6">{{ "otherOptions" | i18n }}</h2>
<button bit-item-content type="button" appStopClick (click)="logOut()"></button>
{{ "logOut" | i18n }}
</bit-item>
<bit-item>
<a bit-item-content routerLink="/disabled-domains">{{ "disabledDomains" | i18n }}</a>
<i slot="end" class="bwi bwi-angle-right bwi-lg row-sub-icon" aria-hidden="true"></i>
</bit-item>
</bit-section>
</div>
</popup-page>
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,16 @@ <h2 class="box-header">{{ "additionalOptions" | i18n }}</h2>
{{ "showIdentitiesCurrentTabDesc" | i18n }}
</div>
</div>
<div class="box list">
<div class="box-content single-line">
<button
type="button"
class="box-content-row box-content-row-flex text-default"
routerLink="/disabled-domains"
>
<div class="row-main">{{ "disabledDomains" | i18n }}</div>
<i class="bwi bwi-angle-right bwi-lg row-sub-icon" aria-hidden="true"></i>
</button>
</div>
</div>
</main>
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,11 @@ <h2 bitTypography="h6">{{ "additionalOptions" | i18n }}</h2>
</bit-form-field>
</bit-card>
</bit-section>
<bit-section>
<bit-item>
<a bit-item-content routerLink="/disabled-domains">{{ "disabledDomains" | i18n }}</a>
<i slot="end" class="bwi bwi-angle-right bwi-lg row-sub-icon" aria-hidden="true"></i>
</bit-item>
</bit-section>
</div>
</popup-page>

0 comments on commit eb677c8

Please sign in to comment.