-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: remove deprecated component * feat: remove navbar * feat: rename Navbar2 to Navbar * fear: rename * fix: not export old component * fix: rename * fix: wrong imports * fix: prettier * wip * rename css * rollback BREAKING CHANGE: rename Navbar2 to Navbar, and removes old Navbar and UserInformation components
- Loading branch information
Showing
33 changed files
with
689 additions
and
2,863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { NavbarMenuI18nProps, NavbarPages } from '../Navbar.types' | ||
|
||
export type MainMenuProps = { | ||
activePage: NavbarPages | string | ||
onToggleShowSubMenu: ( | ||
e: React.MouseEvent, | ||
show: boolean, | ||
section?: NavbarPages | ||
) => void | ||
i18n: NavbarMenuI18nProps | ||
isMobile?: boolean | ||
} |
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...onents/Navbar2/MenuItem/MenuItem.types.ts β ...ponents/Navbar/MenuItem/MenuItem.types.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import { Navbar2Pages } from '../Navbar2.types' | ||
import { NavbarPages } from '../Navbar.types' | ||
|
||
export type MenuItemProps = { | ||
activePage: Navbar2Pages | string | ||
section: Navbar2Pages | ||
activePage: NavbarPages | string | ||
section: NavbarPages | ||
title: React.ReactNode | ||
onToggleShowSubMenu: ( | ||
e: React.MouseEvent, | ||
show: boolean, | ||
section?: Navbar2Pages | ||
section?: NavbarPages | ||
) => void | ||
isMobile?: boolean | ||
} |
Oops, something went wrong.
54c77ba
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
decentraland-ui β ./
decentraland-ui-decentraland1.vercel.app
decentraland-ui-git-master-decentraland1.vercel.app