Skip to content

streamlined navigation to MyStuff #3058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions client/modules/IDE/components/Header/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,16 +302,7 @@ const AuthenticatedUserMenu = () => {
}
>
<NavMenuItem href={`/${username}/sketches`}>
{t('Nav.Auth.MySketches')}
</NavMenuItem>
<NavMenuItem
href={`/${username}/collections`}
hideIf={!getConfig('UI_COLLECTIONS_ENABLED')}
>
{t('Nav.Auth.MyCollections')}
</NavMenuItem>
<NavMenuItem href={`/${username}/assets`}>
{t('Nav.Auth.MyAssets')}
{t('Nav.Auth.MyStuff')}
</NavMenuItem>
<NavMenuItem href="/account">{t('Preferences.Settings')}</NavMenuItem>
<NavMenuItem onClick={() => dispatch(logoutUser())}>
Expand Down
4 changes: 1 addition & 3 deletions translations/locales/en-US/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@
"Hello": "Hello",
"MyAccount": "My Account",
"My": "My",
"MySketches": "My Sketches",
"MyCollections": "My Collections",
"MyStuff": "My Stuff",
"Asset": "Asset",
"MyAssets": "My Assets",
"LogOut": "Log Out"
}
},
Expand Down