Some updates

This commit is contained in:
ronreg-ribdev 2020-11-29 12:02:52 -08:00
parent af2826a07c
commit 22a30d10ce
3 changed files with 7 additions and 4 deletions

View File

@ -41,9 +41,7 @@ export class Root extends Component {
return ( return (
<Box height='100%' p='4' display='flex' flexDirection='column' borderWidth={['none', '1px']} borderStyle="solid" borderColor="washedGray"> <Box height='100%' p='4' display='flex' flexDirection='column' borderWidth={['none', '1px']} borderStyle="solid" borderColor="washedGray">
<Text fontSize='1'>browsermanager</Text> <Text fontSize='1'>browsermanager</Text>
<Text pt='3'>Welcome to your Landscape application.</Text> <Text pt='3'>Websites tracked:</Text>
<Text pt='3'>To get started, edit <code>src/index.js</code> or <code>urbit/app/browsermanager.hoon</code> and <code>|commit %home</code> on your Urbit ship to see your changes.</Text>
<a className="db f8 pt3" href="https://urbit.org/docs">-> Read the docs</a>
</Box> </Box>
)}} )}}
/> />

View File

@ -2,10 +2,15 @@
/+ *server, default-agent /+ *server, default-agent
:: ::
|% |%
+$ versioned-state
$% state-0
==
+$ state-0 [%0 [%ping-count count=@]]
+$ card card:agent:gall +$ card card:agent:gall
-- --
^- agent:gall ^- agent:gall
=< =<
=* state [%0 [%ping-count count=0]]
|_ bol=bowl:gall |_ bol=bowl:gall
+* this . +* this .
browsermanager-core +> browsermanager-core +>

View File

@ -1,7 +1,7 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>browsermanager</title> <title>Browser Manager</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" <meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/> content="width=device-width, initial-scale=1, shrink-to-fit=no"/>