-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[4.0] Dashboards #27777
[4.0] Dashboards #27777
Conversation
@brianteeman The useless space has gone, but now ordering is different so the update checks are a bit out of focus because you have to scroll down to see them. Beside this I like the new look. Maybe we just can reorder the modules a bit? |
P.S. And thanks for quickly showing the guys what can be done when just someone does it. |
the ordering is just css - you just have to change the direction |
@brianteeman "you just have to change the direction" ... "you" means me? Or one? Will you do that? Or shall we test this PR here as is and do it with another future one? |
yes |
@brianteeman You know who can do that? I am not an (s)css expert. |
I have tested this item ✅ successfully on 2275109 Ordering of modules is different now so the update checks are a bit out of focus because you have to scroll down to see them. But this can be fixed with a future PR. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27777. |
I have tested this item ✅ successfully on 2275109 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27777. |
@brianteeman I trust you that ordering can be easily changed. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27777. |
Removing the rtc and asking for help on the scss (I might be wrong that direction can be changed here) |
@C-Lodder Can you advise here? |
@brianteeman It seems the bot has added back RTC for some reason. not sure if related to my comment - I only commented on HitHub - but there is a coincidence in time. |
That would have been the case if Joomla was using the Platform and the CSS Grid Layout instead you're using an extremely opinionated and outdated grid system which doesn't support such things without editing the html. All this B/C break just to be in the same position the project was 10 years ago. Sad... |
I am not using anything If you dont have anything constructive to say .... |
I've already said something constructive, use CSS Grid which allows you do what you want. Bootstrap doesn't. Honestly I keep saying this for years... |
@richard67 Doesn't the ordering derive from the "Ordering" parameter for each module? |
@alikon It seems that whenever someone comments on this PR, a previously removed RTC label is added back. Have you removed it by changing status in the issue tracker, or just by removing the label on GitHub? (sorry @brianteeman if off topic, let me know when we shall continue to discuss that elsewhere). |
@C-Lodder yes it does. I was thinking we can change from column ordering to row ordering |
Unfortunately hound has a majority in the senior chamber of release leads ;) |
@wilsonge After the Hound was happy, AppVeyor got mad. Chocolatey faild to install php or something like that. Seems not to be related to this PR. Maybe the Hound has eaten all the Chocolate(y)? |
appveyor has that problem a lot!! |
If those test would work reliably we could say we don't give RTC when tests bad .. but like it is with that lotto game we can't do that, it would block so many PRs. Sometimes it helps to retrigger the CI tests by pulling in the base branch, but if nothing happens on the base branch that doesn't help. Only way then is to commit a dummy change. It's not really fun to work like that :-( |
PHP Is timing out installing :( We can probably bump that timeout up |
I've just tested but think it could be optimized. CSS or JS experts, whatever needed here, please check and advise. When having my browser window in a size similar as shown in all the screnshot above, I see now following: I.e. buttons are too big, all is in 1 column, so I have to scroll down to see the update checks. When I enlarge browser width to covering almost the full screen (which is 1920px wide!!!) the buttons look ok, i.e. buttons are like before the PR, and I can see all update checks with 1 look: So it seems that below a certain window width it switches to 1 column, but this change happens too early, i.e. when browser window is still big enough to show it nice in 2 columns. It should change on smaller width than like it is now. Beside this, maybe it would be better to exchange position of "Site" and "Update Checks" (ordering of the modules) so the update checks always come first and so are on top when 1 column only? |
So PR works, but it could be optimized a bit as described in my previous comment. |
I agree |
this with it: I found 700px work good for my screen and mobile, but I totally forgot about "middle sizes" Need try to play with it a bit, maybe something down to 560 |
Yeah. That's the line to play with. And don't forget it's different on the system and help pages |
@Fedik It seems your mobile phone display is bigger than the parking space I have for my car 😄 |
or just change it to more simle: |
I have tested this item ✅ successfully on 5ff0fe7 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27777. |
Really nice. We can make future PR to move upate checks to the top by module order. But so or so I love how the modules and the buttons mode and scale now when reducing display width. |
I have tested this item ✅ successfully on 5ff0fe7 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27777. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27777. |
@brianteeman Shall we wait a bit for the requested reviews by @rdeutz and @wilsonge before we merge? Update: I have no problem to merge it, it is awesome, but you had requested those reviews so I thought I ask if you are still waiting for them. |
Of course if @wilsonge merges this it will be as good as review. ;-) |
Thanks. Making the impossible possible is nice |
Before this PR In the dashboards of joomla 4 we have a situation where sometimes there is a large space between modules
This is because the modules generated by the system are in a different div than that of the more traditional modules.
By moving them all into the same div that problem disappears. I can't see any reason for them to be in different divs
Example Home Before
Example Home After