Skip to content

Commit

Permalink
feat(index): update with app v6 screenshots
Browse files Browse the repository at this point in the history
Captured on OnePlus 7 Pro; GM1911_11_H.40. JPG -> WebP conversion via https://developers.google.com/speed/webp/docs/cwebp with `-z 9`.
  • Loading branch information
adhirajsinghchauhan committed Feb 5, 2024
1 parent 9628b2d commit 416070b
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"name": "Next.js: debug client-side",
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"url": "http://oxygenupdater.local"
},
Expand Down
Binary file modified public/img/screenshot/changelog_dark.webp
Binary file not shown.
Binary file modified public/img/screenshot/changelog_light.webp
Binary file not shown.
Binary file modified public/img/screenshot/device_dark.webp
Binary file not shown.
Binary file modified public/img/screenshot/device_light.webp
Binary file not shown.
Binary file modified public/img/screenshot/downloaded_dark.webp
Binary file not shown.
Binary file modified public/img/screenshot/downloaded_light.webp
Binary file not shown.
Binary file modified public/img/screenshot/downloading_dark.webp
Binary file not shown.
Binary file modified public/img/screenshot/downloading_light.webp
Binary file not shown.
Binary file modified public/img/screenshot/install-guide_dark.webp
Binary file not shown.
Binary file modified public/img/screenshot/install-guide_light.webp
Binary file not shown.
Binary file modified public/img/screenshot/jpg/changelog_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/changelog_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/device_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/device_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/downloaded_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/downloaded_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/downloading_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/downloading_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/install-guide_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/install-guide_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/news-list_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/news-list_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/theme_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/jpg/theme_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/screenshot/news-list_dark.webp
Binary file not shown.
Binary file modified public/img/screenshot/news-list_light.webp
Binary file not shown.
Binary file modified public/img/screenshot/theme_dark.webp
Binary file not shown.
Binary file modified public/img/screenshot/theme_light.webp
Binary file not shown.
1 change: 1 addition & 0 deletions src/data/intro-items.list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ export const introItemList: IntroItem[] = [{
p: [
`<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).`,
`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).`,
`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.`,
],
}];
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export default function Home({
key={item.image}
id={'image-' + item.image}
className={styles.screenshot}
href={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=1`}
href={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=2`}
width="100%"
height="calc(100% - 16px)"
x="-0.5"
Expand Down Expand Up @@ -418,7 +418,7 @@ export default function Home({
<img
loading="lazy"
decoding="async"
src={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=1`}
src={`/img/screenshot/${item.image}_${themeSuffix || KEY_THEME_DARK}.webp?v=2`}
alt={item.image}
style={{ objectPosition: item.crop }}
/>
Expand Down

0 comments on commit 416070b

Please sign in to comment.