-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from minetoblend/feat/add-preferences
Feat/add preferences
- Loading branch information
Showing
181 changed files
with
5,861 additions
and
1,718 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
osucad.com { | ||
|
||
reverse_proxy http://localhost:3000 | ||
reverse_proxy http://localhost:3000 | ||
|
||
@frontend { | ||
not { | ||
path /api* | ||
path /auth* | ||
path /auth* | ||
path /metrics* | ||
path /editor* | ||
path /socket.io* | ||
} | ||
} | ||
|
||
reverse_proxy @frontend http://localhost:5173 | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 removed
BIN
-2.72 KB
packages/client/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file added
BIN
+1.67 KB
packages/client/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-3.37 KB
packages/client/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file added
BIN
+1.87 KB
packages/client/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
Binary file not shown.
Binary file removed
BIN
-4.24 KB
packages/client/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file added
BIN
+3.1 KB
packages/client/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-1.83 KB
packages/client/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file added
BIN
+1.16 KB
packages/client/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-2.06 KB
packages/client/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file added
BIN
+1.41 KB
packages/client/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
Binary file not shown.
Binary file removed
BIN
-2.66 KB
packages/client/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file added
BIN
+1.98 KB
packages/client/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-3.89 KB
packages/client/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file added
BIN
+2.14 KB
packages/client/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-4.92 KB
packages/client/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file added
BIN
+2.07 KB
packages/client/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
Binary file not shown.
Binary file removed
BIN
-6.44 KB
packages/client/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file added
BIN
+4.16 KB
packages/client/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-6.49 KB
packages/client/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file added
BIN
+3.14 KB
packages/client/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-9.56 KB
packages/client/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file added
BIN
+3.42 KB
packages/client/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
Binary file not shown.
Binary file removed
BIN
-10.2 KB
packages/client/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file added
BIN
+6.36 KB
packages/client/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-9.22 KB
packages/client/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file added
BIN
+4.26 KB
packages/client/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-15.2 KB
packages/client/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file added
BIN
+3.97 KB
packages/client/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
Binary file not shown.
Binary file removed
BIN
-15.5 KB
packages/client/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file added
BIN
+8.8 KB
packages/client/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
packages/client/android/app/src/main/res/values/ic_launcher_background.xml
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">#FFFFFF</color> | ||
<color name="ic_launcher_background">#1A1A20</color> | ||
</resources> |
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN | ||
include ':capacitor-android' | ||
project(':capacitor-android').projectDir = new File('../../../node_modules/@capacitor/android/capacitor') | ||
|
||
include ':capacitor-app' | ||
project(':capacitor-app').projectDir = new File('../../../node_modules/@capacitor/app/android') |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
AppNavbar: typeof import('./src/components/AppNavbar.vue')['default'] | ||
AudioPreferencesForm: typeof import('./src/components/preferences/AudioPreferencesForm.vue')['default'] | ||
BehaviorPreferencesForm: typeof import('./src/components/preferences/BehaviorPreferencesForm.vue')['default'] | ||
Button: typeof import('./src/components/Button.vue')['default'] | ||
ButtonGroup: typeof import('./src/components/ButtonGroup.vue')['default'] | ||
Card: typeof import('./src/components/card/Card.vue')['default'] | ||
Checkbox: typeof import('./src/components/Checkbox.vue')['default'] | ||
Dropzone: typeof import('./src/components/Dropzone.vue')['default'] | ||
FormField: typeof import('./src/components/FormField.vue')['default'] | ||
GraphicsPreferencesForm: typeof import('./src/components/preferences/GraphicsPreferencesForm.vue')['default'] | ||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] | ||
ImportOszCard: typeof import('./src/components/beatmap/ImportOszCard.vue')['default'] | ||
MapsetCard: typeof import('./src/components/beatmap/MapsetCard.vue')['default'] | ||
OperatorBox: typeof import('./src/components/operator/OperatorBox.vue')['default'] | ||
PreferencesForm: typeof import('./src/components/preferences/PreferencesForm.vue')['default'] | ||
ProgressBar: typeof import('./src/components/ProgressBar.vue')['default'] | ||
QColor: typeof import('quasar')['QColor'] | ||
QLinearProgress: typeof import('quasar')['QLinearProgress'] | ||
QSlider: typeof import('quasar')['QSlider'] | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
Switch: typeof import('./src/components/Switch.vue')['default'] | ||
TabList: typeof import('./src/components/tabList/TabList.vue')['default'] | ||
UserAvatar: typeof import('./src/components/UserAvatar.vue')['default'] | ||
Vec2ParameterControl: typeof import('./src/components/operator/Vec2ParameterControl.vue')['default'] | ||
ViewportPreferencesForm: typeof import('./src/components/preferences/ViewportPreferencesForm.vue')['default'] | ||
VNodes: typeof import('./src/components/VNodes.vue')['default'] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -9,6 +9,5 @@ | |
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
<!-- USER_DATA --> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" | ||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Document</title> | ||
<script> | ||
window.location.href = "https://dev.osucad.com"; | ||
</script> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"relation": [ | ||
"delegate_permission/common.handle_all_urls" | ||
], | ||
"target": { | ||
"namespace": "android_app", | ||
"package_name": "com.osucad", | ||
"sha256_cert_fingerprints": [ | ||
"15:AD:4D:63:F5:10:6D:39:16:88:F1:8A:14:87:B4:04:9C:97:06:6E:F4:55:A5:F1:86:A9:C0:33:1A:BC:3E:17" | ||
] | ||
} | ||
} | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.