Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refactor react components to use Rating #256

Merged
merged 57 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
5de0f1d
chore: refactor react components to use Rating
FrancoAguzzi Apr 26, 2024
eec7336
refactor: update Shield ratings to Rating typed props
FrancoAguzzi Apr 30, 2024
9d5fb47
refactor: update NameGuard React components names
FrancoAguzzi Apr 30, 2024
4ef8cc6
refactor: create dedicated Check icon files
FrancoAguzzi May 1, 2024
b3112c5
refine icon naming standards
lightwalker-eth May 1, 2024
24737ae
remove unused changes
notrab May 1, 2024
4441121
feat: add new components to /rating-shields page
FrancoAguzzi May 3, 2024
3227112
Merge pull request #257 from namehash/refine-icon-names
FrancoAguzzi May 6, 2024
d7da2b8
feat: new docs pages and updated components props names
FrancoAguzzi May 7, 2024
58fddb6
Update apps/website/src/app/docs/report/page.tsx
FrancoAguzzi May 7, 2024
0c54e4e
Update apps/website/src/app/docs/check-icon/page.tsx
FrancoAguzzi May 7, 2024
a8f6657
Update apps/website/src/app/docs/report/page.tsx
FrancoAguzzi May 7, 2024
92ebc06
Update apps/website/src/app/docs/report/page.tsx
FrancoAguzzi May 7, 2024
826ac5c
Update apps/website/src/app/docs/report/page.tsx
FrancoAguzzi May 8, 2024
26e17a7
refactor: renamed error prop
FrancoAguzzi May 7, 2024
5cf8e2d
feat: add tooltip to long names in ReportBadge
FrancoAguzzi May 8, 2024
ec35c8e
refactor: change warn name example
FrancoAguzzi May 8, 2024
4592197
feat: add hover state for ReportIcons | add long name support
FrancoAguzzi May 8, 2024
c750697
refactor: update HeroReportBadge props passing to new props need
FrancoAguzzi May 9, 2024
95cc6f2
refactor: update log message on ReportBadge and ReportIcon errors
FrancoAguzzi May 9, 2024
26b7220
Update packages/nameguard-react/src/components/ReportBadge/index.tsx
FrancoAguzzi May 9, 2024
3571e60
feat: update ReportBadge onClickOverride type
FrancoAguzzi May 9, 2024
b1f29bb
fix: fix icon displaying in with-next repo
FrancoAguzzi May 9, 2024
0f37ef1
feat: handle unnormalized names displaying
FrancoAguzzi May 9, 2024
5ed6dbb
fix: upgrade types definition
FrancoAguzzi May 13, 2024
035d7f4
fix: reintroduce duplicate carousel badges
FrancoAguzzi May 13, 2024
d0fc2af
feat: update icons ui and ux
FrancoAguzzi May 13, 2024
766a45f
fix: replace isNotInteractive props to isInteractive
FrancoAguzzi May 14, 2024
acc2fba
fix: fix ReportBadge icon onHover effect
FrancoAguzzi May 14, 2024
b51b672
fix: fix layout shift on report badge loaded transition
FrancoAguzzi May 14, 2024
25eb703
fix: move HeroReportBadge to nameguard-react
FrancoAguzzi May 14, 2024
ce1a715
feat: use pass CheckResultCode as default status
FrancoAguzzi May 15, 2024
a58568d
Merge remote-tracking branch 'origin/main' into chore/react-comps-use…
FrancoAguzzi May 15, 2024
b92296c
chore: add next-env.d.ts
FrancoAguzzi May 15, 2024
fc634a4
fix: rename NGWebsiteReportBadge to ReportModalNameBadge
FrancoAguzzi May 16, 2024
062761d
Move example NameGuard app
lightwalker-eth May 16, 2024
1757385
Update pnpm-lock.yaml
lightwalker-eth May 16, 2024
83e27ca
Rename NameGuard examples package
lightwalker-eth May 16, 2024
23e91dc
Remove examples directory
lightwalker-eth May 16, 2024
1754bad
Resolve warnings about peer dependencies
lightwalker-eth May 16, 2024
fd6aa66
Fix build error
lightwalker-eth May 16, 2024
09d8cb9
next-env-d.ts files should not be in .gitignore
lightwalker-eth May 16, 2024
4b367c8
Fix clean
lightwalker-eth May 16, 2024
f48bd5e
Remove unnecessary console.log
lightwalker-eth May 16, 2024
a14c27c
Resolve build warning
lightwalker-eth May 16, 2024
45ee50c
Test updated Vercel config
lightwalker-eth May 16, 2024
b30527f
Remove unncessary version from examples package
lightwalker-eth May 16, 2024
4fb9b5e
Update .gitignore for vercel link
lightwalker-eth May 16, 2024
cf33c32
Update Next.js version dependency for build error
lightwalker-eth May 16, 2024
ee41587
Restore original README.md
lightwalker-eth May 16, 2024
9824b19
Fix linter errors
lightwalker-eth May 16, 2024
435c580
Refine vitest version dependency
lightwalker-eth May 16, 2024
48448f3
Update pnpm-lock.yaml
lightwalker-eth May 16, 2024
dc52b8b
Undo linter fix that created build warning
lightwalker-eth May 16, 2024
2b4eab8
fix: update namehash libs versions on nameguard-react lib
FrancoAguzzi May 16, 2024
82e86a5
Add requested blank line
lightwalker-eth May 16, 2024
a209d01
Merge pull request #263 from namehash/refine-big-merge
lightwalker-eth May 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/website/src/app/atoms/icons/MagnifyingGlassIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const MagnifyingGlassIcon = (props: any) => (
export const MagnifyingGlassIcon = (props: React.SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
Expand Down
Loading
Loading