From 9c2cd868a73b96a4ed1241dc2175e1b7fce8cc35 Mon Sep 17 00:00:00 2001 From: Erb3 <49862976+Erb3@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:49:07 +0100 Subject: [PATCH] refactor(frontend): Project page composition API + TS (#3245) * refactor(frontend): move project description to composition API + TS * refactor(frontend): rename to `patchRequestPayload` for consistency * chore: lint --- .../[type]/[id]/settings/description.vue | 129 +++++++----------- 1 file changed, 46 insertions(+), 83 deletions(-) diff --git a/apps/frontend/src/pages/[type]/[id]/settings/description.vue b/apps/frontend/src/pages/[type]/[id]/settings/description.vue index d7b6f7c3d..174d4bc9c 100644 --- a/apps/frontend/src/pages/[type]/[id]/settings/description.vue +++ b/apps/frontend/src/pages/[type]/[id]/settings/description.vue @@ -8,21 +8,25 @@ The description must clearly and honestly describe the purpose and function of the project. See section 2.1 of the - Content Rules + Content Rules for the full requirements.
-