From ceb2d022dcad5440fbfcbd1c1fe6ab1f262d779d Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 16 Mar 2024 08:07:40 +0100 Subject: [PATCH] feat(users): add create/upload buttons to UI Introduced "Create scene" and "Upload media" buttons in the category view to enhance usability by providing direct access to common actions. This change aims to improve the user experience by making it easier for users to create new scenes and upload media without navigating away from the category page. The layout has been adjusted with flexbox to maintain a clean, organized appearance. --- quackscape/users/templates/users/category.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/quackscape/users/templates/users/category.html b/quackscape/users/templates/users/category.html index b98acf2..04069af 100644 --- a/quackscape/users/templates/users/category.html +++ b/quackscape/users/templates/users/category.html @@ -41,7 +41,10 @@ role="tabpanel" aria-labelledby="scenes-tab" > -
Created scenes
+
+
Created scenes
+ +
@@ -77,7 +80,10 @@ role="tabpanel" aria-labelledby="media-tab" > -
Available media
+
+
Available media
+ +