Edward Runkel
Edward Runkel
Hi Christophe, I greatly appreciate the time you plan to spend on supporting this model of Arduino. There is no rush on this from me either, so you don't have...
If you're working with Nuxt 2, I was able to achieve this: ### nuxt.config.ts ```ts import { NuxtConfig } from '@nuxt/types'; export default { ... i18n: { defaultLocale: 'en', detectBrowserLanguage:...
@speedrun-website/frontend-team would love to have more input on this. Personally, since Nuxt3 is `unstable` I think we should hold off this for now, especially since we have #90 in the...
Actively working on a Nuxt3 re-write on this branch: https://github.com/leaderboardsgg/leaderboard-site/tree/LBGG-nuxt-3
For more context, we used to use the `@layer` directive, but they were removed because they were breaking things. References: - [`Discord mention`](https://discord.com/channels/856595632030613524/856705268829257728/869935519365226527) - https://github.com/speedrun-website/speedrun.website/pull/18/commits/8a36f51cf7a0ba1dfd98cf5d18822b9e9cb101d9
@squiddot do you think this is something that still needs to happen after your big refactor PR #130 ?
I think it was first made in here, which hasn't landed yet https://github.com/speedrun-website/speedrun.website/pull/14
Unless the progress is going to be changing, try using it like this: `` The `animated={false}` makes it so it renders statically. I had difficulty with this myself.
@maxcaplan @squiddot do we still need this?
Closing this, as we apparently don't need it anymore