Eric Burel
Eric Burel
After some digging, this chart uses our "HorizontalBarChart.tsx" component, however the accessibility issue actually lies in Nivo's ResponsiveBar. @SachaG this is the kind of thing you plan to move to...
@aardrian I am able to remove the "img" role and change it to "table", do you think it would be ok even if we don't set more precise roles for...
First step in surveyform, I track the monorepo SHA that is given by `process.env.VERCEL_GIT_COMMIT_SHA || process.env.RENDER_GIT_COMMIT` and env variables, during response creation or update. Since they are available as environment...
Related to #297 Now the methods that loads the survey either locally or distantly will also get the repo SHA It's not yet used except in the logs for debugging...
On it, this is FF specific (edit: actually no I can repro on Chrome also, when the screen is smaller in height than the menu I think, will dig). What...
I was supposing that if the person is logged in, they own the email, but that's not completely true ideally we should indeed revalidate the current email. What led me...
@SachaG ok to remove those tabIndex?
Hi, I'll do as second pass on the surveyform UI when we manage to stabilize the Next.js architecture, it's getting better with Next 15, and I have great hope with...
Might something slightly related to https://github.com/Devographics/Monorepo/issues/290? If you unclicked the element the followup would stay, I fixed a bug during the survey about that and the one in #290 specifically...
I was thinking about one-off computation only at the moment, so they would be computed once for all rather than being cached. Then yes it would make sense to store...