Conversation
|
@dbhurley Is this B/C save? IIRC we can't remove/rename a lang strings in 3.x or i'm wrong here? |
|
The sidebar patch was just committed a couple days ago, no release has gone out with the strings. |
|
ok 👍 sorry yes you are right. |
|
@test |
|
@test: Failed. The original icons were chosen because they are agnostic. The problem with the current icons is that they are wrong in RTL languages. I find the floating arrow kind of weird, having a background like in the original PR made more sense since it was linked to the sidebar items. |
|
I don't know if you can say a test fails because there's a disagreement Or because one finds the UI "weird" However, the proper solution would be an implementation of the reverse Just my two cents. These icons are worldwide recognized for open/close and
|
There was a problem hiding this comment.
There is really no need for div in this, and other declarations, since we're dealing with an ID here. While it is used elsewhere, I'd suggest not using it here and we can clean the others up later.
|
Oh the icon disagreement has been there since day 1, I had arrows in the very first design ;) Now I don't care anymore as long as they are correct. Since they are not correct in RTL, that is why I failed the test. So the usage of the word "weird" is not correct in describing that I dislike the new UI. Then just I don't like the new design. |
|
Good catch on colors. And yes, I agree about the animation. I'll update the PR.
|
|
Updated for language direction in javascript. However I noticed this has bad styling as we are using bootstrap span classes directly within a bootstrap span. We need to have a boostrap row class prior to implementing spans otherwise the spacing is off. (You can see this by expanding/collapsing the sidebar and viewing the right side of the main column). This will need to be fixed before I would consider this functionality ready for production. |
|
I agree that this functionality is not ready for production. (and that #4197 was not completely improved) |
|
I am just surprised these comments were not made on the original PR. Why even merge it? |
|
@roland-d If you are referring to my comment I have to say that I’ve always supported the idea of vanilla js in core.js: #4197 (comment) |
|
@roland-d I merged it because it's something useful that (as I said in your PR) people will improve. I think it's globally a good code and a great feature. I agree with @dbhurley in the span classes (as I mentioned in your PR). We should use a standard class that is mapped in the less files to the span. Let's contribute all the fixes here 💃 |
|
@JoomliC you can install the current 3.3.7 branche see: http://developer.joomla.org/cms-packages/ and after this apply this PR via com_patchtester. |
|
index.php?option=com_cache&view=purge needs to be fixed |
|
@zero-24 thank you! Yes, this patch needs to be in 3.3.7-dev to apply with com_patchtester @dbhurley i've tested design about background, and yes, better when simpler! ;-) Note: My test is mainly done on mobile device, and i think it's a good way to see what is the most logical... |
There was a problem hiding this comment.
To fix responsive floating of the sidebar (content moves down on tablet device)
#j-sidebar-container {
margin-right: 0;
}
|
Like it! @test OK |
|
Nope. Please read above: #4450 (comment) |
|
Has to be also done in isis template_rtl.less |
|
@dbhurley can you look at the RTL issues please. I am resetting the tests to zero again so that we only count new tests AFTER the RTL issues in this PR have been resolved. |
|
@test success +1 |
|
You can't say it is a success, as stated above... We have at least 3 issues |
|
it meaning i love this :D |
|
Moving to RTC state as having more than 2 successful tests |
|
As stated by @infograf768 it can't go to RTC, there are issues to be fixed. |
|
In the mean while, I am now correcting to |
|
Just to give a possible little improvement, based on previous comments (#4197 (comment), #4197 (comment) ... ) This is a test (and would need improvements), with less code changes, using Bootstrap that does a much smoother expand/collapse. https://www.youtube.com/watch?v=ErMILVuPneA&feature=youtu.be Cyril |
|
@JoomliC Had a look at the video but still unsure about a few things:
I do like the way the sidebar looks though, I don't think we need a textual button. There are enough images that can be used so people know what it does. |
|
Hi @roland-d, sorry for slow response... So, i've improved the design, with icons, and i have recorded a longer video, with different view (filters, no search tools bar...) Video preview: https://www.youtube.com/watch?v=PF8zRRTSD_A And if welcome, should i open a new PR ? |
|
@JoomliC Thanks, Cancun was a lot of fun. So I looked at the video and I do like what I see. We will require a new PR for that since you can't change this one. @dbhurley seems to have left it for what it is for now. This PR does no longer patch either. I would suggest a new PR is created and this one closed, so we can continue working on that and get it merged. OK for you David? I wonder if issue joomla-projects/com_localise#233 is still a problem then. |
|
@roland-d Roland congrats for your new role! 👍 |
|
Thank you @DGT41 |
|
@roland-d @JoomliC Therefore any PR that will be consistent with these layouts path and names should be OK. The matter of the 2 closing divs I took off there is linked to the fact that our filters are not displayed through |
|
@roland-d and @dbhurley, yes i can open a new PR, maybe tomorrow. @infograf768 I'm using the same layout as defined by @dbhurley : joomla.sidebars.toggle So, keep you inform when the new PR will be ready (in 1 or 2 days) Cyril |
|
Folks, don't want to hurry you but it would be good if we get this before 3.4.0 beta (release date unknown, but normally soon) |
|
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/4450 |
|
closing for the new PR: #5141 |





Update to UI and language file naming conventions