@@ -43,9 +43,12 @@ import ImgWithBlurhash from '@/components/MkImgWithBlurhash.vue';
import { defaultStore } from '@/store.js';
import { i18n } from '@/i18n.js';
-const props = defineProps<{
+const props = withDefaults(defineProps<{
user: Misskey.entities.UserDetailed;
-}>();
+ collapsed?: boolean;
+}>(), {
+ collapsed: false,
+});
const fetching = ref(true);
const files = ref<{
diff --git a/packages/frontend/src/pages/user/index.listenbrainz.vue b/packages/frontend/src/pages/user/index.listenbrainz.vue
index 18092d9d87..1c9ef8dd22 100644
--- a/packages/frontend/src/pages/user/index.listenbrainz.vue
+++ b/packages/frontend/src/pages/user/index.listenbrainz.vue
@@ -4,44 +4,43 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
- Music
+
+
+ Music
+
-
-
+
+
@@ -119,8 +116,7 @@ if (props.user.listenbrainz) {
}
.text-sm {
font-size: 0.875rem;
- margin: 0;
- margin-bottom: 0.3rem;
+ margin: 0 0 0.3rem;
}
.font-bold {
font-weight: 700;
diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts
index d41e7ab1c9..072c5c761d 100644
--- a/packages/misskey-js/src/autogen/types.ts
+++ b/packages/misskey-js/src/autogen/types.ts
@@ -3939,7 +3939,7 @@ export type components = {
/** @example 2018-03-12 */
birthday: string | null;
/** @example Steve */
- ListenBrainz: string | null;
+ listenbrainz: string | null;
/** @example ja-JP */
lang: string | null;
fields: {