ayangweb
fc7cd165a8
refactor: replace getCurrentWindow with getCurrentWebviewWindow ( #945 )
...
* refactor: replace `getCurrentWindow` with `getCurrentWebviewWindow`
* refactor: update
* refactor: update
2025-10-23 16:48:13 +08:00
BiggerRain
89a8304b9e
build: build error ( #922 )
2025-10-13 16:43:29 +08:00
BiggerRain
d0fc79238b
build: web component build error ( #858 )
...
* build: build error
* docs: update notes
2025-08-02 11:14:56 +08:00
SteveLauC
2eb10933e7
refactor: pinning window won't set CanJoinAllSpaces on macOS ( #854 )
...
This commit reverts the logic introduced in
e7dd27c744 :
> Pinning the main window would bring "NSWindowCollectionBehaviorCanJoinAllSpaces"
> back to make it really stay pinned across all the spaces.
Commit 6bc78b41ef (diff-b55e9c1de63ea370ce736826e4dea5685bfa3992d8dee58427337e68b71a1fc1)
did a tiny refactor to the frontend code merged in the above commit,
these changes are reverted as well.
We revert these changes because we observed an issue with window
focus, and we don't know the root cause and how to fix the issue either.
The following change is kept because we don't want to hit this NS panel
bug[1]. But if the issue still exists after this commit, it will
be removed as well.
In "src-tauri/src/setup/mac.rs":
```diff
panel.set_collection_behaviour(
- NSWindowCollectionBehavior::NSWindowCollectionBehaviorCanJoinAllSpaces
+ NSWindowCollectionBehavior::NSWindowCollectionBehaviorMoveToActiveSpace
```
[1]: https://github.com/ahkohd/tauri-nspanel/issues/76
2025-08-01 15:28:11 +08:00
BiggerRain
6bc78b41ef
chore: web component loading font icon ( #838 )
...
* chore: web component loading font icon
* docs: update notes
2025-07-28 19:03:40 +08:00
BiggerRain
3f4abe51e5
fix: web component server list error ( #781 )
...
* chore: update app
* fix: web component server list error
* feat: add
* chore: remove defalut version
2025-07-19 17:07:11 +08:00
BiggerRain
e3a3849fa4
chore: search-chat components add formatUrl & think data & icons url ( #765 )
...
* chore: web components add formatUrl & think data
* chore: add headers
* chore: add
* chhore: add server url
* docs: update notes
* chore: url
* docs: search chat docs
2025-07-17 09:22:23 +08:00
BiggerRain
5b27488402
refactor: adjusted assistant, datasource, mcp_server interface parameters ( #746 )
...
* chore: handle mcp interface parameters
* docs: update notes
* chore: remove code
* chore: assistant params
* fix: assistant params
* docs: update notes
2025-07-10 09:48:42 +08:00
BiggerRain
6ff6b46139
refactor: create chat & send chat api ( #739 )
...
* chore: code format
* fix: build error
* refactor: chat create & chat
* chore: aa
* chore: aa
* refactor: send chat messages
* chore: chat
* chore: web
* chore: add
* docs: update notes
2025-07-07 19:41:29 +08:00
ayangweb
fc43fbe798
refactor: improve AI assistant interaction logic and Tab key handling ( #666 )
...
* refactor: improve AI assistant interaction logic and Tab key handling
* refactor: update
* style: remove
2025-06-11 17:49:05 +08:00
ayangweb
44ca66259c
refactor: don't hide pinned window on search result open ( #662 )
...
* refactor: don't hide pinned window on search result open
* refactor: update
2025-06-11 15:26:06 +08:00
ayangweb
8ed808c591
fix: fix the problem of local path not opening ( #650 )
...
* fix: fix the problem of local path not opening
* docs: update changelog
* chore: remove pizza-engine
2025-06-10 17:26:19 +08:00
BiggerRain
f23498afa0
fix: web icon isAbsolute ( #599 )
2025-06-03 19:28:26 +08:00
BiggerRain
04903a09cd
build: build web components and publish ( #404 )
...
* build: build web components and publish
* docs: update notes
2025-04-22 09:35:04 +08:00
ayangweb
f18f94ea6d
refactor: replace the app icon after search with an absolute path ( #387 )
2025-04-18 10:18:28 +08:00
BiggerRain
a22024f640
style: modify the style ( #370 )
...
* style: modify the style
* style: adjust page style
* style: web style
* docs: update notes
2025-04-16 11:19:23 +08:00
ayangweb
fc2c311624
refactor: unify platform adapter interfaces and optimize code structure ( #363 )
...
* refactor: unify platform adapter interfaces and optimize code structure
* style: remove unused comments
2025-04-15 10:50:26 +08:00
BiggerRain
0d15b3b6be
chore: adjust web component styles ( #362 )
...
* chore: adjust web component styles
* docs: update notes
2025-04-15 08:55:06 +08:00
BiggerRain
e088f5dcbe
fix: active shadow setting ( #354 )
...
* chore: active shadow setting
* chore: add isTauri
* chore: web build
* docs: update notes
2025-04-11 14:17:42 +08:00
BiggerRain
7e4f4b5303
feat: mobile terminal adaptation about style ( #348 )
...
* feat: mobile terminal adaptation
* feat: mobile terminal adaptation
* feat: mobile terminal adaptation
* docs: update notes
* chore: remove log
2025-04-10 16:03:38 +08:00
BiggerRain
e15baef8f9
refactor: web components ( #331 )
...
* refactor: web components
* chore: web component
* chore: web
* chore: web
* docs: update notes
2025-04-07 11:19:09 +08:00