mirror of
https://github.com/Drop-OSS/drop-website.git
synced 2026-07-21 06:45:24 -04:00
[PR #4] [MERGED] add download page and fix favicon #4
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/Drop-OSS/drop-website/pull/4
Author: @Huskydog9988
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @DecDuck
Base:
main← Head:more-improvements📝 Commits (3)
2d5151dfix: website faviconafe4a06feat: svg favicon plus better mobile supporteb40975feat: add downloads page📊 Changes
14 files changed (+1220 additions, -27 deletions)
View changed files
📝
components/Header.vue(+32 -25)➕
components/Logo/Apple.vue(+11 -0)➕
components/Logo/Linux.vue(+965 -0)➕
components/Logo/Windows.vue(+8 -0)📝
layouts/default.vue(+20 -1)➕
pages/download.vue(+145 -0)📝
pages/index.vue(+1 -1)➕
public/apple-touch-icon.png(+0 -0)➕
public/favicon-96x96.png(+0 -0)📝
public/favicon.ico(+0 -0)➕
public/favicon.svg(+17 -0)➕
public/site.webmanifest(+21 -0)➕
public/web-app-manifest-192x192.png(+0 -0)➕
public/web-app-manifest-512x512.png(+0 -0)📄 Description
The download page rn manually points at download links because the release is marked as preview, preventing usage of
https://github.com/Drop-OSS/drop-app/releases/latestto point to the latest download. Furthermore, the filenames also contain the version, so that would need changing as well if a fully automated approached as used.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.