mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-09 09:14:15 +00:00
Merge pull request #161 from ragestudio/dev
This commit is contained in:
commit
f371b2db00
@ -3,6 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||||
|
<title>Comty™</title>
|
||||||
|
<meta name="title" content="Comty™" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||||
@ -11,7 +13,6 @@
|
|||||||
name="description"
|
name="description"
|
||||||
content="Comty, a prototype of social network."
|
content="Comty, a prototype of social network."
|
||||||
/>
|
/>
|
||||||
<meta name="title" content="Comty" />
|
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Comty, a prototype of social network."
|
content="Comty, a prototype of social network."
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"@ffmpeg/util": "^0.12.1",
|
"@ffmpeg/util": "^0.12.1",
|
||||||
"@mui/material": "^5.11.9",
|
"@mui/material": "^5.11.9",
|
||||||
"@ragestudio/cordova-nfc": "^1.2.0",
|
"@ragestudio/cordova-nfc": "^1.2.0",
|
||||||
"@ragestudio/vessel": "^0.23.0",
|
"@ragestudio/vessel": "^0.23.1",
|
||||||
"@sentry/browser": "^7.64.0",
|
"@sentry/browser": "^7.64.0",
|
||||||
"@tauri-apps/api": "^1.5.4",
|
"@tauri-apps/api": "^1.5.4",
|
||||||
"@tsmx/human-readable": "^1.0.7",
|
"@tsmx/human-readable": "^1.0.7",
|
||||||
|
@ -5,7 +5,6 @@ import routesDeclarations from "@config/routes"
|
|||||||
|
|
||||||
import onPageMount from "@hooks/onPageMount"
|
import onPageMount from "@hooks/onPageMount"
|
||||||
|
|
||||||
import { Helmet } from "react-helmet"
|
|
||||||
import * as Sentry from "@sentry/browser"
|
import * as Sentry from "@sentry/browser"
|
||||||
import { invoke } from "@tauri-apps/api/tauri"
|
import { invoke } from "@tauri-apps/api/tauri"
|
||||||
import * as antd from "antd"
|
import * as antd from "antd"
|
||||||
@ -113,15 +112,6 @@ class ComtyApp extends React.Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<Helmet>
|
|
||||||
<title>{config.app.siteName}</title>
|
|
||||||
<meta
|
|
||||||
name="og:description"
|
|
||||||
content={config.app.siteDescription}
|
|
||||||
/>
|
|
||||||
<meta property="og:title" content={config.app.siteName} />
|
|
||||||
</Helmet>
|
|
||||||
|
|
||||||
<ThemeProvider>
|
<ThemeProvider>
|
||||||
{window.__TAURI__ && <DesktopTopBar />}
|
{window.__TAURI__ && <DesktopTopBar />}
|
||||||
<Layout staticRenders={ComtyApp.staticRenders}>
|
<Layout staticRenders={ComtyApp.staticRenders}>
|
||||||
|
2
vessel
2
vessel
@ -1 +1 @@
|
|||||||
Subproject commit 77d6a5fc1b4bf6fb41ab8499d7c3bda23aa5c1bb
|
Subproject commit 341609fdf242c5bf51648eb1448bd66e6cd05037
|
Loading…
x
Reference in New Issue
Block a user