-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(general): Simplify apps backend env var (#412)
* feat(wallet-dashboard): show dapps list. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * refactor(general): Simplify the management of the `APPS_BACKEND` env var * refactor(general): Clean up * feat(wallet-dashboard): fix cors issue. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet-dashboard): allow cors for all. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * refactor(general): Simplify apps backend env var (#398) * refactor(general): Simplify the management of the `APPS_BACKEND` env var * refactor(general): Clean up * Revert "refactor(general): Simplify apps backend env var (#398)" (#411) This reverts commit 4270acf. * feat(wallet-dashboard): pr comments fix. Return list of unique values. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet-dashboard): change network for apps-backend. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet-dashboard): use Image from next/image Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet-dashboard): move AppList to /apps Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat(wallet-dashboard): add import React. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * chore: lockfile --------- Signed-off-by: Eugene Panteleymonchuk <[email protected]> Co-authored-by: Eugene Panteleymonchuk <[email protected]> Co-authored-by: Mario <[email protected]> Co-authored-by: cpl121 <[email protected]>
- Loading branch information
1 parent
14fbd4a
commit 757438e
Showing
12 changed files
with
18 additions
and
38 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,3 @@ | ||
export function getAppsBackend(): string { | ||
return process.env.APPS_BACKEND as string | ||
} |
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