[PR #80] [MERGED] ollama app welcome screen for first time run #35844

Closed
opened 2026-04-22 20:35:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/80
Author: @hoyyeva
Created: 7/14/2023
Status: Merged
Merged: 7/14/2023
Merged by: @jmorganca

Base: mainHead: welcome-screen


📝 Commits (8)

📊 Changes

8 files changed (+2576 additions, -343 deletions)

View changed files

📝 app/forge.config.ts (+1 -1)
📝 app/package-lock.json (+2391 -147)
📝 app/package.json (+5 -0)
📝 app/src/app.tsx (+113 -146)
app/src/declarations.d.ts (+4 -0)
📝 app/src/index.ts (+49 -49)
app/src/ollama.svg (+9 -0)
📝 app/webpack.rules.ts (+4 -0)

📄 Description

No description provided


🔄 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/80 **Author:** [@hoyyeva](https://github.com/hoyyeva) **Created:** 7/14/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `welcome-screen` --- ### 📝 Commits (8) - [`a2243fe`](https://github.com/ollama/ollama/commit/a2243fe23e3c4ecc5e48362abdee9ecb01333c58) set up welcome page - [`708f741`](https://github.com/ollama/ollama/commit/708f7411fe9af484502d4551c529738e139914a2) add welcome screen - [`ca6a5a5`](https://github.com/ollama/ollama/commit/ca6a5a5b4ab7c1d41a8842ec7df14658874e9d3f) add image and functions to welcome screen template - [`fdfab1e`](https://github.com/ollama/ollama/commit/fdfab1ee7d275ea92064349bdde336e769f61801) update store key name - [`db1a485`](https://github.com/ollama/ollama/commit/db1a4857e8b13a00c0a78e17c1c54636d37d305c) clean up - [`7b8e003`](https://github.com/ollama/ollama/commit/7b8e003ca53a66bb881b61363c4a56fd48770601) remove old - [`e41e30f`](https://github.com/ollama/ollama/commit/e41e30f3c6a29320ec680eef40e3320102fa52a4) cleaning up - [`d72911f`](https://github.com/ollama/ollama/commit/d72911fc59e6d58fbee487c0f2de02f924cb2d60) address comments ### 📊 Changes **8 files changed** (+2576 additions, -343 deletions) <details> <summary>View changed files</summary> 📝 `app/forge.config.ts` (+1 -1) 📝 `app/package-lock.json` (+2391 -147) 📝 `app/package.json` (+5 -0) 📝 `app/src/app.tsx` (+113 -146) ➕ `app/src/declarations.d.ts` (+4 -0) 📝 `app/src/index.ts` (+49 -49) ➕ `app/src/ollama.svg` (+9 -0) 📝 `app/webpack.rules.ts` (+4 -0) </details> ### 📄 Description _No description provided_ --- <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-22 20:35:39 -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#35844