From 8bca008f7485706c11655d7631688f98c7ceabb3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 Jul 2026 22:59:37 +0500 Subject: [PATCH] feat: complete UI redesign of admin dashboard with custom Tailwind --- src/vk_parser_app/templates/base.html | 267 ++++++++-- src/vk_parser_app/templates/editor.html | 15 +- .../templates/editor_content.html | 137 ++--- src/vk_parser_app/templates/editor_post.html | 361 ++++++++----- src/vk_parser_app/templates/logs.html | 154 +++--- src/vk_parser_app/templates/raw_posts.html | 11 +- .../templates/raw_posts_content.html | 258 +++++---- src/vk_parser_app/templates/source_row.html | 54 +- src/vk_parser_app/templates/sources.html | 199 ++++--- .../templates/sources_content.html | 69 ++- src/vk_parser_app/templates/users.html | 119 +++-- src/vk_parser_app/templates/workers.html | 501 ++++++++++-------- 12 files changed, 1307 insertions(+), 838 deletions(-) diff --git a/src/vk_parser_app/templates/base.html b/src/vk_parser_app/templates/base.html index d125d06..21b7725 100644 --- a/src/vk_parser_app/templates/base.html +++ b/src/vk_parser_app/templates/base.html @@ -1,62 +1,259 @@ - + {{ title or "VK Parser Admin" }} - - - + + + + - + + + + + - - - + {% if user %} -