diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 76cdc5b..51f93e1 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -146,38 +146,35 @@ function App() { return (
{/* Header */} -
+
-
- +
+ -
-

SMS Backup Viewer

-

View and browse your message history

-
+

SMS Backup Viewer

-
-
-
Logged in as
-
{user?.username}
+
+
+
{user?.username}
- + @@ -270,34 +267,34 @@ function App() {
{/* Main Content */} -
+
{activeView === 'conversations' ? ( <> {/* Conversation List */}
-
-

- +
+

+ Conversations

- +
-
+
{/* Mobile back button */} {selectedConversation && ( -
+
)} diff --git a/frontend/src/components/DateFilter.jsx b/frontend/src/components/DateFilter.jsx index 6483ab7..8a93f91 100644 --- a/frontend/src/components/DateFilter.jsx +++ b/frontend/src/components/DateFilter.jsx @@ -8,13 +8,13 @@ function DateFilter({ startDate, endDate, minDate, maxDate, onStartDateChange, o } return ( -
-
-
- +
+
+
+ - +
-
- - - - +
+
{(startDate || endDate) && ( )}