-
-
Notifications
You must be signed in to change notification settings - Fork 365
WIP: Show users with identity in spotlight #606
Conversation
| import { spotlightAggQuery } from '../rmrk/Gallery/Search/query'; | ||
| import TransactionMixin from '@/utils/mixins/txMixin'; | ||
| import { denyList } from '@/constants'; | ||
| import { Component, Prop, Vue, Mixins, Watch } from "vue-property-decorator"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use a single quote.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done it.
| this.isLoading = false; | ||
| } | ||
| @Watch("isShowIdentity") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could be done by @input event
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done it.
| overflow: hidden; | ||
| text-overflow: ellipsis; | ||
| } | ||
| .short-identity__table { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use 4 spaces
|
@chris-saburo can you use the PR template, please? |
|
Seems PR doesn't load for me, check error? On production, it works tho https://nft.kodadot.xyz/spotlight |
|
I think I did implement the filter logic but it didn't work out weirdly so I hope I would like to discuss with you or Vikil to find the reason. In the logics, I think there might be not any issues but it didn't work out. @yangwao |
|
Closed in #616 |





Right now we are showing accounts that have at least some RMRK went through their account.
Would be good to add a toggle to show only accounts with identity in /spotlight to filter no-names and scammers.