Skip to content

Add plain arg to account banner#460

Merged
JulienVannier66 merged 3 commits into
feature/multi-currencyfrom
edm/add-plain-arg
Apr 17, 2026
Merged

Add plain arg to account banner#460
JulienVannier66 merged 3 commits into
feature/multi-currencyfrom
edm/add-plain-arg

Conversation

@Elodie-DeMatteis-Upf
Copy link
Copy Markdown
Contributor

What does this PR do?

Add plain arg to account banner to allow for a white background style

Related to: #

What are the observable changes?

🧑‍💻 Developer Heads Up

⚡ Since we are using Ember Octane now:

  • Feel free to migrate existing components to Glimmer Components.
  • Write new ones exclusively in it.

Useful Resource : Ember Octane vs Classic Cheat Sheet

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Migrated touched components to Glimmer Components
  • Properly labeled

@Elodie-DeMatteis-Upf Elodie-DeMatteis-Upf self-assigned this Apr 2, 2026
@Elodie-DeMatteis-Upf Elodie-DeMatteis-Upf requested review from a team and phndiaye as code owners April 2, 2026 09:40
@Elodie-DeMatteis-Upf Elodie-DeMatteis-Upf requested review from aprentout and edouardmisset and removed request for a team April 2, 2026 09:40
@linear
Copy link
Copy Markdown

linear Bot commented Apr 8, 2026

await render(hbs`<Utils::AccountBanner @subtitle="subtitle" />`);

assert.dom('[data-control-name="account-banner-selected-item-label"]').containsText('subtitle');
assert.dom('[data-control-name="account-banner-selected-item-label"]').hasText('subtitle *');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There shouldn't be a space before *, no ?

}

&--plain {
.bg-color-white;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this class exists? thought it was background-color-white in oss-components 🤔

Base automatically changed from jv/vel-7480/handle-account-selection-from-payment-apps-side-panel-form-validation to feature/multi-currency April 10, 2026 12:50
@JulienVannier66 JulienVannier66 merged commit 5abdf6b into feature/multi-currency Apr 17, 2026
2 checks passed
@JulienVannier66 JulienVannier66 deleted the edm/add-plain-arg branch April 17, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants