Braks

Results 112 comments of Braks

@elvus As mentioned in the PR that you had closed: Your code is unreadable to anyone except yourself, I can't follow the logic at all. There are no comments to...

@elvus Sure :) You can find me in the Noco Discord as `Braks`

I'll be looking into this today, so you'll get your hands on this feature soon :)

For anyone following the feature request: PR has moved to #3816

Thanks for reporting, I'll fix that asap 👍

That's not really a bug, that's rather a missing feature. With the coming update you can pick a separate theme for your form views at least. https://user-images.githubusercontent.com/78412429/194678189-cd18b22f-409a-4875-8686-3613fa42337a.mov

Ah thanks for pointing that put, I'll correct that :)

@wingkwong Whoops i forgot to exchange the submit fn ^^ Should be fine now. Also set an upper limit of 5s for transitions.

This sort of configuration is invalid: ```js cors: { origin: '*', credentials: true, }, ``` [According to the MDN docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSNotSupportingCredentials) The [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS) request was attempted with the credentials flag set,...