Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal: Floating Buttons - Variation 10 #11

Merged
merged 7 commits into from
Jun 14, 2024

Conversation

mserino
Copy link

@mserino mserino commented Jun 13, 2024

PR Checklist

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Summary

This PR can be summarized in the following changelog entry:

Description

An explanation of what is done in this PR

Test instructions

This PR can be tested by following these steps:

Quality assurance

  • I have tested this code to the best of my abilities
  • I have added unittests to verify the code works as intended
  • Docs have been added / updated (for bug fixes / features)

Fixes #

@mserino mserino requested a review from willhowat June 13, 2024 15:28
@mserino mserino self-assigned this Jun 13, 2024
@mserino mserino changed the title Feature/floating buttons v10 Internal: Floating Buttons - Variation 10 Jun 13, 2024
@@ -22,7 +22,7 @@ public function get_name(): string {
}

public function get_title(): string {
return esc_html__( 'Contact Buttons', 'elementor' );
return esc_html__( 'Single chat', 'elementor' );

Choose a reason for hiding this comment

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

@mserino just a thought, if the naming is changing we may need to look at aria-labels associated with toggle and close buttons across variants

Copy link
Author

Choose a reason for hiding this comment

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

@willhowat thanks, good call! I've updated all the occurrences with something more generic

@mserino mserino merged commit 7ddd87a into feature/20240710-develop Jun 14, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants