Turiiya
Turiiya
Thanks for the response. Checking the code, the module adds the `dark` class on it's own: https://github.com/themesberg/flowbite-svelte/blob/8c2e834d4d2981625074236b83525f576c487461/src/lib/darkmode/DarkMode.svelte#L30 So as far as I can see test: the suggestion doesn't fully work....
What I want to add: My personal preference on a website is to have the mode detected and set to dark if there is a dark setting. So in regards...
Thanks for the review. I'm gonna update accordingly soon.
@turbo124/@beganovich I'm seeing the other PRs mention you for a review. A review for this one here likely comes with just little effort. If it's better to rebase the request...
Oh, having tried to change the base via GitHubs webui, the branches are more out of sync than expected. I'm gonna do a rebase locally and submit a cleaned up...
@beganovich thanks for taking care. After checking again with linked migration guide, I don't see any caveats. So it should be good :+1:
If you want to serve the content of a directory at a specified route you can do it like this: ```v // main.v /* Directory structure: ├── dist │ ├──...
Hello! Thank you so much for the reply and the further explanations. It helps a lot to be able to put it into context. I have made contact with a...
> I don't see the problem. > >  >  Thanks for the review @shinokada It's in the image you shared. I'm adding annotations to the image to make...
Can reproduce. The current workaround when intending to paste into the root is to `navigate_up`(\ by default) and paste onto the projects root folder.