From 3817eb8800880fd9bfea313d4da4c3d1ad2c8f2e Mon Sep 17 00:00:00 2001 From: upsiflu Date: Mon, 6 Jan 2025 20:33:48 +0100 Subject: [PATCH] refactor(front): profile page with section as header --- front/src/views/auth/ProfileBase.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/front/src/views/auth/ProfileBase.vue b/front/src/views/auth/ProfileBase.vue index 1c61f609c..dc5a10f65 100644 --- a/front/src/views/auth/ProfileBase.vue +++ b/front/src/views/auth/ProfileBase.vue @@ -10,6 +10,7 @@ import axios from 'axios' import useErrorHandler from '~/composables/useErrorHandler' import useReport from '~/composables/moderation/useReport' +import RenderedDescription from '~/components/common/RenderedDescription.vue' import Layout from '~/components/ui/Layout.vue' import Section from '~/components/ui/layout/Section.vue' @@ -81,6 +82,7 @@ watch(props, fetchData, { immediate: true }) class="page-profile" > + {{ object?.full_username }} + +
+ + {{ object?.full_username }} + + + - +