Age | Commit message (Collapse) | Author |
|
The version now refreshes when you update/install Northstar, I renamed
vpVersion/nsVersion to just vpversion/nsversion and
getInstalledVersion() to getNSVersion(), removed uses of
getElementById() with just the ID. I also added English localization.
The versions text color is now bound by a CSS variable (we may use it in
the future again).
I'm also not sure what the point of `style="white-space: nowrap;"` was,
as I don't see much of a difference? Rather instead use `<nobr>` in the
lang file if needed.
Besides that I did tiny code cleanup.
|
|
Simply code style changes, also removed the content of the version divs
since they'll be replaced anyway.
|
|
into feat/icon
|
|
|
|
|
|
|
|
Apparently I'm dumb and when I did this I read what it was on by default
when making the `width` variable, when doing so I accidentally read the
height's value (115), compared to the width (600), I don't know how I
managed to do this, I'm dumb...
|
|
This should more or less ensure everything remains responsive even if
the language is one with very long strings.
|
|
|
|
|
|
|
|
|
|
|
|
This means devtools don't get opened no matter what and --debug is
required for it to open.
|
|
I removed the titlebar, which I already had gone on my Linux system,
besides that I also made it so the body of Viper can be held down to
drag it around. And then added an exit button.
|
|
I haven't tested this on Windows... And I will in a bit...
|
|
I think?
|
|
Everything is now in utils.js and simply gets called through IPC calls
which make it quite simple to add CLI arguments...
|
|
|
|
|
|
|