People

Explore the people you follow

view_module grid_view apps view_list dashboard
Filter Options @if (hasActiveFilters()) { }

User Properties

Use Relay List Has Following List Has Verified NIP-05

Display

Has Profile Picture Has Bio
search @if (searchTerm()) { }
@if (isLoading()) {

Loading people...

} @else if (error()) {
error

{{ error() }}

} @else if (filteredPeople().length === 0) {
@if (searchTerm()) { search_off

No results for "{{ searchTerm() }}"

} @else { people_outline

You aren't following anyone yet

}
} @else {
@for (pubkey of filteredPeople(); track pubkey) { }
}