[PR #15753] app: align the app launch page with ollama launch #41164

Open
opened 2026-04-23 01:53:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15753
Author: @hoyyeva
Created: 4/22/2026
Status: 🔄 Open

Base: mainHead: hoyyeva/launch-page-update


📝 Commits (10+)

📊 Changes

5 files changed (+202 additions, -0 deletions)

View changed files

📝 app/store/database.go (+2 -0)
app/ui/app/public/launch-icons/copilot-dark.svg (+1 -0)
app/ui/app/public/launch-icons/copilot.svg (+1 -0)
app/ui/app/public/launch-icons/hermes-agent.svg (+181 -0)
📝 app/ui/app/src/components/LaunchCommands.tsx (+17 -0)

📄 Description

Summary

Make the app Launch page match ollama launch more closely, and add checks so the app list stays in sync with the launcher.

Changes

  • update the app Launch page to use the same visible integrations and ordering as ollama launch
  • add Hermes Agent and Copilot to the app Launch page
  • use local SVG assets for Hermes Agent and Copilot icons
  • move launch-page integration metadata into a shared JSON manifest
  • add a cmd/launch test to verify the app manifest matches the launcher registry
  • add an app/store test to verify every manifest entry is accepted by LastHomeView

🔄 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/ollama/ollama/pull/15753 **Author:** [@hoyyeva](https://github.com/hoyyeva) **Created:** 4/22/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `hoyyeva/launch-page-update` --- ### 📝 Commits (10+) - [`001f50e`](https://github.com/ollama/ollama/commit/001f50e117d30e65935b3c3bea4b7bb6a0c2a042) app: align the app launch page with ollama launch - [`eb48bee`](https://github.com/ollama/ollama/commit/eb48bee816c1b8ff5c01fd914b013aee75b2bf2d) clean up - [`e4c2ccc`](https://github.com/ollama/ollama/commit/e4c2ccc8e42fdf402cf7c7c7a0f2c3673797a8f4) cleanup - [`d128681`](https://github.com/ollama/ollama/commit/d12868137b58aeb37101689253694bc317689cb7) simplified implementation - [`5fba0ca`](https://github.com/ollama/ollama/commit/5fba0ca22b9133099969e41dd2b64a78cf1e995f) clean up - [`832197c`](https://github.com/ollama/ollama/commit/832197c0f01ea4928d6bb51855793a2b9bada27a) update to svg - [`843e43d`](https://github.com/ollama/ollama/commit/843e43dec19aab4d299e6b686c34f21147fdc090) clean up - [`b38fb56`](https://github.com/ollama/ollama/commit/b38fb56c69baf91ac4d818cd64a042b7bf6f80b9) remove unused test and image - [`dca6ae3`](https://github.com/ollama/ollama/commit/dca6ae344b3b3305b459496e72237d2ee2d72f9c) update png to svg - [`f266fbf`](https://github.com/ollama/ollama/commit/f266fbf17c2edf620c1e760bebaf80c9633ce05f) update image ### 📊 Changes **5 files changed** (+202 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/store/database.go` (+2 -0) ➕ `app/ui/app/public/launch-icons/copilot-dark.svg` (+1 -0) ➕ `app/ui/app/public/launch-icons/copilot.svg` (+1 -0) ➕ `app/ui/app/public/launch-icons/hermes-agent.svg` (+181 -0) 📝 `app/ui/app/src/components/LaunchCommands.tsx` (+17 -0) </details> ### 📄 Description ### Summary Make the app Launch page match ollama launch more closely, and add checks so the app list stays in sync with the launcher. ### Changes - update the app Launch page to use the same visible integrations and ordering as ollama launch - add Hermes Agent and Copilot to the app Launch page - use local SVG assets for Hermes Agent and Copilot icons - move launch-page integration metadata into a shared JSON manifest - add a cmd/launch test to verify the app manifest matches the launcher registry - add an app/store test to verify every manifest entry is accepted by LastHomeView --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 01:53:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#41164