diff --git a/pkg/bitcoin/desk.docket b/pkg/bitcoin/desk.docket index cb232ef71f..d2e346c472 100644 --- a/pkg/bitcoin/desk.docket +++ b/pkg/bitcoin/desk.docket @@ -1,6 +1,6 @@ :~ title+'Bitcoin' - info+'BTC wallet for Urbit. Testing' + info+'A Bitcoin Wallet that lets you send and receive Bitcoin directly to and from other Urbit users' color+0xf9.8e40 glob-http+['https://bootstrap.urbit.org/glob-0v4.ghaim.of1as.9ucee.uj93f.a9nbs.glob' 0v4.ghaim.of1as.9ucee.uj93f.a9nbs] image+'https://urbit.ewr1.vultrobjects.com/hastuc-dibtux/2021.8.24..02.57.38-bitcoin.svg' diff --git a/pkg/garden/desk.docket b/pkg/garden/desk.docket index b120df5d9d..163d9104b4 100644 --- a/pkg/garden/desk.docket +++ b/pkg/garden/desk.docket @@ -1,5 +1,5 @@ -:~ title+'Garden' - info+'An app launcher for Urbit. ' +:~ title+'System' + info+'An app launcher for Urbit.' color+0xee.5432 glob-http+['https://bootstrap.urbit.org/glob-0v2.dne76.9hibl.1o442.h6l11.cn7os.glob' 0v2.dne76.9hibl.1o442.h6l11.cn7os] glob-http+['https://bootstrap.urbit.org/glob-0v7.1jqf3.5gao8.67i4k.64c49.i6kr8.glob' 0v7.1jqf3.5gao8.67i4k.64c49.i6kr8] diff --git a/pkg/grid/index.html b/pkg/grid/index.html index d1cc3aae81..42aa10f50a 100644 --- a/pkg/grid/index.html +++ b/pkg/grid/index.html @@ -3,7 +3,7 @@
-- Block visual desktop notifications whenever Urbit software produces an in-Landscape - notification badge. + Block visual desktop notifications whenever Urbit software produces a notification + badge.
Turning this "off" will prompt your browser to ask if you'd like to diff --git a/pkg/grid/src/state/mock-data.ts b/pkg/grid/src/state/mock-data.ts index b0dc475253..732915e19e 100644 --- a/pkg/grid/src/state/mock-data.ts +++ b/pkg/grid/src/state/mock-data.ts @@ -35,7 +35,7 @@ export const mockTreaties: Treaties = { '~zod/garden': { ship: '~zod', desk: 'garden', - title: 'Landscape', + title: 'System', info: 'Your Urbit Home', href: makeHref('garden'), color: '#E2C050', diff --git a/pkg/grid/vite.config.ts b/pkg/grid/vite.config.ts index dd769daa9e..c282e93eba 100644 --- a/pkg/grid/vite.config.ts +++ b/pkg/grid/vite.config.ts @@ -2,13 +2,9 @@ import { loadEnv, defineConfig } from 'vite'; import analyze from 'rollup-plugin-analyzer'; import { visualizer } from 'rollup-plugin-visualizer'; import reactRefresh from '@vitejs/plugin-react-refresh'; -import htmlPlugin from 'vite-plugin-html-config'; +import urbitPlugin from '@urbit/vite-plugin-urbit'; import { execSync } from 'child_process'; -const htmlPluginOpt = { - headScripts: [{ src: '/apps/grid/desk.js' }, { src: '/session.js' }] -}; - // using current commit until release const GIT_DESC = execSync('git rev-parse --short HEAD', { encoding: 'utf8' }).trim(); process.env.VITE_SHORTHASH = GIT_DESC; @@ -24,17 +20,7 @@ export default ({ mode }) => { server: mode === 'mock' ? undefined - : { - https: true, - proxy: { - '^/apps/grid/desk.js': { - target: SHIP_URL - }, - '^((?!/apps/grid).)*$': { - target: SHIP_URL - } - } - }, + : { https: true }, build: mode !== 'profile' ? undefined @@ -48,6 +34,6 @@ export default ({ mode }) => { ] } }, - plugins: [htmlPlugin(htmlPluginOpt), reactRefresh()] + plugins: [urbitPlugin({ base: 'grid', target: SHIP_URL }), reactRefresh()] }); }; diff --git a/pkg/webterm/desk.docket b/pkg/webterm/desk.docket index 2508dea044..ce49ff7354 100644 --- a/pkg/webterm/desk.docket +++ b/pkg/webterm/desk.docket @@ -1,5 +1,5 @@ -:~ title+'Web Terminal' - info+'A web interface for dill, through herm.' +:~ title+'Terminal' + info+'A web interface to your Urbit\'s command line (the dojo).' color+0x2e.4347 glob-http+['https://bootstrap.urbit.org/glob-0v4.8ui32.ui10d.t0v4d.n9g1s.1ftua.glob' 0v4.8ui32.ui10d.t0v4d.n9g1s.1ftua] base+'webterm'