[PR #1686] [MERGED] feat: add types to some frontend stores #20750

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1686
Author: @cheahjs
Created: 4/22/2024
Status: Merged
Merged: 4/22/2024
Merged by: @tjbck

Base: devHead: feat/add-store-types


📝 Commits (2)

  • 81b7cdf fix: add typescript types for models
  • ed13da8 feat: add types to some frontend stores

📊 Changes

1 file changed (+109 additions, -6 deletions)

View changed files

📝 src/lib/stores/index.ts (+109 -6)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

For my own sanity, add types to some of the stored state in the frontend.


🔄 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/open-webui/open-webui/pull/1686 **Author:** [@cheahjs](https://github.com/cheahjs) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `feat/add-store-types` --- ### 📝 Commits (2) - [`81b7cdf`](https://github.com/open-webui/open-webui/commit/81b7cdfed7cc129962dc686edc8b5568312e2186) fix: add typescript types for models - [`ed13da8`](https://github.com/open-webui/open-webui/commit/ed13da8aba4cb767a7afc7b6036461f48a382e9a) feat: add types to some frontend stores ### 📊 Changes **1 file changed** (+109 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/stores/index.ts` (+109 -6) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description For my own sanity, add types to some of the stored state in the frontend. --- <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-20 03:09: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/open-webui#20750