I changed the visuals of the documentation files, improved the appearance of the post page, modified the header of the profile view, and added a Feed view.
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
</v-card>
|
||||
</v-container>
|
||||
</v-col>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -112,13 +113,7 @@ const removeContent = (index) => {
|
||||
contents.value.splice(index, 1);
|
||||
};
|
||||
|
||||
const postContent = () => {
|
||||
// Implémenter la logique pour poster le contenu
|
||||
};
|
||||
|
||||
const previewContent = () => {
|
||||
// Implémenter la logique pour prévisualiser le contenu
|
||||
};
|
||||
|
||||
const cancelPost = () => {
|
||||
if (contents.value.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user