Skip to content

Commit

Permalink
Page title and update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed May 10, 2024
1 parent 63b8364 commit f968158
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/settings/addons/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
}
}

.button-wrapper {
text-align: right;
}

.float-right {
float: right;
}
Expand Down
3 changes: 2 additions & 1 deletion app/settings/addons/template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{page-title (t 'settings.addons.page-title')}}
<div data-analytics-scope='User addons'>
<AddonsService::UserAddonsManager
@user={{this.currentUser.user}}
Expand Down Expand Up @@ -141,7 +142,7 @@
<span>
{{account.displayName}}
</span>
<span>
<span local-class='button-wrapper'>
{{#unless account.credentialsAvailable}}
<Button
data-analytics-name='Reconnect account'
Expand Down
1 change: 1 addition & 0 deletions translations/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2887,6 +2887,7 @@ settings:
error: 'Could not update SHARE indexing preference. Try again in a few minutes. If the issue persists, please report it to <a href="mailto:{supportEmail}">{supportEmail}</a>.'
button-label: 'Update'
addons:
page-title: 'Add-ons'
title: 'Configure add-on accounts'
notifications:
title: Notifications
Expand Down

0 comments on commit f968158

Please sign in to comment.