Skip to content

Commit 54322f2

Browse files
committed
Added screenshots to repo
1 parent f0cdc50 commit 54322f2

File tree

6 files changed

+24
-1
lines changed

6 files changed

+24
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/storage/framework/*
88
/storage/logs/*
99
/.github
10+
/.idea

.github/screenshots/card-view.png

406 KB
Loading
213 KB
Loading

.github/screenshots/dark-mode.png

402 KB
Loading

.github/screenshots/list-view.png

229 KB
Loading

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,29 @@ Upon the above, it's quite likely you'll come across issues. This project was cr
3535

3636
## Screenshots
3737

38-
TODO
38+
39+
<table>
40+
<tbody>
41+
<tr>
42+
<td width="25%">
43+
Card View
44+
<img src="https://github.com/ssddanbrown/rss/raw/main/.github/screenshots/card-view.png">
45+
</td>
46+
<td width="25%">
47+
List View
48+
<img src="https://github.com/ssddanbrown/rss/raw/main/.github/screenshots/list-view.png">
49+
</td>
50+
<td width="25%">
51+
Compact View
52+
<img src="https://github.com/ssddanbrown/rss/raw/main/.github/screenshots/compact-view.png">
53+
</td>
54+
<td width="25%">
55+
Dark Mode
56+
<img src="https://github.com/ssddanbrown/rss/raw/main/.github/screenshots/dark-mode.png">
57+
</td>
58+
</tr>
59+
</tbody>
60+
</table>
3961

4062

4163
## Docker Usage

0 commit comments

Comments
 (0)