-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28aaa5f
commit 6a62fe2
Showing
114 changed files
with
3,868 additions
and
4,419 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
export { ReactComponent as CrossIcon } from './icons/cross.svg'; | ||
export { ReactComponent as GearIcon } from './icons/gear.svg'; | ||
export { ReactComponent as TwitterIcon } from './icons/twitter.svg'; | ||
export { ReactComponent as GithubIcon } from './icons/github.svg'; | ||
export { ReactComponent as DiscordIcon } from './icons/discord.svg'; | ||
export { ReactComponent as MediumIcon } from './icons/medium.svg'; | ||
export { ReactComponent as VaraLogoIcon } from './icons/vara-logo.svg'; | ||
export { ReactComponent as ChevronDown } from './icons/chevron-down.svg'; | ||
export { ReactComponent as ChevronLeft } from './icons/chevron-left.svg'; | ||
export { ReactComponent as ChevronsLeft } from './icons/chevrons-left.svg'; | ||
export { ReactComponent as ChevronRight } from './icons/chevron-right.svg'; | ||
export { ReactComponent as ChevronsRight } from './icons/chevrons-right.svg'; | ||
export { ReactComponent as CaretDown } from './icons/caret-down.svg'; | ||
export { ReactComponent as CopyDecoded } from './icons/copy-decoded.svg'; | ||
export { ReactComponent as BurgerMenuIcon } from './icons/burger-menu.svg'; | ||
export { default as CrossIcon } from './icons/cross.svg?react'; | ||
export { default as GearIcon } from './icons/gear.svg?react'; | ||
export { default as TwitterIcon } from './icons/twitter.svg?react'; | ||
export { default as GithubIcon } from './icons/github.svg?react'; | ||
export { default as DiscordIcon } from './icons/discord.svg?react'; | ||
export { default as MediumIcon } from './icons/medium.svg?react'; | ||
export { default as VaraLogoIcon } from './icons/vara-logo.svg?react'; | ||
export { default as ChevronDown } from './icons/chevron-down.svg?react'; | ||
export { default as ChevronLeft } from './icons/chevron-left.svg?react'; | ||
export { default as ChevronsLeft } from './icons/chevrons-left.svg?react'; | ||
export { default as ChevronRight } from './icons/chevron-right.svg?react'; | ||
export { default as ChevronsRight } from './icons/chevrons-right.svg?react'; | ||
export { default as CaretDown } from './icons/caret-down.svg?react'; | ||
export { default as CopyDecoded } from './icons/copy-decoded.svg?react'; | ||
export { default as BurgerMenuIcon } from './icons/burger-menu.svg?react'; |
4 changes: 2 additions & 2 deletions
4
frontend/apps/battleship-zk/src/components/layout/vara-svg/VaraIcon.tsx
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
4 changes: 2 additions & 2 deletions
4
frontend/apps/battleship-zk/src/components/ui/balance/Balance.tsx
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
8 changes: 4 additions & 4 deletions
8
...end/apps/battleship-zk/src/features/game/components/select-game-mode/select-game-mode.tsx
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
4 changes: 2 additions & 2 deletions
4
...s/battleship-zk/src/features/multiplayer/components/game-found-modal/game-found-modal.tsx
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
20 changes: 10 additions & 10 deletions
20
frontend/apps/battleship-zk/src/features/wallet/assets/index.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,10 +1,10 @@ | ||
export { ReactComponent as PolkadotSVG } from './images/icons/polkadot.svg'; | ||
export { ReactComponent as NovaSVG } from './images/icons/nova.svg'; | ||
export { ReactComponent as SubWalletSVG } from './images/icons/subwallet.svg'; | ||
export { ReactComponent as TalismanSVG } from './images/icons/talisman.svg'; | ||
export { ReactComponent as EnkryptSVG } from './images/icons/enkrypt.svg'; | ||
export { ReactComponent as ExitIcon } from './images/icons/exit.svg'; | ||
export { ReactComponent as EditIcon } from './images/icons/edit.svg'; | ||
export { ReactComponent as CopyIcon } from './images/icons/copy.svg'; | ||
export { ReactComponent as VaraIcon } from './images/icons/ava-vara.svg'; | ||
export { ReactComponent as DownIcon } from './images/icons/down.svg'; | ||
export { default as PolkadotSVG } from './images/icons/polkadot.svg?react'; | ||
export { default as NovaSVG } from './images/icons/nova.svg?react'; | ||
export { default as SubWalletSVG } from './images/icons/subwallet.svg?react'; | ||
export { default as TalismanSVG } from './images/icons/talisman.svg?react'; | ||
export { default as EnkryptSVG } from './images/icons/enkrypt.svg?react'; | ||
export { default as ExitIcon } from './images/icons/exit.svg?react'; | ||
export { default as EditIcon } from './images/icons/edit.svg?react'; | ||
export { default as CopyIcon } from './images/icons/copy.svg?react'; | ||
export { default as VaraIcon } from './images/icons/ava-vara.svg?react'; | ||
export { default as DownIcon } from './images/icons/down.svg?react'; |
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
export { ReactComponent as CrossIcon } from './icons/cross.svg'; | ||
export { ReactComponent as GearIcon } from './icons/gear.svg'; | ||
export { ReactComponent as TwitterIcon } from './icons/twitter.svg'; | ||
export { ReactComponent as GithubIcon } from './icons/github.svg'; | ||
export { ReactComponent as DiscordIcon } from './icons/discord.svg'; | ||
export { ReactComponent as MediumIcon } from './icons/medium.svg'; | ||
export { ReactComponent as VaraLogoIcon } from './icons/vara-logo.svg'; | ||
export { ReactComponent as ChevronDown } from './icons/chevron-down.svg'; | ||
export { ReactComponent as ChevronLeft } from './icons/chevron-left.svg'; | ||
export { ReactComponent as ChevronsLeft } from './icons/chevrons-left.svg'; | ||
export { ReactComponent as ChevronRight } from './icons/chevron-right.svg'; | ||
export { ReactComponent as ChevronsRight } from './icons/chevrons-right.svg'; | ||
export { ReactComponent as CaretDown } from './icons/caret-down.svg'; | ||
export { ReactComponent as CopyDecoded } from './icons/copy-decoded.svg'; | ||
export { ReactComponent as BurgerMenuIcon } from './icons/burger-menu.svg'; | ||
export { default as CrossIcon } from './icons/cross.svg?react'; | ||
export { default as GearIcon } from './icons/gear.svg?react'; | ||
export { default as TwitterIcon } from './icons/twitter.svg?react'; | ||
export { default as GithubIcon } from './icons/github.svg?react'; | ||
export { default as DiscordIcon } from './icons/discord.svg?react'; | ||
export { default as MediumIcon } from './icons/medium.svg?react'; | ||
export { default as VaraLogoIcon } from './icons/vara-logo.svg?react'; | ||
export { default as ChevronDown } from './icons/chevron-down.svg?react'; | ||
export { default as ChevronLeft } from './icons/chevron-left.svg?react'; | ||
export { default as ChevronsLeft } from './icons/chevrons-left.svg?react'; | ||
export { default as ChevronRight } from './icons/chevron-right.svg?react'; | ||
export { default as ChevronsRight } from './icons/chevrons-right.svg?react'; | ||
export { default as CaretDown } from './icons/caret-down.svg?react'; | ||
export { default as CopyDecoded } from './icons/copy-decoded.svg?react'; | ||
export { default as BurgerMenuIcon } from './icons/burger-menu.svg?react'; |
4 changes: 2 additions & 2 deletions
4
frontend/apps/battleship/src/components/ui/balance/Balance.tsx
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
20 changes: 10 additions & 10 deletions
20
frontend/apps/battleship/src/features/wallet/assets/index.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,10 +1,10 @@ | ||
export { ReactComponent as PolkadotSVG } from './images/icons/polkadot.svg'; | ||
export { ReactComponent as NovaSVG } from './images/icons/nova.svg'; | ||
export { ReactComponent as SubWalletSVG } from './images/icons/subwallet.svg'; | ||
export { ReactComponent as TalismanSVG } from './images/icons/talisman.svg'; | ||
export { ReactComponent as EnkryptSVG } from './images/icons/enkrypt.svg'; | ||
export { ReactComponent as ExitIcon } from './images/icons/exit.svg'; | ||
export { ReactComponent as EditIcon } from './images/icons/edit.svg'; | ||
export { ReactComponent as CopyIcon } from './images/icons/copy.svg'; | ||
export { ReactComponent as VaraIcon } from './images/icons/ava-vara.svg'; | ||
export { ReactComponent as DownIcon } from './images/icons/down.svg'; | ||
export { default as PolkadotSVG } from './images/icons/polkadot.svg?react'; | ||
export { default as NovaSVG } from './images/icons/nova.svg?react'; | ||
export { default as SubWalletSVG } from './images/icons/subwallet.svg?react'; | ||
export { default as TalismanSVG } from './images/icons/talisman.svg?react'; | ||
export { default as EnkryptSVG } from './images/icons/enkrypt.svg?react'; | ||
export { default as ExitIcon } from './images/icons/exit.svg?react'; | ||
export { default as EditIcon } from './images/icons/edit.svg?react'; | ||
export { default as CopyIcon } from './images/icons/copy.svg?react'; | ||
export { default as VaraIcon } from './images/icons/ava-vara.svg?react'; | ||
export { default as DownIcon } from './images/icons/down.svg?react'; |
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
2 changes: 1 addition & 1 deletion
2
frontend/apps/galactic-express/src/app/hooks/use-sign-and-send.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
4 changes: 2 additions & 2 deletions
4
frontend/apps/galactic-express/src/components/layout/header/Header.tsx
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
2 changes: 1 addition & 1 deletion
2
frontend/apps/galactic-express/src/components/layout/modal/Modal.tsx
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
2 changes: 1 addition & 1 deletion
2
.../galactic-express/src/features/session/components/cancel-game-button/CancelGameButton.tsx
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
6 changes: 3 additions & 3 deletions
6
...apps/galactic-express/src/features/session/components/game-found-modal/GameFoundModal.tsx
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
2 changes: 1 addition & 1 deletion
2
frontend/apps/galactic-express/src/features/session/components/warning/Warning.tsx
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.