edde746
edde746
Thank you very much for the list, however, [Radio](https://github.com/edde746/flowbite-svelte-but-better/blob/master/src/lib/Form/Radio.svelte), [Select](https://github.com/edde746/flowbite-svelte-but-better/blob/master/src/lib/Form/Select.svelte), [Textarea](https://github.com/edde746/flowbite-svelte-but-better/blob/master/src/lib/Form/Textarea.svelte), [Toggle](https://github.com/edde746/flowbite-svelte-but-better/blob/master/src/lib/Form/ToggleSwitch.svelte), [Checkbox](https://github.com/edde746/flowbite-svelte-but-better/blob/master/src/lib/Form/Checkbox.svelte), [File Input](https://github.com/edde746/flowbite-svelte-but-better/blob/master/src/lib/Form/FileInput.svelte) and [Input Field](https://github.com/edde746/flowbite-svelte-but-better/blob/master/src/lib/Form/TextInput.svelte) are not missing. They might however be missing on the demo site....
Hello, the main reason to make this separate repo and package is due to the clutter and bad code practices of flowbite-svelte, it was simpler to just port over the...
- [Global styles on the demo page interfering with examples](https://github.com/themesberg/flowbite-svelte/blob/main/src/app.css) - [Splitting the same component into multiple different ones](https://github.com/themesberg/flowbite-svelte/tree/main/src/lib/buttons)... [Another one ](https://github.com/themesberg/flowbite-svelte/tree/main/src/lib/timelines) - [Repeating classes... everywhere](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/buttons/Button.svelte) - [Global stores are...
For mac: [Do this](https://stackoverflow.com/a/70495761)
This may be a duplicate of #404 and #431.
The fullscreen button is completely unnecessary in Stremio web, but this makes the Safari PWA experience consistent with other browsers.
On Chrome on Android, you can enter fullscreen mode and on iOS it would be hidden since `document.fullscreenEnabled` is not true. It actually seems that Chrome on Android is one...
The current dockerfile does not have a custom 404 page either, it just has a comment saying it should be added later. To add a custom 404 page, a `404.html`...
TLS should be handled by the user IMO, gives them control of how they want to do it. The purpose of the Docker image should just be to serve the...
@ZYinMD FileReader is not available in Node, it'd also require the function to be async so it'd be entirely unsuitable in this case. Here is a benchmark with the more...