Jay Trees

Results 102 comments of Jay Trees

Ok, thanks. All the changes should be gone now. If I remember correctly you said there is no way to make this `default-dark` theme work automatically with `prefers-color-scheme: dark`? I'd...

Ok, I've been giving this a lot of thought. There is no elegant, low maintenance way of doing this so far I am trying something like this: ```js /** *...

Thanks! Would you still consider this? IMO it's the smartest solution yet. It would theoretically work with all themes! > However, there are still many components, which do not have...

Another issue is that I am using a package manager to update my software (chocolatey). So I don't need GitHub Desktop to autoupdate and mess with my ecosystem

This was my issue! Thank you! I couldn't find it under the getting started section ( https://semantic-ui.com/introduction/getting-started.html ) It might be good to add this for noobs like me.

I am using `v2.9.0-beta.293` and also just noticed this. @lubber-de can you please double check it's still working?

Thanks for checking and sorry about all the noise! My code must be wrong, I'll get back to you if I am able to replicate the behaviour I am experiencing.

As mentioned, I wasn't able to achieve this behaviour in a fiddle but I would still like to share some of the output I am getting, maybe you have an...

Is there a workaround for this? Like, could I listen to the `submit` event inside the modal and then somehow trigger the `onApprove` callback?

> I would only provide this as an optional setting, if at all. I would love that! > The Escape key could be meant as kind of "cancel" instead of...