This repository was archived by the owner on May 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
feat: [SC-24987] create LoadingReportIcon #282
Open
FrancoAguzzi
wants to merge
32
commits into
main
Choose a base branch
from
feat/create-loading-report-icon
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e7c7b16
feat: [SC-24987] create LoadingReportIcon
FrancoAguzzi 83a63d5
feat: [SC-24987] create LoadingReportIcon
FrancoAguzzi cf7e287
refactor: add getNameGuardURLForEnsName function to NameGuard SDK
FrancoAguzzi 6c1d66e
refactor: add getNameGuardURLForEnsName function to NameGuard SDK
FrancoAguzzi 8567c33
refactor: add onIcon, onTooltip and onBadge click override props for …
FrancoAguzzi bb13f87
chore: fix loading data lacking issue
FrancoAguzzi ded3181
chore: move getNameGuardURLForENSname from NameGuard SDK to NameGuard…
FrancoAguzzi 1984de5
feat: create url file in NameGuard React for utilities
FrancoAguzzi 6dc768a
refactor: move NameGuard URL related logic to NameGuard React url.ts
FrancoAguzzi d229db6
chore: commented url file tests
FrancoAguzzi 9667053
feat: changed module resolution of ens-utils
FrancoAguzzi 13b08b1
fix: align build config in examples.nameguard.io
FrancoAguzzi 1e785c0
fix: update type file reference of nameguard-react
FrancoAguzzi 0b8f598
debug: update ci_sdk.yml to log node_modules content
FrancoAguzzi 06f1706
debug: update back ci_sdk.yml after bug test
FrancoAguzzi b643ecf
debug: finish undoing changes to ci_sdk.yml
FrancoAguzzi 9afae03
fix: add vitest to nameguard-react
FrancoAguzzi 63d4e55
fix: update pnpm-lock file
FrancoAguzzi ef0f788
fix: update examples.nameguard.io ens-utils version
FrancoAguzzi a038605
Merge branch 'main' into feat/create-loading-report-icon
FrancoAguzzi 0cc2a45
Merge remote-tracking branch 'origin/main' into feat/create-loading-r…
FrancoAguzzi f6a54b8
chore: update packages dependencies
FrancoAguzzi 4f82840
Merge remote-tracking branch 'origin/main' into feat/create-loading-r…
FrancoAguzzi f9621b3
Merge branch 'main' into feat/create-loading-report-icon
notrab 5e1d864
Merge remote-tracking branch 'origin/main' into feat/create-loading-r…
FrancoAguzzi 3b7a92e
feat: import Tooltip from namekit-react in nameguard-react comps
FrancoAguzzi cb60d00
Merge remote-tracking branch 'origin/main' into feat/create-loading-r…
FrancoAguzzi 15c15e8
feat: update Tooltip imports to be in alignment with new Tooltip expo…
FrancoAguzzi ea54703
Fix PR 282 (#395)
lightwalker-eth 766e4c6
Undo any changes to price.ts in this branch
lightwalker-eth 1ceabfe
Remove changes to ens-utils from this branch
lightwalker-eth bc4192d
Remove changes to nameguard-sdk from this branch
lightwalker-eth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| "noEmit": true, | ||
| "esModuleInterop": true, | ||
| "module": "esnext", | ||
| "moduleResolution": "bundler", | ||
| "moduleResolution": "node", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please coordinate any changes to tsconfig.json files with Jamie. Thanks
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @FrancoAguzzi Whenever you make any changes to any build configuration files, please proactively add a comment about that change inside the PR in GitHub that explains:
|
||
| "resolveJsonModule": true, | ||
| "isolatedModules": true, | ||
| "jsx": "preserve", | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.