Ah, my ide auto pulls in imports sometimes. Thank you
Ah, my ide auto pulls in imports sometimes. Thank you
Check out svelte, its pretty much native JS.
Doesn’t get much simpler than this https://github.com/ando818/lemmy-ui-svelte/blob/main/src/routes/%2Bpage.server.js https://github.com/ando818/lemmy-ui-svelte/blob/main/src/routes/%2Bpage.svelte
Can you move the server name to an .env variable so I don’t have to run a sed? sharing my sed:
Yes, definitely will do.
On desktop browser, I’m getting a ‘500 internal error’ on the /r/post/xxx route, but not sure why. The console isn’t showing anything. The page.server.js seems to get the JSON fine from the API, but the .svelte file in that route is failing.
I think I know this issue. When clicking a post from the front page it stores the post so upon landing on /post/xxx it doesn’t have to refetch that data. It fetches the comments on /post/xxx but not the post itself. Just need to fetch the post itself if someone lands directly on that page.
I love SvelteKit. I am a backend dev myself, but this framework made me really get into UI development, just so much easier.
What do you mean by the cors restrictions? I am hosting the front end on the same domain as my backend (just like the lemmy UI) so there shouldn’t be any issues there.
I just replaced it with images, I apologize.
Not my intention, but understood Ill just remove the link
For what its worth, the domain has nothing to do with the project. Its just my personal site for testing
No need to be pro. Can always make a pull request and get feedback, good way to learn so if you’re feeling up for it at all give it a shot!
Thanks for looking! I was just restarting it, should work now. Preview isn’t much yet, much much work to do.
I would doubt this. Your server is essentially another client
Yes please visit me at http://retarded.dev
What was difficult about ansible? The 4 step instructions worked perfectly for me.