In titlebar, render followers and allow following people
This commit is contained in:
parent
1fcd006b2a
commit
282e4398a0
2 changed files with 255 additions and 231 deletions
|
@ -2839,3 +2839,9 @@ impl From<(&'static str, usize)> for ElementId {
|
|||
ElementId::NamedInteger(name.into(), id)
|
||||
}
|
||||
}
|
||||
|
||||
impl From<(&'static str, u64)> for ElementId {
|
||||
fn from((name, id): (&'static str, u64)) -> Self {
|
||||
ElementId::NamedInteger(name.into(), id as usize)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue