@if (isLoading()) { } @else if (error()) {
error

{{ error() }}

} @else if (profileState.notes().length === 0) {
chat

No notes to display yet

} @else {
@for(note of profileState.notes(); track note.id) { {{note.content}} }
}

Display Options

Sort by Newest @if (showNewestFirst()) { Showing newest notes first } @else { Showing oldest notes first }