Skip to content

Commit 20d9c5d

Browse files
author
countgitmick
committed
docs: add preview screenshot and fix flake npmDepsHash
Add app screenshot showing tab bar to README. Update flake.nix npmDepsHash to match current lockfile.
1 parent dea46c8 commit 20d9c5d

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ An ad-free, private YouTube desktop app with browser-style tabs.<br>
99
Watch YouTube without ads or tracking. Open videos, channels, and searches in tabs — just like a browser.
1010
</p>
1111

12+
<p align="center">
13+
<img alt="FreeTube + Tabs showing multiple open tabs" src="/_icons/preview.png" width=800>
14+
</p>
15+
1216
<hr>
1317

1418
## The Problem Everyone Knows About

_icons/preview.png

50.5 KB
Loading

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
src = ./.;
2424

25-
npmDepsHash = "sha256-zKqErsEKjDPTm0kK1Mk7EN7uVGqsiqpPuHFGmTkHN1g=";
25+
npmDepsHash = "sha256-09Y2aA3SWC0Q6SAaNxsmxEBPq7EQqC4X2tWMVhb/Q6M=";
2626
npmDepsFetcherVersion = 2;
2727
npmFlags = [ "--legacy-peer-deps" ];
2828
makeCacheWritable = true;

0 commit comments

Comments
 (0)