Álvaro Mondéjar Rubio

Results 92 comments of Álvaro Mondéjar Rubio

What about forbidding `#FFFFFE`? It is also imperceptible on white screens... I vote for reverting #9360 and closing #9937

Looking at the source code seems that badge-maker is not even using the Node.js APIs.

Hi @LitoMore I'm currently rewriting the website with Rust using [Leptos](https://github.com/leptos-rs/leptos) as the components framework and [TailwindCSS](https://tailwindcss.com/) as the CSS framework. You can see the project at https://github.com/mondeja/simple-icons-website-rs Just reached...

> And while I appreciate the effort @mondeja is putting in, rewriting the website (or anything else) in Rust/Go/WASM doesn't magically make things faster or better. Yes, I agree with...

Seems that #291 have solved the main performance issue of `loading="lazy"` not working well in some contexts, but I'm not totally sure about that. There are other techniques that we...

Hi, bringing good news for this issue and almost all others. My reimplementation of the website with Leptos and TailwindCSS is practically ready to be released. You can for now...

I've implemented this on [simple-icons-website-rs](https://github.com/mondeja/simple-icons-website-rs) just hiding the title, which is simpler than the #169 implementation. IMHO, should be enough: https://user-images.githubusercontent.com/23049315/230085774-d32f1026-c69d-423d-b535-f4a71107cf26.mp4

You can now download base64 JPEG in the new website at https://wasm.simpleicons.org/?q=simpleicons&modal=icon ![image](https://github.com/simple-icons/simple-icons-website/assets/23049315/95ca7947-fdc4-4c19-9e82-73cf70ce4725)

### TODO - Investigate if [content-visibility](https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility) could help here. - Maybe a deferred renderization of entire icon grid items using the intersection observer implemented in #291 could also help as...

I suspect that `contain-intrinsic-size` is not properly set for the compact layout 🛠️ (done in #293)