You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashboard: export the date in CSV as ISO string in wallets/users table, UI tweaks (#7802)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR enhances the `AdvancedSearchInput` component by adding a clear button, improving the layout, and integrating a loading spinner. It also updates the `InAppWalletUsersPageContent` to include a tooltip for user identifiers and modifies the display of created dates.
### Detailed summary
- Added `XIcon` to `AdvancedSearchInput` for a clear button.
- Integrated `Spinner` for loading state in `AdvancedSearchInput`.
- Improved layout with responsive design adjustments.
- Added `ToolTipLabel` for user identifier display in `InAppWalletUsersPageContent`.
- Changed date format to ISO in `InAppWalletUsersPageContent`.
- Updated button styles for better UI consistency.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added an inline clear button ("X" icon) to the search input, allowing users to clear queries directly.
* User identifiers now feature a copy-to-clipboard button with truncation and tooltip support.
* Wallet creation dates now display detailed timestamps in a tooltip on hover.
* **Improvements**
* Enhanced responsive layout for search input and controls, optimizing usability across devices.
* Updated button styles and input appearance for a more cohesive look.
* CSV export now uses ISO date format for wallet creation dates.
* Improved font size and styling for wallet labels and download button.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments