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:
committed by
William Casarin
parent
5b4c7a6371
commit
69a6bf3664
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user