feat: add open button to launch installed extension (#1013)

* chore: up

* support query string main_extension_id

* chore: up

* fix tests

* open non-group/extension extensions

* dbg

* chore: upadate

* extension SearchSource now accepts empty querystring

* update

* chore: open

* chore: input

* remove DBG statements

* chore: icon

* style: adjust styles

* docs: update release notes

---------

Co-authored-by: Steve Lau <stevelauc@outlook.com>
This commit is contained in:
BiggerRain
2025-12-18 15:50:26 +08:00
committed by GitHub
parent ed8a1cb477
commit f7c0600480
16 changed files with 498 additions and 223 deletions

View File

@@ -13,6 +13,8 @@ Information about release notes of Coco App is provided here.
### 🚀 Features
- feat: add open button to launch installed extension #1013
### 🐛 Bug fix
- fix: fix the abnormal input height issue #1006