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

feat: Names search case insensitive #824

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

janmichek
Copy link
Collaborator

Description

resolves #817

Demo

firefox_sTUua1fzTr

Checklist:

Copy link

Copy link
Collaborator

@Liubov-crypto Liubov-crypto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the names have an "Expired" status in the search results page, because the "status" property is not present anymore.

@@ -25,7 +25,7 @@
{{ name.name }}
</app-link>
</td>
<td>{{ name.status }}</td>
<td>{{ name.status ? 'Active' : 'Expired' }}</td>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name status is missing

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, fixed.

@janmichek janmichek requested a review from michele-franchi June 3, 2024 08:37
@@ -96,16 +96,6 @@ export function formatDecodeByteArray(bytesArray) {
return String.fromCharCode(...bytesArray)
}

export function formatNameStatus(name) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this logic as there is no way to determine whether the name is in auction or not. It was not even possible before.

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@janmichek janmichek merged commit a1e187b into develop Jun 3, 2024
4 checks passed
@janmichek janmichek deleted the Names-search-case-insensitive branch June 3, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Names search case insensitive
3 participants