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: Updated Font Awesome library to v6 [ED-12569] #24315

Open
wants to merge 144 commits into
base: main
Choose a base branch
from

Conversation

mark-elementor
Copy link
Contributor

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 #

assets/dev/js/editor/utils/helpers.js Outdated Show resolved Hide resolved
assets/dev/js/editor/utils/helpers.js Outdated Show resolved Hide resolved
assets/dev/scss/global/_dialog-confirm.scss Outdated Show resolved Hide resolved
assets/dev/scss/global/_dialog-confirm.scss Outdated Show resolved Hide resolved
assets/dev/scss/helpers/mixins.scss Show resolved Hide resolved
includes/managers/icons/migrations.php Show resolved Hide resolved
includes/managers/icons/migrations.php Outdated Show resolved Hide resolved
includes/managers/icons/migrations.php Outdated Show resolved Hide resolved
includes/managers/icons/migrations.php Show resolved Hide resolved
includes/widgets/accordion.php Show resolved Hide resolved
Copy link
Contributor

@ManorHazaz ManorHazaz left a comment

Choose a reason for hiding this comment

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

General feedback, I didn't dive deep enough to approve it.

assets/dev/js/editor/utils/helpers.js Show resolved Hide resolved
assets/dev/js/editor/utils/helpers.js Outdated Show resolved Hide resolved
assets/dev/scss/global/_dialog-confirm.scss Show resolved Hide resolved
core/editor/loader/editor-base-loader.php Outdated Show resolved Hide resolved
core/upgrade/upgrade-utils.php Show resolved Hide resolved
includes/managers/icons/migrations.php Outdated Show resolved Hide resolved
includes/managers/icons/migrations.php Outdated Show resolved Hide resolved
includes/managers/icons/migrations.php Outdated Show resolved Hide resolved
@@ -720,6 +732,7 @@ private function init_components() {
$this->files_manager = new Files_Manager();
$this->assets_manager = new Assets_Manager();
$this->icons_manager = new Icons_Manager();
$this->icons_migrations = new Icons_Migrations();
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe it should be inside the icons manager?

@@ -169,14 +170,14 @@ protected function register_controls() {
[
'text' => esc_html__( 'List Item #2', 'elementor' ),
'selected_icon' => [
'value' => 'fas fa-times',
'value' => 'fas ' . ( Icons_Migrations::is_migration_required() ? 'fa-times' : 'fa-xmark' ),
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't like the fact that it's all over the widgets...

@toineenzo
Copy link

toineenzo commented Mar 4, 2024

Sorry to bother, but any updates on this? @mark-elementor
Edit: after 2 months still no activity? 😢

@toineenzo
Copy link

@rotemee @ManorHazaz @hein-obox @Omerisra6 @mark-elementor
Sorry for the tag again, but can anybody give ANY updates on this? A lot of people need this!
When will it be finished, when can we expect this feature, when do we expect more commits?
There was also no update on this with the last Q2 event, so that's why i'm asking

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.

None yet

8 participants