mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-24 19:33:04 +01:00
Updated to v1.11 and added sideload version to GitHub repo
This commit is contained in:
parent
074aa6956e
commit
a8adc79bde
Binary file not shown.
Binary file not shown.
@ -1,19 +1,17 @@
|
||||
import '@mantine/core/styles.css';
|
||||
import {
|
||||
Alert, Badge, Button, Checkbox, Container,
|
||||
Group, MantineProvider, Space, Stack, Text, Title
|
||||
MantineProvider
|
||||
} from '@mantine/core';
|
||||
import { theme } from '../theme';
|
||||
import { IconInfoCircle } from '@tabler/icons-react';
|
||||
|
||||
export default function Checklist() {
|
||||
const icon = <IconInfoCircle />;
|
||||
// const icon = <IconInfoCircle />;
|
||||
|
||||
const date = new Date();
|
||||
|
||||
return (
|
||||
<MantineProvider theme={theme} forceColorScheme={date.getHours() >= 7 && date.getHours() <= 19 ? "light" : "dark"}>
|
||||
<Container my={'xl'}>
|
||||
{/*<Container my={'xl'}>
|
||||
<Badge>
|
||||
Checklist
|
||||
</Badge>
|
||||
@ -108,7 +106,7 @@ export default function Checklist() {
|
||||
<Group grow>
|
||||
<Alert variant='default' title="Incomplete" icon={icon} radius={'lg'} />
|
||||
</Group>
|
||||
</Container>
|
||||
</Container>*/}
|
||||
</MantineProvider>
|
||||
);
|
||||
}
|
@ -11,8 +11,8 @@ export default function NewHome() {
|
||||
const changes = [
|
||||
{
|
||||
text: 'v1.11',
|
||||
isLatest: false,
|
||||
isUpcoming: true,
|
||||
isLatest: true,
|
||||
isUpcoming: false,
|
||||
details: [
|
||||
{
|
||||
secondaryText: 'Added support for iPhone 16 series',
|
||||
@ -34,7 +34,7 @@ export default function NewHome() {
|
||||
},
|
||||
{
|
||||
text: 'v1.10',
|
||||
isLatest: true,
|
||||
isLatest: false,
|
||||
isUpcoming: false,
|
||||
details: [
|
||||
{
|
||||
@ -165,7 +165,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://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='ipas/folium-v1.10-sideload.ipa.zip' color='teal' radius={'xl'} variant='filled'>Sideload</Button>
|
||||
<Button component='a' href='https://github.com/emuplace/folium.emuplace.app/releases/download/v1.11/folium-sideload-v1.11.ipa.zip' color='teal' radius={'xl'} variant='filled'>Sideload</Button>
|
||||
</Flex>
|
||||
<Title order={2}>
|
||||
Changes
|
||||
@ -174,7 +174,7 @@ export default function NewHome() {
|
||||
{items}
|
||||
</Accordion>
|
||||
<Center>
|
||||
<Button component='a' href='checklist' radius={'xl'} variant='filled'>Project Checklist</Button>
|
||||
<Button component='a' href='checklist' radius={'xl'} variant='filled'>Update Checklist</Button>
|
||||
</Center>
|
||||
</Stack>
|
||||
</Flex>
|
||||
|
Loading…
Reference in New Issue
Block a user