From e76be3374304950946f43cfdff69aaeb886d00b4 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 27 Mar 2026 15:36:00 +0100 Subject: [PATCH] refactor(EroticVideosView): restructure layout and enhance video statistics display - Updated the layout of the EroticVideosView component to improve organization and user experience. - Introduced a sidebar for video upload and management, separating it from the video list. - Added statistics for total, visible, and hidden videos to provide users with better insights. - Enhanced form elements and labels for clarity and usability during video uploads. --- .../src/views/social/EroticVideosView.vue | 377 ++++++++++++++---- 1 file changed, 310 insertions(+), 67 deletions(-) diff --git a/frontend/src/views/social/EroticVideosView.vue b/frontend/src/views/social/EroticVideosView.vue index 1ecba5d..23cb3b1 100644 --- a/frontend/src/views/social/EroticVideosView.vue +++ b/frontend/src/views/social/EroticVideosView.vue @@ -1,72 +1,139 @@