Skip to content
Snippets Groups Projects
Unverified Commit 7a803e1b authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Update the Bootstrap page to be more welcoming (#676)

parent 80e135e3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import { useDispatch } from 'react-redux'; ...@@ -4,7 +4,7 @@ import { useDispatch } from 'react-redux';
import { createBudget } from 'loot-core/src/client/actions/budgets'; import { createBudget } from 'loot-core/src/client/actions/budgets';
import { loggedIn } from 'loot-core/src/client/actions/user'; import { loggedIn } from 'loot-core/src/client/actions/user';
import { send } from 'loot-core/src/platform/client/fetch'; import { send } from 'loot-core/src/platform/client/fetch';
import { View, Text, Button } from 'loot-design/src/components/common'; import { View, Text, Button, P } from 'loot-design/src/components/common';
import { colors } from 'loot-design/src/style'; import { colors } from 'loot-design/src/style';
import { useBootstrapped, Title } from './common'; import { useBootstrapped, Title } from './common';
...@@ -51,16 +51,25 @@ export default function Bootstrap() { ...@@ -51,16 +51,25 @@ export default function Bootstrap() {
return ( return (
<> <>
<View style={{ maxWidth: 450, marginTop: -30 }}> <View style={{ maxWidth: 450, marginTop: -30 }}>
<Title text="Bootstrap this Actual instance" /> <Title text="Welcome to Actual!" />
<Text <P style={{ fontSize: 16, color: colors.n2 }}>
style={{ Actual is a super fast privacy-focused app for managing your finances.
fontSize: 16, To secure your data, youll need to set a password for your server.
color: colors.n2, </P>
lineHeight: 1.4,
}} <P isLast style={{ fontSize: 16, color: colors.n2 }}>
> Consider opening{' '}
Set a password for this server instance <a
</Text> href="https://actualbudget.github.io/docs/Getting-Started/using-actual/"
target="_blank"
rel="noopener noreferrer"
style={{ color: colors.b4 }}
>
our tour
</a>{' '}
in a new tab for some guidance on what to do when youve set your
password.
</P>
{error && ( {error && (
<Text <Text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment