Skip to content

Commit 44e1f8b

Browse files
committed
fix/link
1 parent b507012 commit 44e1f8b

5 files changed

Lines changed: 1073 additions & 219 deletions

File tree

frontend/app/__tests__/settingsbar.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ beforeEach(() => { useAuth.mockReset(); mockNavigate.mockReset(); });
1717
test('Shows Unsigned in: Sign In/Up Button', () => {
1818
useAuth.mockReturnValue({ user: null, signOut: jest.fn() });
1919
const Comp = require('../components/SettingsBar').default;
20-
2120
render(<Comp />);
2221
});
2322

frontend/app/components/SettingsBar.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// Settings bar: match SignIn/SignUp layout (centered column, maxWidth=480).
2-
// - Bar spans full width with gray background.
3-
// - Inner content is centered and width-limited to 480px (same as forms).
4-
// - Status + buttons are grouped without stretching to edges.
5-
61
import React from "react";
72
import { View, Text, TouchableOpacity, useWindowDimensions } from "react-native";
83
import { SafeAreaView } from "react-native-safe-area-context";

0 commit comments

Comments
 (0)