Skip to content

Commit f954f83

Browse files
committed
chore: add screenshot to README
1 parent 5413112 commit f954f83

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# BookGrab
22

3-
> **Disclaimer:** BookGrab is a personal project I built for myself. Support is limited to MyAnonyMouse (MAM) and Transmission. Use at your own risk.
3+
> **Disclaimer:** BookGrab is a personal project I built for myself. Support is limited to MyAnonyMouse (MAM) and Transmission.
44
55
BookGrab is a simple, streamlined web application that allows you to search for books on MyAnonyMouse using their RSS API and send downloads directly to your Transmission client. It provides a clean, straightforward interface for finding and downloading both ebooks and audiobooks.
66

7+
![](public/bookgrab.png)
8+
79
## Why BookGrab?
810

911
Most people looking for book automation probably want [Readarr](https://readarr.com/). However, I built BookGrab because:

public/bookgrab.png

121 KB
Loading

src/app/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default function Home() {
5858
boxShadow="small"
5959
position="sticky"
6060
top="0"
61-
zIndex="10"
6261
>
6362
<Flex
6463
direction="row"

src/components/SearchBar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export default function SearchBar({ onSearch, isLoading }: SearchBarProps) {
115115
boxShadow="medium"
116116
position="absolute"
117117
top="100%"
118-
zIndex="10"
119118
>
120119
{/* <Flex direction="row" justifyContent="space-between" alignItems="center" padding="medium"> */}
121120
<Text fontWeight="bold" fontSize="small">

0 commit comments

Comments
 (0)