Closed Marchand-Nicolas closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
app-starknet-id | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 8:32pm |
sepolia-app-starknet-id | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 8:32pm |
The changes in this pull request include a minor textual update in the DesktopNav
component of the desktopNav.tsx
file, where the label for a link directing users to the terms of use document has been corrected from "Term of use" to "Terms of use." Additionally, a new utility function, advancedMinifyDomain
, has been introduced in the stringService.ts
file, replacing the previous minifyDomain
function in the identitiesGalleryV1.tsx
component. Corresponding tests for the new function have also been added, and updates were made to state management in the IdentityActions
component.
File | Change Summary |
---|---|
components/UI/desktopNav.tsx | Updated link label from "Term of use" to "Terms of use." |
components/identities/identitiesGalleryV1.tsx | Replaced minifyDomain with advancedMinifyDomain , updating parameters for domain processing. |
components/identities/actions/identityActions.tsx | Modified state management for transaction hashes in IdentityActions component. |
tests/utils/stringService.test.js | Added test suite for advancedMinifyDomain , covering various input scenarios. |
utils/stringService.ts | Introduced advancedMinifyDomain function with updated logic for domain processing. |
Objective | Addressed | Explanation |
---|---|---|
term of use ==> terms of use (#885) |
✅ | |
TxConfirmationModal does not display correct transaction hash after disableRenewal method is called (#883) | ✅ | The changes address the transaction hash handling. |
Shortened names are too short (#889) | ❌ | This issue is unrelated to the changes made. |
IdentityActions
component, which also affects the handling of transaction hashes.
close: #885 close: #883 close: #889
Summary by CodeRabbit