[PR #920] [MERGED] feat(frontend): improve generics in multiselect dropdown #1061

Closed
opened 2025-11-01 21:10:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/920
Author: @dpschen
Created: 6/11/2025
Status: Merged
Merged: 6/17/2025
Merged by: @kolaente

Base: mainHead: feat/refactor-components-with-generics-and-remove-eslint-disable


📝 Commits (1)

  • 96ca3e7 feat(frontend): improve generics in multiselect dropdown

📊 Changes

2 files changed (+10 additions, -16 deletions)

View changed files

📝 frontend/src/components/input/AutocompleteDropdown.vue (+3 -4)
📝 frontend/src/components/input/Multiselect.vue (+7 -12)

📄 Description

Summary

  • make AutocompleteDropdown generic and type options
  • update Multiselect to consistently use its generic type

🔄 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/go-vikunja/vikunja/pull/920 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/refactor-components-with-generics-and-remove-eslint-disable` --- ### 📝 Commits (1) - [`96ca3e7`](https://github.com/go-vikunja/vikunja/commit/96ca3e7b37d56e1c28332ed01ebed6c2156226ec) feat(frontend): improve generics in multiselect dropdown ### 📊 Changes **2 files changed** (+10 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/input/AutocompleteDropdown.vue` (+3 -4) 📝 `frontend/src/components/input/Multiselect.vue` (+7 -12) </details> ### 📄 Description ## Summary - make `AutocompleteDropdown` generic and type `options` - update `Multiselect` to consistently use its generic type --- <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 2025-11-01 21:10:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1061