-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet): Rebrand Settings Home Page (#1935)
* feat: add new icon * feat: refine settings view * feat: remove debris * feat: hide menu item and rename to reset * feat: remove isHidden prop * feat: cleanup --------- Co-authored-by: JCNoguera <[email protected]>
- Loading branch information
1 parent
3caf0cc
commit f643955
Showing
10 changed files
with
179 additions
and
234 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Copyright (c) 2024 IOTA Stiftung | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import { SVGProps } from 'react'; | ||
export default function SvgDarkMode(props: SVGProps<SVGSVGElement>) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="1em" | ||
height="1em" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M11.2201 6.05022C8.27486 6.43251 6 8.95059 6 12C6 15.3137 8.68629 18 12 18C13.3228 18 14.5452 17.5726 15.5374 16.847C12.3735 16.1744 10 13.3644 10 10C10 8.53557 10.4506 7.17445 11.2201 6.05022ZM4 12C4 7.58172 7.58172 4 12 4C12.7961 4 13.3232 4.54031 13.5017 5.12203C13.6694 5.66858 13.5651 6.31196 13.1586 6.79923C12.4347 7.66686 12 8.78135 12 10C12 12.7614 14.2386 15 17 15C17.5389 15 17.9878 15.3043 18.2148 15.716C18.4516 16.1457 18.4678 16.75 18.0604 17.2224C16.5949 18.9217 14.4228 20 12 20C7.58172 20 4 16.4183 4 12Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions
21
apps/wallet/src/ui/app/components/menu/content/MenuLayout.tsx
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
apps/wallet/src/ui/app/components/menu/content/MenuListItem.tsx
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
apps/wallet/src/ui/app/components/menu/content/MoreOptions.tsx
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.