Francesco Bellini Francesco-Bellini
  • Italy
  • Joined on 2024-08-07
Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-30 23:02:31 +02:00
Pagination styles for mobile version

I never say no to the "mostly theoretical" performance benefits!

And i'm not quite familiar with this BEM-like convention you're referring, but i'll check it out to better understand the…

Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-30 22:56:36 +02:00
Pagination styles for mobile version

Fear :)

I'll undo this.

Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-30 16:45:28 +02:00
Pagination styles for mobile version

Yes, I think you're right... I'll test it and eventually remove it.

I've add it on principle, to be honest, so i didn't tried without it.

Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-30 16:43:22 +02:00
Pagination styles for mobile version

:not() here, is only making sure that when using pagination-inline class, this style does not kick in.

Basically the class pagination-inline doesn't add nothing new.
It just remove this…

Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-30 16:38:59 +02:00
Pagination styles for mobile version

I changed this (unrelated example) only because it's description was saying:

Left aligned pagination example

immagine

But there…

Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-30 16:34:52 +02:00
Pagination styles for mobile version

Sure @martonlente , i'll simplify the heavy reference asap (with a more common and normal one).

Yes, i agree it would be better to reduce the number of max buttons, by design on extensions-webs…

Francesco Bellini pushed to fix-mobile-pagination at Francesco-Bellini/web-assets 2024-09-29 15:00:08 +02:00
4ec83f199e Update reference page with 2 more pagination examples
8cced31032 Update pagination styles for small screens
Compare 2 commits »
Francesco Bellini pushed to fix-mobile-pagination at Francesco-Bellini/web-assets 2024-09-29 14:50:51 +02:00
75258cfe2c Update reference page with 2 more pagination examples
4005eff179 ui: fix ratings stars filling
52673e85b2 UI: Improve template layout component nav-pills markup semantics
9316cf1050 UI: Implement web-assets v2 component nav-pills
7b6089ac27 Chore: Update git submodule web-assets to v2.0.0-alpha.41
Compare 4 commits »
Francesco Bellini pushed to fix-mobile-pagination at Francesco-Bellini/web-assets 2024-09-28 17:24:49 +02:00
0f1386a086 Update reference page with 2 more pagination examples
Francesco Bellini pushed to fix-mobile-pagination at Francesco-Bellini/web-assets 2024-09-28 17:18:24 +02:00
20ca35103c Update reference page with 2 more pagination examples
5f5581b67a update pagination styles for mobile version
0cdfbd54f6 Version: Bumo from 2.0.0-alpha.41 to 2.0.0-alpha.42
5ee8f8a456 Chore: Commit dev-util js init-theme minified version
47f6a394fb Chore: Add package json script build js init-theme
Compare 24 commits »
Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-28 17:07:52 +02:00
Pagination styles for mobile version

See the new comment for details, because changing overall strategy there was new requirements.

Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-28 17:04:48 +02:00
Pagination styles for mobile version

Removed the .pagination-m class at all.

4f8bb162ad update pagination styles for mobile version
Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-28 16:53:46 +02:00
Pagination styles for mobile version

I'm glad you asked me to try to find another solution, @martonlente, cause i did, and it's good to know!

I found a solution requiring no changes in the website side.

And updated the…

Francesco Bellini pushed to fix-mobile-pagination at Francesco-Bellini/web-assets 2024-09-28 16:14:19 +02:00
dbe6a20cee Update reference page with 2 more pagination examples
1bca4d727b update pagination styles for mobile version
Compare 2 commits »
Francesco Bellini pushed to main at Francesco-Bellini/extensions-website 2024-09-28 14:14:05 +02:00
52673e85b2 UI: Improve template layout component nav-pills markup semantics
9316cf1050 UI: Implement web-assets v2 component nav-pills
7b6089ac27 Chore: Update git submodule web-assets to v2.0.0-alpha.41
Compare 3 commits »
Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-27 17:19:29 +02:00
Pagination styles for mobile version

Hi @martonlente!

Sure! I didn't noticed that this repo had a reference page with examples. I will add it for sure!

This evening i'll be back on my linux system, and will work on that. …

Francesco Bellini commented on pull request infrastructure/web-assets#94704 2024-09-25 17:06:15 +02:00
Pagination styles for mobile version

I'm realizing that hiding from web-assets the desktop pagination buttons, also affect other websites which use web-assets (if they use this same .pagination class).

While each website can…