alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: move splash images to root
author
Pouria Delfanazari
date
8 months ago
(Nov 7, 2025, 3:08 PM -0800)
commit
1682d190
1682d19065da4092ce3784315f1d6a7437ddba00
parent
43e0ccf7
43e0ccf7503ef6bbc811ca509bcd51d2642be69c
+8
-9
3 changed files
Expand all
Collapse all
Unified
Split
src
webapp
app
(dashboard)
home
layout.tsx
layout.tsx
lib
consts
images.ts
-8
src/webapp/app/(dashboard)/home/layout.tsx
View file
Reviewed
···
1
1
import Header from '@/components/navigation/header/Header';
2
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
9
-
appleWebApp: {
10
10
-
title: 'Semble',
11
11
-
capable: true,
12
12
-
statusBarStyle: 'default',
13
13
-
startupImage: SPLASH_IMAGES,
14
14
-
},
15
15
-
other: { 'apple-mobile-web-app-capable': 'yes' },
16
8
};
17
9
18
10
interface Props {
+8
src/webapp/app/layout.tsx
View file
Reviewed
···
4
4
import { ColorSchemeScript, mantineHtmlProps } from '@mantine/core';
5
5
import { Hanken_Grotesk } from 'next/font/google';
6
6
import Providers from '@/providers';
7
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
12
+
appleWebApp: {
13
13
+
title: 'Semble',
14
14
+
capable: true,
15
15
+
statusBarStyle: 'default',
16
16
+
startupImage: SPLASH_IMAGES,
17
17
+
},
18
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
View file
Reviewed
···
1
1
import { AppleImage } from 'next/dist/lib/metadata/types/extra-types';
2
2
3
3
export const SPLASH_IMAGES: AppleImage[] = [
4
4
-
'/splash/icon.png',
5
4
{
6
5
url: '/splash/iPhone_17_Pro_Max__iPhone_16_Pro_Max_landscape.png',
7
6
media: