Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05d0743

Browse files
author
FalkWolsky
committed
Updating Meta Header and Fix Folder Icon in Move to Folder Dialogue
1 parent743da92 commit05d0743

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

‎client/packages/lowcoder/src/app.tsx

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,43 @@ class AppIndex extends React.Component<AppIndexProps, any> {
123123
{<title>{this.props.brandName}</title>}
124124
{<linkrel="icon"href={this.props.favicon}/>}
125125
<metaname="description"content={trans("productDesc")}/>
126+
<metaname="keywords"content="Lowcoder, Applications, App Builder, Internal Applications, Websites, Dashboards, Data Visualization, Customer Applications, CRM, ERP, eCommerce, VideoMeeting, Rapid Development"/>
127+
<metaname="author"content="Lowcoder Software LTD"/>
128+
<metaname="robots"content="index, follow"/>
129+
130+
131+
<metakey="og:title"property="og:title"content={this.props.brandName}/>
132+
<metakey="og:description"property="og:description"content={trans("productDesc")}/>
133+
<metakey="og:image"property="og:image"content="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/App%20Editor%20%7C%20Main%20Screeen%20clean%20v2.4.0.png"/>
134+
<metakey="og:url"property="og:url"content={window.location.href}/>
135+
<metakey="og:type"property="og:type"content="website"/>
136+
137+
<metakey="twitter:card"name="twitter:card"content="summary_large_image"/>
138+
<metakey="twitter:title"name="twitter:title"content={this.props.brandName}/>
139+
<metakey="twitter:description"name="twitter:description"content={trans("productDesc")}/>
140+
<metakey="twitter:image"name="twitter:image"content="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/App%20Editor%20%7C%20Main%20Screeen%20clean%20v2.4.0.png"/>
141+
142+
<metakey="viewport"name="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
143+
<metakey="mobile-web-app-capable"name="mobile-web-app-capable"content="yes"/>
144+
<metakey="theme-color"name="theme-color"content="#b480de"/>
145+
146+
<metakey="apple-mobile-web-app-capable"name="apple-mobile-web-app-capable"content="yes"/>
147+
<metakey="apple-mobile-web-app-status-bar-style"name="apple-mobile-web-app-status-bar-style"content="black-translucent"/>
148+
<metakey="apple-mobile-web-app-title"name="apple-mobile-web-app-title"content={this.props.brandName}/>
149+
<linkkey="apple-touch-icon"rel="apple-touch-icon"href="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/Lowcoder%20Logo%20512.png"/>
150+
<linkkey="apple-touch-startup-image"rel="apple-touch-startup-image"href="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/Lowcoder%20Logo%20512.png"/>
151+
152+
<metakey="application-name"name="application-name"content={this.props.brandName}/>
153+
<metakey="msapplication-TileColor"name="msapplication-TileColor"content="#b480de"/>
154+
<metakey="msapplication-TileImage"name="msapplication-TileImage"content="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/Lowcoder%20Logo%20150.png"/>
155+
{/*}<meta key="msapplication-config" name="msapplication-config" content="https://www.yourdomain.com/path/to/browserconfig.xml" />, */}
156+
157+
<linkrel="canonical"href={window.location.href}/>
126158
{isLowCoderDomain&&[
127159
// Adding Support for iframely to be able to embedd the component explorer in the docu
128-
<metakey="iframely:title"property="iframely:title"content="Lowcoder"/>,
129-
<metakey="iframely:description"property="iframely:description"content="Lowcoder | rapid App & VideoMeeting builder for everyone."/>,
160+
<metakey="iframely:title"property="iframely:title"content={this.props.brandName}/>,
161+
<metakey="iframely:description"property="iframely:description"content={trans("productDesc")}/>,
162+
130163
<linkkey="preconnect-googleapis"rel="preconnect"href="https://fonts.googleapis.com"/>,
131164
<linkkey="preconnect-gstatic"rel="preconnect"href="https://fonts.gstatic.com"crossOrigin="anonymous"/>,
132165
<linkkey="font-ubuntu"href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,400&display=swap"rel="stylesheet"/>,
Binary file not shown.

‎client/packages/lowcoder/src/pages/ApplicationV2/MoveToFolderModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const MoveToFolderModal = (props: { source?: HomeRes; onClose: () => void
108108
label:(
109109
<FolderSelectLabel>
110110
<FolderIconstyle={{marginRight:"8px",flexShrink:0}}/>
111-
{trans("home.rootFolder")}
111+
{trans("home.rootFolder")}
112112
</FolderSelectLabel>
113113
),
114114
value:"",
@@ -120,7 +120,7 @@ export const MoveToFolderModal = (props: { source?: HomeRes; onClose: () => void
120120
.map((f)=>({
121121
label:(
122122
<FolderSelectLabel>
123-
<FolderIconstyle={{marginRight:"8px",flexShrink:0}}/>
123+
<FolderIconstyle={{marginRight:"8px",width:"20px",flexShrink:0}}/>
124124
{f.name}
125125
</FolderSelectLabel>
126126
),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp