Minor Portal settings UX improvements

refs. https://github.com/TryGhost/Team/issues/1813

- All the groups of the Portal settings accordion was closed by default. Opening the first group when showing the modal makes the workflow faster.
- The top heading on the content area had a white background which made the screen visually a bit cluttered.
This commit is contained in:
Peter Zimon 2022-08-17 11:06:53 +02:00
parent 56409d0193
commit 41484e60a3
2 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,7 @@ export default ModalComponent.extend({
this.iconExtensions = ICON_EXTENSIONS;
this.changedTiers = [];
this.set('supportAddress', this.parseEmailAddress(this.settings.get('membersSupportAddress')));
this.set('openSection', 'signup-options');
},
didInsertElement() {

View File

@ -193,6 +193,7 @@
flex-grow: 1;
padding: 0;
border-left: 1px solid var(--whitegrey);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,249,250,1) 100%);
}
.gh-portal-settings .modal-footer {