From 0e21fe948374ecf9a7697f37b2d89fab737146de Mon Sep 17 00:00:00 2001
From: Declan Teevan
Date: Thu, 14 May 2026 14:53:04 +0100
Subject: [PATCH] feat(frontend): updates to latest `mantine` attributes
Pending adaption to breaking changes for element attributes since
changed within existing components. Adjustments to `ta`, `gap`, `fw`,
etc.
---
.../frontend/src/components/AppHeader.tsx | 4 ++--
.../frontend/src/components/AppNavbar.tsx | 4 ++--
.../frontend/src/components/CommentsFeed.tsx | 2 +-
.../frontend/src/components/FeedComment.tsx | 2 +-
services/frontend/src/components/FeedPost.tsx | 4 ++--
.../frontend/src/components/HomePostFeed.tsx | 4 ++--
.../frontend/src/components/LoadingBar.tsx | 3 ++-
services/frontend/src/components/PagePost.tsx | 6 +++---
.../frontend/src/components/PanelLayout.tsx | 4 ++--
.../frontend/src/components/PanelPostFeed.tsx | 4 ++--
.../src/components/PostCommentsFeed.tsx | 2 +-
.../src/components/SkeletonFeedPost.tsx | 4 ++--
.../frontend/src/components/UserLayout.tsx | 2 +-
.../frontend/src/components/UserPostFeed.tsx | 4 ++--
services/frontend/src/pages/Error.tsx | 20 +++++++++----------
services/frontend/src/pages/ExplorePanels.tsx | 6 +++---
services/frontend/src/pages/Home.tsx | 2 +-
services/frontend/src/pages/NewPanel.tsx | 6 +++---
services/frontend/src/pages/NewPanelPost.tsx | 4 ++--
services/frontend/src/pages/Panel.tsx | 2 +-
services/frontend/src/pages/PanelPost.tsx | 2 +-
services/frontend/src/pages/PanelSettings.tsx | 4 ++--
services/frontend/src/pages/SignIn.tsx | 8 ++++----
services/frontend/src/pages/SignUp.tsx | 8 ++++----
services/frontend/src/pages/User.tsx | 2 +-
services/frontend/src/pages/UserAbout.tsx | 2 +-
26 files changed, 58 insertions(+), 57 deletions(-)
diff --git a/services/frontend/src/components/AppHeader.tsx b/services/frontend/src/components/AppHeader.tsx
index 7def41f..d2858fd 100644
--- a/services/frontend/src/components/AppHeader.tsx
+++ b/services/frontend/src/components/AppHeader.tsx
@@ -26,9 +26,9 @@ function AppHeader() {