You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: <Translate>Enable alternative DENO CLI.</Translate>,
237
253
icon: '',
238
254
color: COLORS.blue,
239
255
targetQuarter: 'Q3 2020',
240
256
},
241
257
{
242
-
title: <Translate>Webview Bindings</Translate>,
243
-
description: <Translate>Use official Webview bindings.</Translate>,
258
+
title: <Translate>DENO Bindings</Translate>,
259
+
description: <Translate>Use Deno to build your App's backend.</Translate>,
260
+
icon: '',
261
+
color: COLORS.blue,
262
+
targetQuarter: 'Q3 2020',
263
+
},
264
+
{
265
+
title: <Translate>PureOS App Store</Translate>,
266
+
description: <Translate>Verified builds for PureOS.</Translate>,
244
267
icon: '',
245
268
color: COLORS.blue,
246
269
targetQuarter: 'Q3 2020',
@@ -263,13 +286,6 @@ const Roadmap = () => {
263
286
),
264
287
icon: '',
265
288
color: COLORS.blue,
266
-
targetQuarter: 'Q3 2020',
267
-
},
268
-
{
269
-
title: <Translate>DENO</Translate>,
270
-
description: <Translate>Enable alternative DENO CLI.</Translate>,
271
-
icon: '',
272
-
color: COLORS.blue,
273
289
targetQuarter: 'Q4 2020',
274
290
},
275
291
{
@@ -369,7 +385,7 @@ function Home() {
369
385
return(
370
386
<Layout
371
387
title={`${siteConfig.tagline}`}
372
-
description="Tauri is a toolchain for building highly secure native apps that have tiny binaries and are very fast. Whether coming from the front-end with Gatsby, Svelte, Vue, Angular or React - Tauri solves the hard problems of safe User Interfaces for all the desktop platforms."
388
+
description="Tauri is a toolchain for building highly secure native apps that have tiny binaries and are very fast. Whether coming from the front-end with Gatsby, Yew, Svelte, Vue, Angular or React - Tauri solves the hard problems of safe User Interfaces for all the desktop platforms."
0 commit comments