mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 01:24:21 +01:00
@@ -453,7 +453,7 @@ impl fmt::Display for Route {
|
|||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
match self {
|
match self {
|
||||||
Route::Timeline(kind) => match kind {
|
Route::Timeline(kind) => match kind {
|
||||||
TimelineKind::List(ListKind::Contact(_pk)) => write!(f, "Contacts"),
|
TimelineKind::List(ListKind::Contact(_pk)) => write!(f, "Home"),
|
||||||
TimelineKind::Algo(AlgoTimeline::LastPerPubkey(ListKind::Contact(_))) => {
|
TimelineKind::Algo(AlgoTimeline::LastPerPubkey(ListKind::Contact(_))) => {
|
||||||
write!(f, "Last Per Pubkey (Contact)")
|
write!(f, "Last Per Pubkey (Contact)")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -457,7 +457,7 @@ impl<'a> AddColumnView<'a> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
vec.push(ColumnOptionData {
|
vec.push(ColumnOptionData {
|
||||||
title: "Contacts",
|
title: "Home",
|
||||||
description: "See notes from your contacts",
|
description: "See notes from your contacts",
|
||||||
icon: app_images::home_image(),
|
icon: app_images::home_image(),
|
||||||
option: AddColumnOption::Contacts(source),
|
option: AddColumnOption::Contacts(source),
|
||||||
|
|||||||
Reference in New Issue
Block a user