Skip to content

Commit 065311e

Browse files
nearnshawclaudecyaiox
authored
chore: remove Legacy Web Editor card and update Names link in More tab (#1495)
- Remove the Legacy Web Editor card (no longer relevant), its unused EditorPng import, FlipImage CSS rule, and translation entries (en/es/zh) - Point the Names card to the marketplace shop: https://decentraland.org/shop/items?category=names Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Gabriel Díaz <gabrieldiaz31@gmail.com>
1 parent 58834a2 commit 065311e

5 files changed

Lines changed: 2 additions & 33 deletions

File tree

packages/creator-hub/renderer/src/components/MorePage/component.tsx

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { misc } from '#preload';
77
import { t } from '/@/modules/store/translation/utils';
88
import { SUBMIT_EVENT_URL } from '/@/modules/utils';
99

10-
import EditorPng from '/assets/images/editor.png';
1110
import CollectionsPng from '/assets/images/collections.png';
1211
import NamesPng from '/assets/images/names.png';
1312
import LandPng from '/assets/images/land.png';
@@ -18,6 +17,7 @@ import { Navbar, NavbarItem } from '../Navbar';
1817
import './styles.css';
1918

2019
const BUILDER_URL = 'https://decentraland.org/builder';
20+
const NAMES_URL = 'https://decentraland.org/shop/items?category=names';
2121

2222
const HorizontalCardWithImage: React.FC<{
2323
className?: string;
@@ -84,21 +84,6 @@ export function MorePage() {
8484
image={NewEventPng}
8585
/>
8686
</Grid>
87-
<Grid
88-
item
89-
xs={12}
90-
sm={6}
91-
md={6}
92-
lg={4}
93-
>
94-
<HorizontalCardWithImage
95-
className="FlipImage"
96-
title={t('more.cards.create.legacy_web_editor.title')}
97-
description={t('more.cards.create.legacy_web_editor.description')}
98-
action={() => misc.openExternal(`${BUILDER_URL}/scenes`)}
99-
image={EditorPng}
100-
/>
101-
</Grid>
10287
<Grid
10388
item
10489
xs={12}
@@ -135,7 +120,7 @@ export function MorePage() {
135120
<HorizontalCardWithImage
136121
title={t('more.cards.manage.names.title')}
137122
description={t('more.cards.manage.names.description')}
138-
action={() => misc.openExternal(`${BUILDER_URL}/names`)}
123+
action={() => misc.openExternal(NAMES_URL)}
139124
image={NamesPng}
140125
/>
141126
</Grid>

packages/creator-hub/renderer/src/components/MorePage/styles.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
object-fit: contain;
3333
}
3434

35-
.MorePage .HorizontalCardWithImage.FlipImage .CardImage img {
36-
transform: scaleX(-1);
37-
}
38-
3935
.MorePage .HorizontalCardWithImage .CardContent {
4036
display: flex;
4137
flex-direction: column;

packages/creator-hub/renderer/src/modules/store/translation/locales/en.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,6 @@
791791
"title": "Submit Event",
792792
"description": "Host your own event on Decentraland."
793793
},
794-
"legacy_web_editor": {
795-
"title": "Legacy Web Editor",
796-
"description": "Access the old web editor to continue working on your scenes."
797-
},
798794
"collections": {
799795
"title": "Collections",
800796
"description": "Create, review and publish your collections of Wearables and Emotes."

packages/creator-hub/renderer/src/modules/store/translation/locales/es.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,6 @@
791791
"title": "Enviar Evento",
792792
"description": "Organiza tu propio evento en Decentraland."
793793
},
794-
"legacy_web_editor": {
795-
"title": "Editor Web Clásico",
796-
"description": "Accede al editor web antiguo para continuar trabajando en tus escenas."
797-
},
798794
"collections": {
799795
"title": "Colecciones",
800796
"description": "Crea, revisa y publica tus colecciones de Vestimentas y Animaciones."

packages/creator-hub/renderer/src/modules/store/translation/locales/zh.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,6 @@
791791
"title": "提交事件",
792792
"description": "在 Decentraland 上舉辦您自己的活動。"
793793
},
794-
"legacy_web_editor": {
795-
"title": "旧版网页编辑器",
796-
"description": "访问旧版网页编辑器继续编辑你的场景。"
797-
},
798794
"collections": {
799795
"title": "收藏",
800796
"description": "创建、审核并发布你的可穿戴设备和表情收藏。"

0 commit comments

Comments
 (0)