LickABrick
LickABrick
If you use a reverse proxy you could redirect the settings page to some other page like a 404 page. But a way to hide the settings page, or lock...
@huwentao1 did you ever find the issue? I have the same problem.
What is the current status on this? I would also like to disable the external Google Analytics sharing.
Seeing the same thing, did you find anything to fix this?
Hi @huntabyte here is an example: https://stackblitz.com/edit/sveltejs-kit-template-default-b35p2v?file=src%2Froutes%2FSideBar.svelte Navigation with arrows would be `ArrowUp` and `ArrowDown` moves you through the menus, using the `ArrowRight` would move you into the menu and...
To add to this: it would be greate to have environments within apps. I usually have a dev and prod environment within a single app, currently I pre-/suffix them (or...
Hi, I have the same issue (comparable setup to @h7kanna) is there any workaround to get around this? I don't have any constraints configured (as I don't need them yet).
Ah that's a shame. I actually am using Tauri and it allows the user to define forms using a JSON file which is read from the local file system, this...
From https://www.sveltelab.dev/x2esljhbjk8tb7k I've done: Project > Download > Unzip > Open in VSCode > npm install > npm run dev > open in browser > press Submit > Get error:...
@ciscoheat thanks this seems to fix it!