Skip to content

Commit b0af621

Browse files
committed
Fix UI broken by mantine 6
- Fix UI broken by mantine 6 - Fix font on the play button on systems without "Segoe UI" font - Bump dependencies
1 parent 3fc971e commit b0af621

File tree

10 files changed

+1604
-659
lines changed

10 files changed

+1604
-659
lines changed

.github/workflows/build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
name: "SE3-Launcher-win32-installer"
4545
path: |
46-
dist/*.exe
46+
dist/*.exe

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"tabWidth": 4,
33
"useTabs": false,
4-
"printWidth": 200
4+
"printWidth": 400
55
}

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Launcher for Space Eternity 3
88

99
Build & Test status:
1010

11-
| OS | Build | Test |
12-
| ------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
13-
| Windows | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/build-win.yml?style=flat-square) | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/test-win.yml?label=test&style=flat-square) |
14-
| Linux | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/build-linux.yml?style=flat-square) | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/test-linux.yml?label=test&style=flat-square) |
11+
| OS | Build | Test |
12+
| ------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
13+
| Windows | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/build-win.yml?style=flat-square) | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/test-win.yml?label=test&style=flat-square) |
14+
| Linux | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/build-linux.yml?style=flat-square) | ![](https://img.shields.io/github/actions/workflow/status/Space-Eternity-3/SE3-Launcher/test-linux.yml?label=test&style=flat-square) |
1515

1616
## Table of Contents
1717

18-
- [SE3 Launcher](#se3-launcher)
19-
- [Table of Contents](#table-of-contents)
20-
- [SE3 api](#se3-api)
21-
- [Versions.php](#versionsphp)
22-
- [Versions](#versions)
23-
- [latest](#latest)
24-
- [Launcher.md](#launchermd)
18+
- [SE3 Launcher](#se3-launcher)
19+
- [Table of Contents](#table-of-contents)
20+
- [SE3 api](#se3-api)
21+
- [Versions.php](#versionsphp)
22+
- [Versions](#versions)
23+
- [latest](#latest)
24+
- [Launcher.md](#launchermd)
2525

2626
## SE3 api
2727

0 commit comments

Comments
 (0)