Mintinstall.py - Replace dot button#465
Conversation
|
Have you thought of combining the two? Like having arrows next to the dots on either side? Because getting rid of the dots completely is also impractical, it's nice to see how many slides there are. |
|
The dot buttons were initially placed below the banner. The developers decided to move them inside the banner, and I respect their choice. I don't want to complicate the code by adding dot buttons with the same function as the arrow buttons. I could add smaller dots that would serve as a visual indicator of the number of slides, but the legibility problem would remain. I also need @mtwebster to agree with the original idea before I change anything. |
I think that would be nice |
|
I added dots as a visual indicator and with a transparent black frame to avoid visibility problems with the banner colors. |
|
What do you think of the second option, but in the middle? That would be the perfect solution in my opinion. |
Rework banner buttons: - Add a visual indicator for the number of banners (dot) - Merge arrow buttons and dots into a container - Add a transparent black frame to avoid visibility problems with banner colors and dots.
Revert ' def start_slideshow_timer ' to the original code. useless addition.
Add space between banner summary and nav_box
|
Very nice! I'd prefer it on the right, like in second screenshot. We're close to release though and this is a very nice improvement already, so I'm merging it as it is for now. Well done. |
|
Thank you @clefebvre If you want, I can make a quick commit to restore the buttons on the right side of the banner. |


This commit reworks the banner buttons:
Before :

After :
