-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screenshots page #9
Comments
I have made some code, I haven't tested it yet, but will make an PR when I have tested it. If you want then you can assign it to me, but yeah |
sure, @Miniontoby - assigned! you can follow the instructions here to get set up: https://github.com/minetest-world/mtlauncher/wiki/initial-set-up#developing-locally just make sure when you PR to PR in to |
I get this error when running
But I installed the windows 10 sdk and the c++ build tools things |
ddid you reboot your computer after installing them? at a minimum you might need to restart your terminal (to update |
Only after the C++ buildtools, not yet again for the win10 sdk, will do it now |
Rebooted my laptop and it does still not work... |
hmm, you might want to try downloading visual studio 2022? https://visualstudio.microsoft.com/vs/ looks like it's noted there at the bottom of the error, maybe i didn't have to do the step bc i already have visual studio installed 🤔 the "community" edition should be fine |
I am using VS 2022 already! |
i'm not too sure what to suggest at this point, googling the error just suggests you need to install the c++ build tools.. |
Also, may I know how to edit those .svelte files the best way? (as in which IDE/editor do you recommend) |
to edit the project you can use whatever you want, svelte files are just standard html+js files although it does have some of its own conventions and quirks for vscode: https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode |
Just opened the Developer Command Prompt, and now I can do link.exe, still not in the main PowerShell from where I run I can try using |
maybe you need to add |
Thats what I thought as well, done it and it works |
Oke quick question: I saw in Was the file for a specific reason in that folder or not? |
the it gets a bit muddy, because some of them like i'd prefer to keep it under |
Oke will just put it in the Also I now get this error and the Minetest Launcher is fully white:
|
lol, looks like there's an escaping issue within sveltekit move the |
the Oh wait I already made that code myself |
|
how are you trying to load the file? you might need to utilise this, annoyingly: https://tauri.app/v1/api/js/tauri/#convertfilesrc tauri has some pretty strict requirements for security, so will need some changes to
before this line: https://github.com/minetest-world/mtlauncher/blob/main/src-tauri/tauri.conf.json#L28 |
it may be beneficial to also create something like a
and then you can call it in the screenshots page like...
(depending on implementation, just a rough guideline) sorry - didn't realise that it would be this intense! lmao |
Now giving me this: I do have the |
try setting the on this line: https://github.com/minetest-world/mtlauncher/blob/main/src-tauri/tauri.conf.json#L91 |
Still it says And yeah I have also read it:
Even when I got to it on my browser it just doesn't work But yeah for now I am going to stop working on it, will do it tomorow, btw I also added like the keypress event for the password box for the Enter key to then login instead of having to click the Login button |
let me try it myself locally, will report back here - sorry for the issues here lol, i'm still learning tauri too 😅 |
using some test code just like this:
is it possible that you already have DNS resolution for |
(this is with the CSP & protocol changes i mentioned above earlier) |
I dont have any subdomain for But that commit might help UPDATE: thanks to that it now works! |
Added thanks to #20 |
Btw if there are any other stuff/features you need, let me know, cause I love to help out with this cool new project. And because this now mainly focusses on servers (as far as I have seen) you could add a csm install/update/enable/disable menu thing, but then still @rubenwardy needs to add csm upload to contentdb or we need to come up with a way |
thanks so much for your contribution! there's one note i added which is that i think the screenshots page should grab all screenshots from all installed versions, i don't think there's a need to make it all rely on your current version outside of that, everything looks good! csm support is being tracked under #11 but since there's no official csm support in contentdb yet (since it's still experimental, iirc) i wouldn't expect to see much in the immediate future the launcher isn't going to be so focused on servers, but moreso supposed to be a "central hub" for everything to reduce the barrier of entry, but obviously a big selling point for something like minetest is its free and interoperable(*) multiplayer, and i think that it makes sense to put some legwork in to making that experience better (re: saved passwords, per-server identities, and comprehensive ways to see, filter, and query for available servers) the biggest thing outstanding for that, at the moment, ironically is just gutting the current outside of that, if you feel like it - you're happy to pick any of the existing issues and take a stab at them! #12 is already done, and #4 is a wip on my end on the |
I can make it so you have the selected version and then below there one with all screenshots. Will add that into the pull request and then you can merge it |
Added it to the PR now, You can merge it if you want |
It would be nice if you join my IRC, hostname: irc.ircforever.org, ports: 6667 [No-ssl] and 6697 [SSL]. #minetest |
thanks again for your contribution @Miniontoby ! i'll play around with it and make a few changes that were partially related (eg: click a screenshot to pop up a "higher resolution" version) if you need to reach me, you can do so via the minetest matrix (i'm recluse4615 there) or via discord (rec#7338) |
it'd be nice to have a simpel screenshots page that just shows all screenshots across all versions, indexed by date
nothing crazy
The text was updated successfully, but these errors were encountered: