Age | Commit message (Collapse) | Author |
|
|
|
* Create es.json
* Updated es.json for thunderstore
* Updated "es" localization with gui.browser.update
|
|
|
|
This should be future proof, however I'm not sure how well it'll handle
thousands of mods to search through. It should do it somewhat well, but
idk. We'll see, I'll perhaps implement a simpler search function in the
future instead of using Fuse if it becomes a problem.
|
|
I forgot about these before...
|
|
These should've been here from the start, and I don't know why I didn't
add them in the start, I'm very dumb.
|
|
When a new mod has been installed through the browser UI it's button is
changed from "Install" to "Re-Install" instantly. We also now disable
modding related buttons when updating NS, or when installing mods. This
should prevent issues.
|
|
This should work for all mods, assuming that all mods come packages the
same, aka, in a Zip, with mods/<mod> in it. Which from what I know they
do.
|
|
Add new icon
|
|
This both changes the ones in src/assets and src/app/icons
|
|
|
|
|
|
|
|
langs.js now prints out a proper good looking output, and also now takes
advantage of maintainers.json to provide proper information.
|
|
|
|
This also fixes mods not showing up after first install of NS
|
|
|
|
|
|
Add spanish translation (Latin-america)
|
|
When changing the game path by clicking the button you shouldn't be told
it can't find the game and you've to select one manually, as you know
that already. More importantly, if it could be found automatically it'll
just not do anything.
With this change I also changed the "gui.setpath" string to be more
logical, and to make it clear what it does.
|
|
|
|
* Edge case
* Alert user only when automatic detection failed
* extra info on not found message
* support for [Free/Open]BSD
Co-authored-by: 0neGal <mail@0negal.com>
|
|
|
|
|
|
To show the loading simply do Browser.loading(), when a BrowserEl() is
made it auto removes it. The loading and BrowserEl's will fade into
view instead of popping in instantly.
And then now there's a tiny close button, as it may not be obvious you
can click the dark overlay or click Escape.
|
|
|
|
|
|
- os nor app was imported
- returned the entire vdf file instead
|
|
I moved requests.js into extras and made the function for finding the
potentional gamepath into it's own module. I also made the exec() called
Promise based.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You can either click "Escape" or simply click on the darkened background
and it'll then close it. Ideally the fallback icon should never be
shown, and it is more for testing.
I also added a search bar that does nothing currently.
|
|
Only frontend stuff, nothing that queries Thunderstore.
|
|
|
|
Adding documentation/comments
|
|
|
|
|
|
|
|
This was some Vim shenanigans (accidentally pressing "." after adding
that text a little further up), at least that's my guess.
|
|
|
|
|
|
Currently I've only added documentation in the utils.js file, however
I'll add the other files later on, along with likely changing up the
documentation in here.
|
|
All the basic stuff is here, I just need to actually hook it up into the
old utils calls/I need to change them to the new ones. The latter will
likely be the one I'm doing.
|
|
|
|
|