column: add individual column

A column for following a single user

Closes: https://github.com/damus-io/notedeck/pull/583
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-12-16 18:01:36 -05:00
committed by William Casarin
parent 5b4c7a6371
commit 69a6bf3664
4 changed files with 133 additions and 10 deletions

View File

@@ -94,6 +94,12 @@ impl Route {
Cow::Borrowed("Add External Notifications Column")
}
AddColumnRoute::Hashtag => Cow::Borrowed("Add Hashtag Column"),
AddColumnRoute::UndecidedIndividual => {
Cow::Borrowed("Subscribe to someone's notes")
}
AddColumnRoute::ExternalIndividual => {
Cow::Borrowed("Subscribe to someone else's notes")
}
},
Route::Support => Cow::Borrowed("Damus Support"),
Route::NewDeck => Cow::Borrowed("Add Deck"),