Merge branch 'location' into 'develop'
Display account location on profile See merge request soapbox-pub/soapbox-fe!1064
This commit is contained in:
commit
f6c55a2e8f
5 changed files with 27 additions and 0 deletions
26
app/soapbox/__fixtures__/truthsocial-account.json
Normal file
26
app/soapbox/__fixtures__/truthsocial-account.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"id": "107759994408336377",
|
||||
"username": "alex",
|
||||
"acct": "alex",
|
||||
"display_name": "Alex G.",
|
||||
"locked": false,
|
||||
"bot": false,
|
||||
"discoverable": null,
|
||||
"group": false,
|
||||
"created_at": "2022-02-08T00:00:00.000Z",
|
||||
"note": "<p>Launching Truth Social</p>",
|
||||
"url": "https://truthsocial.com/@alex",
|
||||
"avatar": "https://static-assets.truthsocial.com/tmtg:prime-truth-social-assets/accounts/avatars/107/759/994/408/336/377/original/119cb0dd1fa615b7.png",
|
||||
"avatar_static": "https://static-assets.truthsocial.com/tmtg:prime-truth-social-assets/accounts/avatars/107/759/994/408/336/377/original/119cb0dd1fa615b7.png",
|
||||
"header": "https://static-assets.truthsocial.com/tmtg:prime-truth-social-assets/accounts/headers/107/759/994/408/336/377/original/31f62b0453ccf554.png",
|
||||
"header_static": "https://static-assets.truthsocial.com/tmtg:prime-truth-social-assets/accounts/headers/107/759/994/408/336/377/original/31f62b0453ccf554.png",
|
||||
"followers_count": 966,
|
||||
"following_count": 39,
|
||||
"statuses_count": 4,
|
||||
"last_status_at": "2022-02-20",
|
||||
"verified": true,
|
||||
"location": "Texas",
|
||||
"website": "https://soapbox.pub",
|
||||
"emojis": [],
|
||||
"fields": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -24,6 +24,7 @@
|
|||
|
||||
&__join-date,
|
||||
&__birthday,
|
||||
&__location,
|
||||
&__note {
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue