diff --git a/frontend/.prettierrc b/frontend/.prettierrc new file mode 100644 index 0000000..963354f --- /dev/null +++ b/frontend/.prettierrc @@ -0,0 +1,3 @@ +{ + "printWidth": 120 +} diff --git a/frontend/api-specs/osu_music.swagger.json b/frontend/api-specs/osu_music.swagger.json index 3b92af1..ea48d66 100644 --- a/frontend/api-specs/osu_music.swagger.json +++ b/frontend/api-specs/osu_music.swagger.json @@ -9,12 +9,8 @@ "name": "MusicBackend" } ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": ["application/json"], + "produces": ["application/json"], "paths": { "/api/v1/artist/{artist}": { "get": { @@ -41,9 +37,7 @@ "type": "string" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/api/v1/collections": { @@ -92,9 +86,7 @@ "format": "int32" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/api/v1/favorites": { @@ -136,9 +128,7 @@ "format": "int32" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/api/v1/recent": { @@ -174,9 +164,7 @@ "format": "int32" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/api/v1/search": { @@ -218,9 +206,7 @@ "format": "int32" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/api/v1/search/artists": { @@ -262,9 +248,7 @@ "format": "int32" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/api/v1/search/collections": { @@ -306,9 +290,7 @@ "format": "int32" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/api/v1/song/{hash}": { @@ -336,9 +318,7 @@ "type": "string" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } }, "/ping": { @@ -366,9 +346,7 @@ "type": "string" } ], - "tags": [ - "MusicBackend" - ] + "tags": ["MusicBackend"] } } }, diff --git a/frontend/index.html b/frontend/index.html index 8d0fb98..81f7250 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,21 +1,23 @@ - + +
+ + + + + + ++
{{ title }}
@@ -33,17 +36,19 @@ onMounted(() => {
-
+
History
-No songs found
+History
+No songs found
{{ userStore.user.value.name }}
-{{ userStore.user.value.endpoint == "" ? 'Not Connected' : 'Connected' }}
-Sharing:
- - ++ {{ userStore.user.value.endpoint == "" ? "Not Connected" : "Connected" }} +
++ Sharing: + +
+Background:
- +Main:
- +Secondary:
- +Border:
- +Current
StaryNight