-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d47a530 Author: O3H <[email protected]> Date: Tue Nov 5 20:54:29 2024 +0000 Migrate to PrimeVue v4. Squashed commits: commit 79a6eaa fixabunchastuff commit 43f536a read desc - Fixed grid skeleton when loading games being broken and ugly. - Added some more comments/todos for context. - html and body are now 100vw/100vh so everything stays in the viewport. commit 9192c7e begin migrating commit 1f6d7d3 Author: O3H <[email protected]> Date: Tue Nov 5 20:21:35 2024 +0000 o7 mac users (blame apple) commit dc7b7e8 Author: O3H <[email protected]> Date: Tue Oct 29 05:14:18 2024 +0000 replace `BrowserOpenURL` with slightly faster alternative commit d73a147 Author: O3H <[email protected]> Date: Tue Oct 29 04:50:51 2024 +0000 GameSelection qol commit 5e7471f Author: O3H <[email protected]> Date: Thu Oct 24 20:15:19 2024 +0100 fix select game button not working in list view commit d7fe603 Author: O3H <[email protected]> Date: Wed Oct 23 23:46:24 2024 +0100 make links in AppInfoOverlay open browser commit 620394c Author: O3H <[email protected]> Date: Wed Oct 23 03:29:21 2024 +0100 Pressing ESC to open overlay now works across the app. Pressing the 'Escape' key now closes all open dialogs (though there should only ever be 1). Due to this, the logic in `AppInfoOverlay` has been removed. commit 4be4e86 Author: O3H <[email protected]> Date: Mon Oct 21 03:28:58 2024 +0100 fix wrong order of launch behaviours commit 03cea0f Author: O3H <[email protected]> Date: Sun Oct 20 16:15:21 2024 +0100 use eslint and fix all commit fd5491d Author: O3H <[email protected]> Date: Fri Oct 18 19:34:41 2024 +0100 Update persistence.go
- Loading branch information
Showing
23 changed files
with
361 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
|
||
<meta charset="UTF-8"/> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/> | ||
<link id="theme-link" rel="stylesheet" href="./src/assets/themes/aura-dark-purple/theme.css"> | ||
|
||
<!-- <link id="theme-link" rel="stylesheet" href="./src/assets/themes/aura-dark-purple/theme.css"> --> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> | ||
</head> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.