[PR #4] [MERGED] add download page and fix favicon #4

Closed
opened 2026-02-17 17:12:33 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: more-improvements


📝 Commits (3)

  • 2d5151d fix: website favicon
  • afe4a06 feat: svg favicon plus better mobile support
  • eb40975 feat: 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/latest to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-website/pull/4 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `main` ← **Head:** `more-improvements` --- ### 📝 Commits (3) - [`2d5151d`](https://github.com/Drop-OSS/drop-website/commit/2d5151d16536a2ad0d03c13d8e07a63d43b2e05c) fix: website favicon - [`afe4a06`](https://github.com/Drop-OSS/drop-website/commit/afe4a06cc77706eef27677a11417a6288319391b) feat: svg favicon plus better mobile support - [`eb40975`](https://github.com/Drop-OSS/drop-website/commit/eb40975dd4fa1be84490697537f94855bf11107e) feat: add downloads page ### 📊 Changes **14 files changed** (+1220 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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/latest` to 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:33 -05:00
yindo closed this issue 2026-02-17 17:12:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-website#4