Laurent Payot

Results 185 comments of Laurent Payot

It seems like I can navigate to the menu then navigate to the `tabindex="0"` `li` only using TAB in the demo (Using Chrome 135.0.7049.114 on Ubuntu) 🤔

@ebeloded I had this issue a long time ago. With [Jest](https://jestjs.io/), I am mocking `firestore.serverTimestamp()` as a workaround. If I remember well that was needed to make the rules pass...

UPDATE: I’m now using [Vitest](https://vitest.dev/) instead of Jest so I could not use Jest mocks anymore. Fortunately [@schmidt-sebastian’s proposed solution](https://github.com/firebase/firebase-js-sdk/issues/6077#issuecomment-1072742449) worked for me. I use it like so: ```javascript import...

To illustrate what I’m trying to achieve, I made a _dirty_ workaround by making the expanded nav rail transparent. I had to fix the bottom nav left margin too. The...

I was wondering the same thing after having a look at the [commit stats](https://github.com/voideditor/void/graphs/commit-activity) 🤔

Actually I have the same issue, also on Ubuntu 25.04, in Google Chrome (screenshot below) as well as in Chromium (the browser Brave is based on). Text alignment is OK...

Definitively a font issue. Installing the Roboto font with `sudo apt install fonts-roboto` and restarting the browser fixed it. But Ubuntu users (I guess all Debian users actually) without Roboto...

By the way, in August 2025, the [Linux OS market share](https://gs.statcounter.com/os-market-share) was 1.55% 🙄

@casrou I’m using the `front` class for my password visibility icons. Did you try it? With Chrome Dev Tools, adding `class="front"` to the visibility icon fixes the issue of the...