Skip to content

Commit 416070b

Browse files
feat(index): update with app v6 screenshots
Captured on OnePlus 7 Pro; GM1911_11_H.40. JPG -> WebP conversion via https://developers.google.com/speed/webp/docs/cwebp with `-z 9`.
1 parent 9628b2d commit 416070b

31 files changed

+4
-3
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"name": "Next.js: debug client-side",
12-
"type": "pwa-chrome",
12+
"type": "chrome",
1313
"request": "launch",
1414
"url": "http://oxygenupdater.local"
1515
},
59.9 KB
Binary file not shown.
46.3 KB
Binary file not shown.
108 KB
Binary file not shown.
102 KB
Binary file not shown.
17.5 KB
Binary file not shown.
13.6 KB
Binary file not shown.
27.8 KB
Binary file not shown.
27.9 KB
Binary file not shown.
157 KB
Binary file not shown.
148 KB
Binary file not shown.
21.7 KB
Loading
13.9 KB
Loading
92.1 KB
Loading
83.8 KB
Loading
-131 KB
Loading
-130 KB
Loading
-106 KB
Loading
-95.7 KB
Loading
Loading
Loading
112 KB
Loading
90.8 KB
Loading
60.6 KB
Loading
61.6 KB
Loading
29.5 KB
Binary file not shown.
6.09 KB
Binary file not shown.

public/img/screenshot/theme_dark.webp

61.3 KB
Binary file not shown.
63.4 KB
Binary file not shown.

src/data/intro-items.list.ts

+1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ export const introItemList: IntroItem[] = [{
7373
p: [
7474
`<strong>Light</strong> & <strong>Dark</strong> themes, which are meticulously designed for the best possible experience (e.g. proper contrast ratios adhering to WCAG 2.0, no AMOLED black smear, etc).`,
7575
`There's also an option to use the <strong>System</strong>'s dark mode configuration if available (default), as well as an <strong>Auto</strong> theme: switches between light/dark based on time of day (to prevent eye strain at night), or based on battery percentage (dark themes generally help reduce battery usage).`,
76+
`Moreover, integrating with <strong>Material You/Monet on Android 12+</strong> allows adapting the entire app — even the icon — to your device wallpaper, giving a homogenous feel with the rest of the system.`,
7677
],
7778
}];

src/pages/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export default function Home({
297297
key={item.image}
298298
id={'image-' + item.image}
299299
className={styles.screenshot}
300-
href={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=1`}
300+
href={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=2`}
301301
width="100%"
302302
height="calc(100% - 16px)"
303303
x="-0.5"
@@ -418,7 +418,7 @@ export default function Home({
418418
<img
419419
loading="lazy"
420420
decoding="async"
421-
src={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=1`}
421+
src={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=2`}
422422
alt={item.image}
423423
style={{ objectPosition: item.crop }}
424424
/>

0 commit comments

Comments
 (0)