@@ -44,33 +44,41 @@ title: Ready to Review - Eliminate PR coordination overhead
4444 </div >
4545
4646 <h2 >SCREENSHOTS</h2 >
47- <div class =" screenshot-grid" style = " grid-template-columns : repeat ( 2 , 1 fr ); " >
47+ <div class =" screenshot-grid" >
4848 <div class =" screenshot-item" >
49- <picture >
50- <source srcset =" /assets/screenshots/slack-screenshot.webp" type =" image/webp" >
51- <img src =" /assets/screenshots/slack-screenshot.png" alt =" Slack channel notifications with real-time status updates" loading =" lazy" />
52- </picture >
49+ <a href =" /assets/screenshots/slack-screenshot.png" target =" _blank" rel =" noopener noreferrer" >
50+ <picture >
51+ <source srcset =" /assets/screenshots/slack-screenshot.webp" type =" image/webp" >
52+ <img src =" /assets/screenshots/slack-screenshot.png" alt =" Slack channel notifications with real-time status updates" loading =" lazy" />
53+ </picture >
54+ </a >
5355 <p class =" screenshot-caption" >Slack channel notifications with real-time status updates</p >
5456 </div >
5557 <div class =" screenshot-item" >
56- <picture >
57- <source srcset =" /assets/screenshots/slack-screenshot-home.webp" type =" image/webp" >
58- <img src =" /assets/screenshots/slack-screenshot-home.png" alt =" Slack app home showing user dashboard" loading =" lazy" />
59- </picture >
58+ <a href =" /assets/screenshots/slack-screenshot-home.png" target =" _blank" rel =" noopener noreferrer" >
59+ <picture >
60+ <source srcset =" /assets/screenshots/slack-screenshot-home.webp" type =" image/webp" >
61+ <img src =" /assets/screenshots/slack-screenshot-home.png" alt =" Slack app home showing user dashboard" loading =" lazy" />
62+ </picture >
63+ </a >
6064 <p class =" screenshot-caption" >App home showing your personal dashboard</p >
6165 </div >
6266 <div class =" screenshot-item" >
63- <picture >
64- <source srcset =" /assets/screenshots/goose-screenshot.webp" type =" image/webp" >
65- <img src =" /assets/screenshots/goose-screenshot.png" alt =" Native desktop notifications from Goose" loading =" lazy" />
66- </picture >
67+ <a href =" /assets/screenshots/goose-screenshot.png" target =" _blank" rel =" noopener noreferrer" >
68+ <picture >
69+ <source srcset =" /assets/screenshots/goose-screenshot.webp" type =" image/webp" >
70+ <img src =" /assets/screenshots/goose-screenshot.png" alt =" Native desktop notifications from Goose" loading =" lazy" />
71+ </picture >
72+ </a >
6773 <p class =" screenshot-caption" >Native notifications (macOS, Linux, Windows)</p >
6874 </div >
6975 <div class =" screenshot-item" >
70- <picture >
71- <source srcset =" /assets/screenshots/r2r-800.webp" type =" image/webp" >
72- <img src =" /assets/screenshots/r2r-800.png" alt =" Ready to Review dashboard showing PR status and assignments" loading =" lazy" />
73- </picture >
76+ <a href =" /assets/screenshots/r2r-800.png" target =" _blank" rel =" noopener noreferrer" >
77+ <picture >
78+ <source srcset =" /assets/screenshots/r2r-800.webp" type =" image/webp" >
79+ <img src =" /assets/screenshots/r2r-800.png" alt =" Ready to Review dashboard showing PR status and assignments" loading =" lazy" />
80+ </picture >
81+ </a >
7482 <p class =" screenshot-caption" >Web dashboard - track all PRs at a glance</p >
7583 </div >
7684 </div >
0 commit comments