add: better profile card ui
This commit is contained in:
parent
e0a6072cc4
commit
41ee7e4125
5 changed files with 25 additions and 12 deletions
|
@ -324,6 +324,7 @@ pub async fn following_request(
|
|||
};
|
||||
|
||||
context.insert("list", &list);
|
||||
context.insert("page", &props.page);
|
||||
profile_context(
|
||||
&mut context,
|
||||
&other_user,
|
||||
|
@ -450,6 +451,7 @@ pub async fn followers_request(
|
|||
};
|
||||
|
||||
context.insert("list", &list);
|
||||
context.insert("page", &props.page);
|
||||
profile_context(
|
||||
&mut context,
|
||||
&other_user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue