[4.0] Convert icon- in toolbar to fa- ( part 1 )#27686
[4.0] Convert icon- in toolbar to fa- ( part 1 )#27686wilsonge merged 70 commits intojoomla:4.0-devfrom N6REJ:icon-new
Conversation
|
are you planning to convert all the instances of icon- ?? seems a waste of effort to do this as the icon that is rendered is the fontawesome icon |
|
Yes, please read the following comment: #27333 (comment) |
@brianteeman The Of course, the deprecation for |
I checked with @wilsonge and can confirm they will be gone in J! 5 |
|
so just mark them as deprecated and get on with something more useful. it really is just renaming for the sake of renaming |
so, your suggestion is to mark them deprecated but NOT fix them? |
|
They're not brokwn |
|
right, but only because we've bastardized fontawesome & when we do remove them in 5 all this work will need to be done. |
|
Where have we done that? |
|
thats just one example |
|
That is what is generated by the scss - nothing wrong there at all - it is exactly what you are supposed to do. As @C-Lodder said before it is there for backwards compatibility so that developers do not have to change all their icons if they dont want to. |
|
no, that is vendor file. It should be sacrosanct and what icomoon map is for. Then that is compiled into template.css |
| <p><?php echo Text::_('COM_POSTINSTALL_LBL_NOMESSAGES_DESC'); ?></p> | ||
| <a href="<?php echo Route::_('index.php?option=com_postinstall&view=messages&task=message.reset&eid=' . $this->eid . '&' . $this->token . '=1'); ?>" class="btn btn-warning btn-lg"> | ||
| <span class="icon icon-eye-open" aria-hidden="true"></span> | ||
| <span class="icon fas fa-eye" aria-hidden="true"></span> |
There was a problem hiding this comment.
not sure. I've not researched how that class is being used there yet. It's not used everywhere icon- is used to I felt it safer to leave it, at least for now.
|
It is not a vendor file.
…On Wed, 29 Jan 2020, 21:00 Quy, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In administrator/components/com_postinstall/tmpl/messages/default.php
<#27686 (comment)>:
> @@ -50,7 +50,7 @@
<h2><?php echo Text::_('COM_POSTINSTALL_LBL_NOMESSAGES_TITLE'); ?></h2>
<p><?php echo Text::_('COM_POSTINSTALL_LBL_NOMESSAGES_DESC'); ?></p>
<a href="<?php echo Route::_('index.php?option=com_postinstall&view=messages&task=message.reset&eid=' . $this->eid . '&' . $this->token . '=1'); ?>" class="btn btn-warning btn-lg">
- <span class="icon icon-eye-open" aria-hidden="true"></span>
+ <span class="icon fas fa-eye" aria-hidden="true"></span>
Remove icon?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27686?email_source=notifications&email_token=AAJ4P4M6R22PKNZP7VES34DRAHU67A5CNFSM4KMLFCB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCTRP4KQ#pullrequestreview-350420522>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ4P4LU7VRVVFFICTCOHWLRAHU67ANCNFSM4KMLFCBQ>
.
|
administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_preupdatecheck.php
Outdated
Show resolved
Hide resolved
…fault_preupdatecheck.php Co-Authored-By: Quy <quy@fluxbb.org>
|
@N6REJ Based on the referenced issue the PR doesnt seem to change the issue with the icons in the toolbar. It doesnt break anything but the gap at the bottom still exits. Please do correct me if I misunderstand the intended result. |
|
@jwaisner That is a separate issue to address later. This PR is to convert |
administrator/components/com_associations/Field/Modal/AssociationField.php
Outdated
Show resolved
Hide resolved
|
I have tested this item ✅ successfully on b913de3 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27686. |
administrator/components/com_categories/src/Field/Modal/CategoryField.php
Outdated
Show resolved
Hide resolved
administrator/components/com_contact/src/Field/Modal/ContactField.php
Outdated
Show resolved
Hide resolved
…ryField.php Co-Authored-By: Quy <quy@fluxbb.org>
…eld.php Co-Authored-By: Quy <quy@fluxbb.org>
administrator/components/com_content/src/Field/Modal/ArticleField.php
Outdated
Show resolved
Hide resolved
administrator/components/com_newsfeeds/src/Field/Modal/NewsfeedField.php
Outdated
Show resolved
Hide resolved
…eld.php Co-Authored-By: Quy <quy@fluxbb.org>
…dField.php Co-Authored-By: Quy <quy@fluxbb.org>
administrator/components/com_menus/src/Field/Modal/MenuField.php
Outdated
Show resolved
Hide resolved
Co-Authored-By: Quy <quy@fluxbb.org>
|
I have tested this item ✅ successfully on b913de3 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27686. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27686. |
|
Thanks guys. Nice work @N6REJ |
|
ty george |



Pull Request for Issue #27333
Summary of Changes
change icon- classes to be consistent with using fontawesome 5 classes. ( part 1 )
Testing Instructions
apply pr
run npm ci
edit an article. you will see all the icons in the toolbar.
verify that icons have changed properly and none are missing.
Expected result
Icons are same as before the pr.
Documentation Changes Required
none