mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-22 02:12:48 +01:00
Added latest v1.13 sideload
Some checks are pending
Deploy to Firebase Hosting on merge / build_and_deploy (push) Waiting to run
Some checks are pending
Deploy to Firebase Hosting on merge / build_and_deploy (push) Waiting to run
This commit is contained in:
parent
22e261ca92
commit
a57f532c3e
@ -1,6 +1,10 @@
|
|||||||
import '@mantine/core/styles.css';
|
import '@mantine/core/styles.css';
|
||||||
import {
|
import {
|
||||||
MantineProvider
|
Container,
|
||||||
|
Divider,
|
||||||
|
MantineProvider,
|
||||||
|
Space,
|
||||||
|
Title
|
||||||
} from '@mantine/core';
|
} from '@mantine/core';
|
||||||
import { theme } from '../theme';
|
import { theme } from '../theme';
|
||||||
|
|
||||||
@ -11,102 +15,21 @@ export default function Checklist() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<MantineProvider theme={theme} forceColorScheme={date.getHours() >= 7 && date.getHours() <= 19 ? "light" : "dark"}>
|
<MantineProvider theme={theme} forceColorScheme={date.getHours() >= 7 && date.getHours() <= 19 ? "light" : "dark"}>
|
||||||
{/*<Container my={'xl'}>
|
<Container my={'xl'}>
|
||||||
<Badge>
|
<Title order={1}>
|
||||||
Checklist
|
Checklist
|
||||||
</Badge>
|
</Title>
|
||||||
|
|
||||||
<Space h={'lg'} />
|
<Divider my={'md'} />
|
||||||
|
|
||||||
<Title order={1}>
|
<Title order={1}>
|
||||||
|
Cores
|
||||||
|
</Title>
|
||||||
|
<Space h={'sm'} />
|
||||||
|
<Title order={2}>
|
||||||
Cytrus
|
Cytrus
|
||||||
</Title>
|
</Title>
|
||||||
<Text c={'dimmed'}>
|
</Container>
|
||||||
Cytrus is the Nintendo 3DS emulation core used in Folium
|
|
||||||
</Text>
|
|
||||||
<Space h={'md'} />
|
|
||||||
<Group>
|
|
||||||
<Button component='a' href='https://www.gnu.org/licenses/gpl-3.0-standalone.html' color='dark' radius={'xl'}>
|
|
||||||
GPLv3
|
|
||||||
</Button>
|
|
||||||
<Button color='yellow' component='a' href='https://github.com/folium-app/cytrus' radius={'xl'}>
|
|
||||||
Source Code
|
|
||||||
</Button>
|
|
||||||
</Group>
|
|
||||||
<Space h={'md'} />
|
|
||||||
<Title order={2}>
|
|
||||||
Feature List
|
|
||||||
</Title>
|
|
||||||
<Space h={'sm'} />
|
|
||||||
<Stack>
|
|
||||||
<Checkbox color='yellow' label='Amiibo' variant='outline' />
|
|
||||||
<Checkbox color='yellow' indeterminate label='Camera' variant='outline' />
|
|
||||||
<Checkbox color='yellow' label='Cheats' variant='outline' />
|
|
||||||
<Checkbox color='yellow' label='Gyroscope' variant='outline' />
|
|
||||||
<Checkbox color='yellow' indeterminate label='Home Menu' variant='outline' />
|
|
||||||
<Checkbox color='yellow' indeterminate label='Keyboard' variant='outline' />
|
|
||||||
<Checkbox color='yellow' checked label='Microphone' />
|
|
||||||
<Checkbox color='yellow' label='Mii' variant='outline' />
|
|
||||||
<Checkbox color='yellow' label='Mods' variant='outline' />
|
|
||||||
<Checkbox color='yellow' label='Multiplayer' variant='outline' />
|
|
||||||
<Checkbox color='yellow' checked label='Speakers' />
|
|
||||||
</Stack>
|
|
||||||
|
|
||||||
<Space h={'lg'} />
|
|
||||||
|
|
||||||
<Title order={1}>
|
|
||||||
Grape
|
|
||||||
</Title>
|
|
||||||
<Text c={'dimmed'}>
|
|
||||||
Grape is the Nintendo DS emulation core used in Folium
|
|
||||||
</Text>
|
|
||||||
<Space h={'md'} />
|
|
||||||
<Group>
|
|
||||||
<Button component='a' href='https://www.gnu.org/licenses/gpl-3.0-standalone.html' color='dark' radius={'xl'}>
|
|
||||||
GPLv3
|
|
||||||
</Button>
|
|
||||||
<Button color='grape' component='a' href='https://github.com/folium-app/grape' radius={'xl'}>
|
|
||||||
Source Code
|
|
||||||
</Button>
|
|
||||||
</Group>
|
|
||||||
<Space h={'md'} />
|
|
||||||
<Title order={2}>
|
|
||||||
Feature List
|
|
||||||
</Title>
|
|
||||||
<Space h={'sm'} />
|
|
||||||
<Stack>
|
|
||||||
<Checkbox color='yellow' label='Game Boy' variant='outline' />
|
|
||||||
<Checkbox color='yellow' label='Microphone' variant='outline' />
|
|
||||||
<Checkbox color='yellow' label='Speakers' variant='outline' />
|
|
||||||
<Checkbox color='yellow' label='Wi-Fi' variant='outline' />
|
|
||||||
</Stack>
|
|
||||||
|
|
||||||
<Space h={'lg'} />
|
|
||||||
|
|
||||||
<Title order={1}>
|
|
||||||
Mango
|
|
||||||
</Title>
|
|
||||||
<Text c={'dimmed'}>
|
|
||||||
Mango is the Super Nintendo Entertainment System emulation core used in Folium
|
|
||||||
</Text>
|
|
||||||
<Space h={'md'} />
|
|
||||||
<Group>
|
|
||||||
<Button component='a' href='https://www.gnu.org/licenses/gpl-3.0-standalone.html' color='dark' radius={'xl'}>
|
|
||||||
GPLv3
|
|
||||||
</Button>
|
|
||||||
<Button color='orange' component='a' href='https://github.com/folium-app/mango' radius={'xl'}>
|
|
||||||
Source Code
|
|
||||||
</Button>
|
|
||||||
</Group>
|
|
||||||
<Space h={'md'} />
|
|
||||||
<Title order={2}>
|
|
||||||
Feature List
|
|
||||||
</Title>
|
|
||||||
<Space h={'sm'} />
|
|
||||||
<Group grow>
|
|
||||||
<Alert variant='default' title="Incomplete" icon={icon} radius={'lg'} />
|
|
||||||
</Group>
|
|
||||||
</Container>*/}
|
|
||||||
</MantineProvider>
|
</MantineProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
@ -170,7 +170,7 @@ export default function NewHome() {
|
|||||||
<Button component='a' href='https://discord.gg/jv3wmCUTw7' color='violet' radius={'xl'}>Join Discord</Button>
|
<Button component='a' href='https://discord.gg/jv3wmCUTw7' color='violet' radius={'xl'}>Join Discord</Button>
|
||||||
{/*<Button component='a' href='https://jarrodnorwell.gitbook.io/folium/getting-started' color='grape' radius={'xl'} variant='filled'>Getting Started</Button>*/}
|
{/*<Button component='a' href='https://jarrodnorwell.gitbook.io/folium/getting-started' color='grape' radius={'xl'} variant='filled'>Getting Started</Button>*/}
|
||||||
<Button component='a' href='https://github.com/folium-app' color='gray' radius={'xl'} variant='filled'>Open GitHub</Button>
|
<Button component='a' href='https://github.com/folium-app' color='gray' radius={'xl'} variant='filled'>Open GitHub</Button>
|
||||||
<Button component='a' href='https://github.com/emuplace/folium.emuplace.app/releases/download/v1.13/folium-sideload-v1.13.ipa.zip' color='teal' radius={'xl'} variant='filled'>Sideload (v1.13, Old)</Button>
|
<Button component='a' href='https://github.com/emuplace/folium.emuplace.app/releases/download/v1.13/folium-sideload-v1.13.ipa.zip' color='teal' radius={'xl'} variant='filled'>Sideload</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
<Title order={2}>
|
<Title order={2}>
|
||||||
Changes
|
Changes
|
||||||
|
Loading…
Reference in New Issue
Block a user