docs: add screenshots

This commit is contained in:
sevichecc 2023-04-17 01:43:41 +08:00
parent 0ef8c057eb
commit e0dcf9154f
Signed by untrusted user who does not match committer: SevicheCC
GPG key ID: C577000000000000
7 changed files with 1 additions and 1 deletions

BIN
metadata/akkoma-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
metadata/akkoma-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
metadata/akkoma-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
metadata/akkoma-4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
metadata/akkoma-5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
metadata/akkoma-6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -33,7 +33,7 @@ export default function ViewStatusCommand() {
}, []); }, []);
return ( return (
<List isShowingDetail isLoading={isLoading} searchBarPlaceholder="Search bookmarks"> <List isShowingDetail isLoading={isLoading} searchBarPlaceholder="Search your status">
{status?.map((statu) => ( {status?.map((statu) => (
<List.Item <List.Item
title={statu.akkoma.source.content} title={statu.akkoma.source.content}