diff --git a/web/src/beta/features/Dashboard/ContentsContainer/Projects/index.tsx b/web/src/beta/features/Dashboard/ContentsContainer/Projects/index.tsx index 6b3a5d8139..b36b8c57d4 100644 --- a/web/src/beta/features/Dashboard/ContentsContainer/Projects/index.tsx +++ b/web/src/beta/features/Dashboard/ContentsContainer/Projects/index.tsx @@ -9,7 +9,7 @@ import { import ManagerEmptyContent from "@reearth/beta/ui/components/ManagerBase/ManagerEmptyContent"; import { useT } from "@reearth/services/i18n"; import { styled, useTheme } from "@reearth/services/theme"; -import { FC, useMemo, useRef } from "react"; +import { FC, useMemo, useRef, Fragment } from "react"; import useHooks from "./hooks"; import ProjectGridViewItem from "./Project/ProjectGridViewItem"; @@ -63,7 +63,7 @@ const Projects: FC<{ workspaceId?: string }> = ({ workspaceId }) => { + = ({ workspaceId }) => { ref={fileInputRef} onChange={handleImportProject} /> - + ]} sortValue={sortValue} sortOptions={sortOptions} diff --git a/web/src/beta/lib/reearth-ui/components/Icon/icons.ts b/web/src/beta/lib/reearth-ui/components/Icon/icons.ts index 06134ac1d3..61d9fa7546 100644 --- a/web/src/beta/lib/reearth-ui/components/Icon/icons.ts +++ b/web/src/beta/lib/reearth-ui/components/Icon/icons.ts @@ -147,6 +147,7 @@ export default { arrowsHorizontalIn: ArrowsHorizontalIn, arrowsHorizontalOut: ArrowsHorizontalOut, article: Article, + aToZ: AToZ, book: Book, bracketsCurly: BracketsCurly, buildings: Buildings, @@ -182,6 +183,7 @@ export default { deviceMobile: DeviceMobile, dotsSixVertical: DotsSixVertical, dotsThreeVertical: DotsThreeVertical, + downloadSimple: DownloadSimple, editMode: EditMode, editor: Editor, exit: Exit, @@ -249,6 +251,7 @@ export default { sidebar: Sidebar, sToL: SToL, lToS: LToS, + signIn: SignIn, star: Star, starFilled: StarFilled, square: Square, @@ -278,8 +281,5 @@ export default { usersFour: UsersFour, videoFilled: VideoFilled, warning: Warning, - aToZ: AToZ, - zToA: ZToA, - downloadSimple: DownloadSimple, - signIn: SignIn + zToA: ZToA }; diff --git a/web/src/services/i18n/translations/en.yml b/web/src/services/i18n/translations/en.yml index 075dbe5197..9106e8357a 100644 --- a/web/src/services/i18n/translations/en.yml +++ b/web/src/services/i18n/translations/en.yml @@ -24,7 +24,6 @@ First Created: '' Last Updated: '' New Project: '' Import: '' -Export: '' All projects: '' Search Result for: '' Project Name: '' @@ -33,6 +32,7 @@ Created At: '' No Project has been created yet: '' Rename: '' Project Setting: '' +Export: '' Create new project: '' Project Name *: '' Text: '' @@ -348,7 +348,6 @@ Failed to export project.: '' Successfully exported project!: '' Failed to import project.: '' Successfully imported project!: '' -Export Project: '' Failed to update property.: '' Successfully updated the property value!: '' Failed to create story.: '' diff --git a/web/src/services/i18n/translations/ja.yml b/web/src/services/i18n/translations/ja.yml index 79252b27ad..b3b37c7894 100644 --- a/web/src/services/i18n/translations/ja.yml +++ b/web/src/services/i18n/translations/ja.yml @@ -24,7 +24,6 @@ First Created: '' Last Updated: '' New Project: 新規プロジェクト Import: インポート -Export: エクスポート All projects: '' Search Result for: '' Project Name: プロジェクト名 @@ -33,6 +32,7 @@ Created At: '' No Project has been created yet: '' Rename: 名称変更 Project Setting: プロジェクト設定 +Export: エクスポート Create new project: '' Project Name *: '' Text: '' @@ -348,7 +348,6 @@ Failed to export project.: プロジェクトのエクスポートに失敗し Successfully exported project!: プロジェクトのエクスポートに成功しました! Failed to import project.: プロジェクトのインポートに失敗しました。 Successfully imported project!: プロジェクトのインポートに成功しました! -Export Project: プロジェクトのエクスポート Failed to update property.: プロパティのアップデートに失敗しました。 Successfully updated the property value!: '' Failed to create story.: ストーリーの作成に失敗しました。