diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c733957..90432fc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Global owners -* @joelamouche @oscarwroche +* @joelamouche @oscarwroche @Teddy1792 diff --git a/frontend/src/components/AppBackground.tsx b/frontend/src/components/AppBackground.tsx new file mode 100644 index 0000000..6f7747f --- /dev/null +++ b/frontend/src/components/AppBackground.tsx @@ -0,0 +1,181 @@ +export function AppBackground() { + return ( +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ ); +} diff --git a/frontend/src/components/AppWrapper.tsx b/frontend/src/components/AppWrapper.tsx index afee658..4aa2aa7 100644 --- a/frontend/src/components/AppWrapper.tsx +++ b/frontend/src/components/AppWrapper.tsx @@ -12,6 +12,7 @@ import { } from "@/components/ui/sidebar"; import { AppSidebar } from "@/components/AppSidebar"; import { ActivityTokenBalance } from "@/components/ActivityTokenBalance"; +import { AppBackground } from "@/components/AppBackground"; const queryClient = new QueryClient(); @@ -25,184 +26,7 @@ export function AppWrapper({ children }: Web3ProviderProps) {
- {/* === SVG Background === */} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ {/* === Foreground (sidebar, header, main) === */}