mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #137] [MERGED] [landing] Add Feature Images for Mobile Screens #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/137
Author: @ricoberger
Created: 2/11/2024
Status: ✅ Merged
Merged: 2/11/2024
Merged by: @ricoberger
Base:
main← Head:landing-add-feature-images-for-mobile📝 Commits (1)
aa795e6[landing] Add Feature Images for Mobile Screens📊 Changes
26 files changed (+126 additions, -70 deletions)
View changed files
📝
landing/app/download/page.tsx(+4 -2)📝
landing/app/get-started/desktop/page.tsx(+4 -2)📝
landing/app/get-started/mobile/page.tsx(+4 -2)📝
landing/app/page.tsx(+51 -12)📝
landing/app/pricing/page.tsx(+4 -2)📝
landing/app/privacy-policy/page.tsx(+4 -2)📝
landing/app/support/page.tsx(+4 -2)📝
landing/app/terms-and-conditions/page.tsx(+4 -2)📝
landing/helpers/metadata.ts(+7 -4)➕
landing/public/android-icon-144x144.png(+0 -0)📝
landing/public/android-icon-192x192.png(+0 -0)➕
landing/public/android-icon-36x36.png(+0 -0)➕
landing/public/android-icon-48x48.png(+0 -0)➕
landing/public/android-icon-72x72.png(+0 -0)➕
landing/public/android-icon-96x96.png(+0 -0)📝
landing/public/feature-1-desktop.webp(+0 -0)➕
landing/public/feature-1-mobile.webp(+0 -0)📝
landing/public/feature-2-desktop.webp(+0 -0)➕
landing/public/feature-2-mobile.webp(+0 -0)📝
landing/public/feature-3-desktop.webp(+0 -0)...and 6 more files
📄 Description
Until now we always displayed the same feature images on the landing page and it didn't matter if the user was on a desktop or mobile device. This is now changed so that we display different images on mobile devices (depending on the screen resolution).
Besides that we also moved the deprecated
themeColorfrom theMetadatato theViewportand added it to all pages.Last but not least we added some missing Android icons, which were referenced in the
manifest.jsonfile, but where the icon didn't exist.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.