[PR #15437] [MERGED] app: restore launch default and refine launch sidebar open #61855

Closed
opened 2026-04-29 16:51:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15437
Author: @ParthSareen
Created: 4/8/2026
Status: Merged
Merged: 4/8/2026
Merged by: @ParthSareen

Base: mainHead: parth-app-default-launch


📝 Commits (3)

  • 5a18c5b app: restore launch default and refine launch sidebar open
  • 78f7a7f app/ui: make launch sidebar test work in node env
  • 2a26f40 app/ui: inline launch home view logic

📊 Changes

8 files changed (+134 additions, -13 deletions)

View changed files

📝 app/store/database.go (+3 -3)
📝 app/store/database_test.go (+39 -0)
📝 app/store/store.go (+1 -1)
📝 app/store/store_test.go (+26 -0)
📝 app/ui/app/src/components/ChatSidebar.tsx (+6 -0)
📝 app/ui/app/src/hooks/useSettings.ts (+1 -1)
📝 app/ui/app/src/routes/c.$chatId.tsx (+56 -6)
📝 app/ui/app/src/routes/index.tsx (+2 -2)

📄 Description

We default to launch again for new installs and ensure that sidebar is open. Will not impact existing users who have updated their app in last ~2 weeks


🔄 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/15437 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 4/8/2026 **Status:** ✅ Merged **Merged:** 4/8/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-app-default-launch` --- ### 📝 Commits (3) - [`5a18c5b`](https://github.com/ollama/ollama/commit/5a18c5b423b485f8265ee19f0c67a491fd782297) app: restore launch default and refine launch sidebar open - [`78f7a7f`](https://github.com/ollama/ollama/commit/78f7a7f85fb98895a0489cf69d294dc932b92770) app/ui: make launch sidebar test work in node env - [`2a26f40`](https://github.com/ollama/ollama/commit/2a26f4020179a5a48fcd28b83ad4a0b7c0f04594) app/ui: inline launch home view logic ### 📊 Changes **8 files changed** (+134 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `app/store/database.go` (+3 -3) 📝 `app/store/database_test.go` (+39 -0) 📝 `app/store/store.go` (+1 -1) 📝 `app/store/store_test.go` (+26 -0) 📝 `app/ui/app/src/components/ChatSidebar.tsx` (+6 -0) 📝 `app/ui/app/src/hooks/useSettings.ts` (+1 -1) 📝 `app/ui/app/src/routes/c.$chatId.tsx` (+56 -6) 📝 `app/ui/app/src/routes/index.tsx` (+2 -2) </details> ### 📄 Description We default to launch again for new installs and ensure that sidebar is open. Will not impact existing users who have updated their app in last ~2 weeks --- <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-29 16:51:21 -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#61855