From 2728a9c6c9c2999ba52e3d519946ec63cdff30ae Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Wed, 20 Aug 2025 19:54:25 +0300 Subject: [PATCH] Replace tabs with Material Design tabs --- frontend/index.html | 51 +++++++++++++++++++------------- frontend/src/css/_panelchat.scss | 44 +++------------------------ frontend/src/main.ts | 2 ++ frontend/src/material.ts | 6 ++++ package.json | 13 ++++---- 5 files changed, 50 insertions(+), 66 deletions(-) create mode 100644 frontend/src/material.ts diff --git a/frontend/index.html b/frontend/index.html index 7e964a0..0bf670a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,5 +1,5 @@ - + @@ -78,7 +78,10 @@