Age | Commit message (Collapse) | Author |
|
Adds some logic that gets external IP and runs tracert to count the number of hops to said IP address. The goal is to have an automated way to check for CGNAT.
|
|
to more easily see which PRs need testing etc
|
|
Translation for showing NSFW mod was missing
|
|
Translated using Weblate (Russian)
Currently translated at 100.0% (117 of 117 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/ru/
Co-authored-by: shipa_snake <shipa_2@users.noreply.translate.harmony.tf>
|
|
Add an option to filter out NSFW mods from Thunderstore and filter them out by default.
|
|
Element Plus implements the menu using lists which do not render outlines
|
|
* Translated using Weblate (German)
Currently translated at 100.0% (117 of 117 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/de/
* Translated using Weblate (French)
Currently translated at 100.0% (117 of 117 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/fr/
---------
Co-authored-by: justplus <justplus@users.noreply.translate.harmony.tf>
|
|
With NorthstarProton changing to be Proton-GE based the glibc requirement is no longer needed since it targets the Steam runtime
|
|
Adds a button to LocalModView to disable all but core mods.
Re-uses existing backend logic
Co-authored-by: Remy Raes <contact@remyraes.com>
|
|
* Translated using Weblate (Polish)
Currently translated at 100.0% (117 of 117 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/pl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (117 of 117 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/pl/
---------
Co-authored-by: MateuszSto <MateuszSto@users.noreply.translate.harmony.tf>
Co-authored-by: p0358 <p0358@users.noreply.github.com>
|
|
Use the existing defined interface to pass an object to store instead of just a boolean value.
Allows for further extending in the future.
|
|
Shows an error message if retrieving release notes failed instead of just doing nothing.
|
|
|
|
Instead of passing individual args to `launch_northstar` in the backend, pass a single object.
The idea here being that said object can later easily be extended with more fields such as launch args for Northstar
|
|
Adds a dev tool to semi-auto-generate release announcements that can be posted in announcements channels
|
|
* chore: bump element-plus from 2.4.4 to 2.5.3 in /src-vue
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.4.4 to 2.5.3.
- [Release notes](https://github.com/element-plus/element-plus/releases)
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md)
- [Commits](https://github.com/element-plus/element-plus/compare/2.4.4...2.5.3)
---
updated-dependencies:
- dependency-name: element-plus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: el-select breaking change
* fix: button right margin is valid at all times
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remy Raes <raes.remy@gmail.com>
|
|
* add dev button to refetch profiles
* add dialog box with a table of all profiles
* add button to delete non default profiles to dialog box
* add button to clone profile to dialog box
* style: Add trailing comma
* docs: Add doc comment explaining function
* fix: Remove leftover testing code
* fix: Delete duplicate function registration
* chore: Sort Tauri function registrations alphabetically
---------
Co-authored-by: Jan200101 <sentrycraft123@gmail.com>
|
|
instead of a separate dedicated function
|
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 96.5% (111 of 115 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/zh_Hans/
Co-authored-by: zxcPandora <81985226+zxcPandora@users.noreply.github.com>
|
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (115 of 115 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/es/
Co-authored-by: Andrés <DumbANdres@users.noreply.translate.harmony.tf>
|
|
- display time of day in menu notifications
- make app icon blink (on Windows at least) when a notification is fired.
|
|
* Added styles to move around the buttons and text
* Fixed version convering to support double digits
* Use unwrap_or to avoid panic
* Updated mod view styling
* Added setup command
* chore: Revert unrelated changes
* Refactored PR to use scoped CSS
---------
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
|
|
Translated using Weblate (Russian)
Currently translated at 100.0% (114 of 114 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/ru/
Co-authored-by: Yaroslav <RikKost@users.noreply.translate.harmony.tf>
|
|
* Translated using Weblate (Italian)
Currently translated at 100.0% (114 of 114 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/it/
* Translated using Weblate (French)
Currently translated at 100.0% (114 of 114 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/fr/
---------
Co-authored-by: Michele <michelevantaggi02@users.noreply.translate.harmony.tf>
Co-authored-by: Rémy Raes <Alystrasz@users.noreply.translate.harmony.tf>
|
|
Fixes two interface issues caused by leaking CSS styles
|
|
Introduces a notification menu, which hosts notifications fired while the app was not focused.
Notifications can be closed by the user.
|
|
refactor: remove maximize window button
Co-authored-by: Remy Raes <raes.remy@gmail.com>
|
|
to `_wrapper`
To prepare for moving those functions to modules
|
|
Makes popup dialog windows slightly larger and prevents words from breaking in the middle.
|
|
This adds a button and corresponding logic to delete an existing profile
Spliced out from #444
Co-authored-by: Jan <sentrycraft123@gmail.com>
|
|
|
|
Refetches profiles every time we open the SettingsView. Removes superfluous profile fetch on application launch.
|
|
|
|
Translated using Weblate (German)
Currently translated at 96.2% (104 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/de/
Co-authored-by: Ralley <Ralley@users.noreply.translate.harmony.tf>
|
|
Translated using Weblate (French)
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/fr/
Co-authored-by: Lorin-lab <Lorin-lab@users.noreply.translate.harmony.tf>
|
|
Someone requested Vietnamese as a language for FlightCore on Weblate but
then never did any translations.
As such'm removing the empty file again for cleanup
|
|
|
|
* Translated using Weblate (Spanish)
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/es/
---------
Co-authored-by: Andrés <DumbANdres@users.noreply.translate.harmony.tf>
Co-authored-by: FÁ_monkey <tactical.monkey@users.noreply.translate.harmony.tf>
|
|
Translated using Weblate (Polish)
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/pl/
Co-authored-by: p0358 <p0358@users.noreply.github.com>
|
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/zh_Hans/
Co-authored-by: zxcPandora <81985226+zxcPandora@users.noreply.github.com>
|
|
|
|
Translated using Weblate (Russian)
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/ru/
Co-authored-by: Andrew <voidflare1@users.noreply.translate.harmony.tf>
|
|
|
|
Translated using Weblate (Danish)
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/da/
Co-authored-by: Daniel Rico Kristensen <Exrill@users.noreply.translate.harmony.tf>
|
|
|
|
Does not yet include buttons to modify profiles. This has been moved into separate PR to keep diff small.
|
|
Adds a dropdown menu to settings that allows selecting a different profile.
Currently gated behind dev mode being active.
|
|
* feat: Move button for killing NS to RepairView
* i18n: Add German translation
|
|
Translated using Weblate (German)
Currently translated at 100.0% (102 of 102 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/de/
Co-authored-by: GeckoEidechse <GeckoEidechse@users.noreply.translate.harmony.tf>
|
|
Helps with diff when adding more values later
|