mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-30 06:39:30 +08:00
docs: add screenshots
This commit is contained in:
parent
0ef8c057eb
commit
e0dcf9154f
7 changed files with 1 additions and 1 deletions
BIN
metadata/akkoma-1.png
Normal file
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
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
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
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
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
BIN
metadata/akkoma-6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
|
@ -33,7 +33,7 @@ export default function ViewStatusCommand() {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<List isShowingDetail isLoading={isLoading} searchBarPlaceholder="Search bookmarks">
|
||||
<List isShowingDetail isLoading={isLoading} searchBarPlaceholder="Search your status">
|
||||
{status?.map((statu) => (
|
||||
<List.Item
|
||||
title={statu.akkoma.source.content}
|
||||
|
|
Loading…
Reference in a new issue