Skip to content

Conversation

@zerts
Copy link
Collaborator

@zerts zerts commented Aug 5, 2025

  • Added Search page based on Combobox UX
  • Added Recent Searches as an array of fungibleIds in preferences (same way as the recentAddresses in Send Form)

@github-actions
Copy link

github-actions bot commented Aug 5, 2025

📦 build.zip [updated at Sep 5, 1:23:50 PM UTC]

position: 'relative',
left: -16,
width: 'calc(100% + 32px)',
overflow: 'hidden',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This fixes horizontal scroll appear because of the animated point on the chart

@zerts zerts marked this pull request as ready for review August 6, 2025 16:32
@zerts zerts requested a review from everdimension August 11, 2025 10:05
@zerts zerts force-pushed the task/extension-add-search-in-extension-WLT-7063 branch from 848567e to eb17b98 Compare August 12, 2025 17:17
configurableNonce?: boolean;
invitationBannerDismissed?: boolean;
recentAddresses?: string[];
recentSearch?: string[];
Copy link
Contributor

Choose a reason for hiding this comment

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

This shouldn't be part of wallet record; instead it should be a separate storage entry, like chain-configs

Comment on lines +551 to +557
onClick={() => {
walletPort.request('assetClicked', {
assetId: position.asset.id,
pathname,
section: 'Overview',
});
}}
Copy link
Contributor

Choose a reason for hiding this comment

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

What if asset link is pressed using the keyboard?

Ideally "screen view" event should be enough for this. Maybe these links should have additional search params to let analytics know that they have been visited from search results.

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 believe this is an approach for analytics to track all usage of the search page.
However, the previous screen name really should be enough for this. I will ask about this.

Copy link
Contributor

@everdimension everdimension left a comment

Choose a reason for hiding this comment

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

See comments

@zerts zerts force-pushed the task/extension-add-search-in-extension-WLT-7063 branch from 5f77365 to e37fd56 Compare September 1, 2025 14:26
@zerts zerts force-pushed the task/extension-add-search-in-extension-WLT-7063 branch from e37fd56 to 4c0b443 Compare September 5, 2025 13:21
@zerts zerts merged commit 26afe77 into main Sep 5, 2025
3 checks passed
@zerts zerts deleted the task/extension-add-search-in-extension-WLT-7063 branch September 5, 2025 13:28
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.

3 participants