Skip to content

Commit 1edffe3

Browse files
authored
Merge pull request #48 from clawdius/fluenty
fix: Changed `fluenty-steam.js` to use the raw images
2 parents ad13374 + 056359e commit 1edffe3

2 files changed

Lines changed: 21 additions & 19 deletions

File tree

apps/www/src/components/RenderFluenty.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function DisplayFluentyAd() {
6262
<>
6363
<a className="card-wrap" ref={cardRef} tabIndex={0} style={{ position: 'relative', userSelect: 'none' }}>
6464
<div className="card" onClick={() => (window.location.href = '/fluenty-steam')} onContextMenu={handleContextMenu} style={{ width: '100%', height: '100%' }}>
65-
<img loading="lazy" className="card-image" src="https://i.imgur.com/2aAaAES.gif" data-holder-rendered="true" />
65+
<img loading="lazy" className="card-image" src="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/mainHeader.jpg" data-holder-rendered="true" />
6666
<div className="card-body">
6767
<h3 className="card-title">Fluenty</h3>
6868
<p className="card-description package-description">{fluenty.description}</p>

apps/www/src/pages/fluenty-steam.js

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -154,34 +154,36 @@ export default function FluentyViewModal({ isSteamClient }) {
154154

155155
<p>Thanks for understanding, and we hope you enjoy the theme ❤️</p>
156156

157-
<a href="https://i.imgur.com/ca6ncMp.gif" target="_blank" data-fancybox>
158-
<img src="https://i.imgur.com/ca6ncMp.gif" alt="Steam Skin" />
157+
<a href="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/mainHeader.jpg" target="_blank" data-fancybox>
158+
<img src="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/mainHeader.jpg" alt="Steam Skin" />
159159
</a>
160160
<div className="FluentyImageContainer">
161-
<a href="https://i.imgur.com/ZbhJmIT.gif" target="_blank" data-fancybox>
162-
<img src="https://i.imgur.com/ZbhJmIT.gif" alt="Steam Skin" />
161+
<a href="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/gameLib.jpg" target="_blank" data-fancybox>
162+
<img src="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/gameLib.jpg" alt="Steam Skin" />
163163
</a>
164-
<a href="https://i.imgur.com/VB83oTU.gif" target="_blank" data-fancybox>
165-
<img src="https://i.imgur.com/VB83oTU.gif" alt="Steam Skin" />
164+
<a href="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/friendsChat.jpg" target="_blank" data-fancybox>
165+
<img src="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/friendsChat.jpg" alt="Steam Skin" />
166+
</a>
167+
</div>
168+
<div className="FluentyImageContainer">
169+
<a href="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/storePage.jpg" target="_blank" data-fancybox>
170+
<img src="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/storePage.jpg" alt="Steam Skin" />
171+
</a>
172+
<a href="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/gameStorePage.jpg" target="_blank" data-fancybox>
173+
<img src="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/gameStorePage.jpg" alt="Steam Skin" />
166174
</a>
167175
</div>
168176
</div>
169177
<h2>Installing</h2>
170-
<p>Purchase the theme through patreon subscription</p>
171-
<p>Cancelling the subscription results in keeping the theme, however you will not receive future updates unless you resubscribe</p>
178+
<p>Purchase the theme through patreon subscription.</p>
179+
<p>Cancelling the subscription results in keeping the theme, however you will not receive future updates unless you resubscribe.</p>
172180
<p>Once subscribed, download the latest listed version and then open Millennium and click the open skins folder. Drag the downloaded theme into that directory and proceed to extract it.</p>
173181
<p>Select it from the menu and your good to go!</p>
174182
<h2>Configuration</h2>
175-
<p>Fluenty comes with 2 built in styles. Compact, and Spacious.</p>
176-
<p>To change between the two head over to the millennium interface and click edit on Fluenty, then deselect/select the compact view appropriately</p>
177-
<div className="FluentyImageContainer">
178-
<a href="https://i.imgur.com/ca6ncMp.gif" target="_blank" data-fancybox>
179-
<img src="https://i.imgur.com/ca6ncMp.gif" alt="Steam Skin" />
180-
</a>
181-
<a href="https://i.imgur.com/9U9Vq5x.gif" target="_blank" data-fancybox>
182-
<img src="https://i.imgur.com/9U9Vq5x.gif" alt="Steam Skin" />
183-
</a>
184-
</div>
183+
<p>Fluenty comes with various tweak options that you can customize.</p>
184+
<p>You can find more options once you have fluenty installed by going to the theme's settings. Below are the examples of fluenty's sidebar options and the play game button alignment.</p><a href="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/tweakOptions.jpg" target="_blank" data-fancybox>
185+
<img src="https://raw.githubusercontent.com/SteamClientHomebrew/SteamBrew/refs/heads/main/apps/www/src/media/images/tweakOptions.jpg" alt="Steam Skin" />
186+
</a>
185187
<h2>Notice</h2>
186188
<p>Fluenty is very close to being finished, however it's still in development and not everything is perfect. expect bugs and report them in the discord server if you encounter any!</p>
187189
<br />

0 commit comments

Comments
 (0)