This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: move splash images to root

+8 -9
-8
src/webapp/app/(dashboard)/home/layout.tsx
··· 1 1 import Header from '@/components/navigation/header/Header'; 2 - import { SPLASH_IMAGES } from '@/lib/consts/images'; 3 2 import type { Metadata } from 'next'; 4 3 import { Fragment } from 'react'; 5 4 6 5 export const metadata: Metadata = { 7 6 title: 'Home', 8 7 description: 'Home', 9 - appleWebApp: { 10 - title: 'Semble', 11 - capable: true, 12 - statusBarStyle: 'default', 13 - startupImage: SPLASH_IMAGES, 14 - }, 15 - other: { 'apple-mobile-web-app-capable': 'yes' }, 16 8 }; 17 9 18 10 interface Props {
+8
src/webapp/app/layout.tsx
··· 4 4 import { ColorSchemeScript, mantineHtmlProps } from '@mantine/core'; 5 5 import { Hanken_Grotesk } from 'next/font/google'; 6 6 import Providers from '@/providers'; 7 + import { SPLASH_IMAGES } from '@/lib/consts/images'; 7 8 8 9 export const metadata: Metadata = { 9 10 title: 'Semble | A social knowledge network for researchers', 10 11 description: `Follow your peers' research trails. Surface and discover new connections. Built on ATProto so you own your data.`, 12 + appleWebApp: { 13 + title: 'Semble', 14 + capable: true, 15 + statusBarStyle: 'default', 16 + startupImage: SPLASH_IMAGES, 17 + }, 18 + other: { 'apple-mobile-web-app-capable': 'yes' }, 11 19 }; 12 20 13 21 const hankenGrotesk = Hanken_Grotesk({
-1
src/webapp/lib/consts/images.ts
··· 1 1 import { AppleImage } from 'next/dist/lib/metadata/types/extra-types'; 2 2 3 3 export const SPLASH_IMAGES: AppleImage[] = [ 4 - '/splash/icon.png', 5 4 { 6 5 url: '/splash/iPhone_17_Pro_Max__iPhone_16_Pro_Max_landscape.png', 7 6 media: