Daniel González Reina
Daniel González Reina
I've added i18n to `challenges.js`. I've removed an example button I had in a separate commit https://github.com/BuidlGuidl/SpeedRunEthereum/pull/187/commits/441875b2f938056ebc2df519b12707a278d11168 so we have a reference of how to change the locale manually.
woops! I'll look into the warnings and push a commit
done, they should be fixed now!
> Yep, we definitely want to translate that too! cc @dgrcode I'll add it to those places and push a commit!
Something that crossed my mind as I was adding some ``. Maybe we don't want to translate the term "builder" since it's kind of a community slang. I was thinking...
Something undocumented (as far as I could find): don't used dashed names for values. I updated the gotchas section. > ## Value names with dashes > Something like this wouldn't...
It seems to be expected: https://github.com/chakra-ui/chakra-ui/issues/3861 The solution seems to be adding `variant: "solid"` in the toast call argument. I don't like how it looks in light mode with solid,...
We might be even able to extract that middleware into a small npm package that can be used to effortlessly work with signatures on other projects. Something with an api...
This will be needed after #29 is implemented. We'll remove the usage of JWTs, and therefore will need to verify signatures to confirm someone is admin.
Just read some comments from the server: > !! SKIPPING ADMIN CHECKS. THIS SHOULD BE FIXED IN #51 Now that this is live we should probably tackle this one