Medcl
bbb517237f
refactor: refactoring api error handling ( #382 )
...
* refactor: refactoring api error handling
* chore: update release notes
* chore: merge from main
2025-04-17 18:42:28 +08:00
ayangweb
0bf6686494
feat: add keyboard-only operation to history list ( #385 )
...
* feat: add keyboard-only operation to history list
* docs: update changelog
2025-04-17 18:41:54 +08:00
BiggerRain
9f04fb1e0f
style: search data display ( #380 )
...
* style: search date display
* style: adjust style
* style: search detail display
* docs: update notes
* build: build error
2025-04-17 17:34:42 +08:00
ayangweb
542fd5b233
refactor: upgrade tauri-plugin-fs-pro version and optimize code ( #383 )
...
* refactor: upgrade `tauri-plugin-fs-pro` version and optimize code
* style: delete useless tunes
2025-04-17 16:15:05 +08:00
SteveLauC
26bf391937
fix: correct app default search path on macOS ( #381 )
2025-04-17 11:57:14 +08:00
ayangweb
20b653391c
chore: lock tauri-plugin-fs-pro version to 2.3.1 ( #379 )
2025-04-17 10:30:53 +08:00
BiggerRain
a9aab4e4d5
style: search list details display ( #378 )
...
* style: search list detail show
* style: search list detail show
* docs: update notes
2025-04-17 09:04:36 +08:00
Medcl
b25f820288
fix: chat history was not show up ( #377 )
...
* fix: query chat history
* chore: update release notes
* chore: update parameter check
2025-04-17 07:34:05 +08:00
BiggerRain
a6205eff1b
chore: moblie & web display ( #376 )
...
* style: adjust style
* chore: moblie & web display
2025-04-16 20:19:12 +08:00
ayangweb
af70639eb3
feat: add application management to the plugin ( #374 )
...
* feat: add application management to the plugin
* refactor: add dark color mode support
* docs: update changelog
* style: add a full note
2025-04-16 19:06:31 +08:00
ayangweb
bd5015efeb
refactor: add shortcut key hints to data source list ( #375 )
...
* refactor: add shortcut key hints to data source list
* refactor: flex layout implementation
2025-04-16 18:29:28 +08:00
BiggerRain
1c59a88a38
style: dark bg color ( #373 )
2025-04-16 15:53:10 +08:00
ayangweb
8fef0a5d8b
style: remove unused code ( #372 )
2025-04-16 11:55:55 +08:00
ayangweb
4eed4cb1d9
refactor: shortcuts take effect in the popup box when opening the popup box ( #371 )
2025-04-16 11:46:32 +08:00
rain
eff37d6764
style: adjust moblie height & rounded
2025-04-16 11:45:09 +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
c3bef7e46b
refactor: disable system shortcuts ( #369 )
2025-04-16 10:06:51 +08:00
ayangweb
0703808009
refactor: optimization of search box styles for networked search data sources ( #368 )
2025-04-16 09:24:46 +08:00
ayangweb
23ae478e47
feat: networked search data sources support search and keyboard-only operation ( #367 )
...
* feat: networked search data sources support search and keyboard-only operation
* docs: update changelog
2025-04-15 20:13:42 +08:00
Medcl
6ecb232685
chore: update release notes ( #366 )
2025-04-15 18:22:00 +08:00
Medcl
e4785f0654
chore: update user profile ( #365 )
2025-04-15 18:18:02 +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
ayangweb
689631cde2
refactor: optimized history search and renaming ( #360 )
...
* refactor: optimized history search and renaming
* docs: update changelogs
2025-04-14 22:09:13 +08:00
SteveLauC
326b1f5bff
feat: impl list_app_with_metadata_in() ( #361 )
...
* feat: impl list_app_with_metadata_in()
* docs: add link to serde_json::Number::from_u128()
* fix: app search
* chore: more default search paths for macOS
2025-04-14 20:30:25 +08:00
ayangweb
0a7b445661
feat: service list popup box supports keyboard-only operation ( #359 )
...
* feat: service list popup box supports keyboard-only operation
* docs: update changelog
2025-04-14 15:01:58 +08:00
ayangweb
62cbb95000
refactor: optimize history deletion ( #358 )
2025-04-11 17:33:58 +08:00
BiggerRain
2b11d4a2a8
chore: add translate ( #357 )
2025-04-11 17:11:52 +08:00
ayangweb
2cc3bf55c7
refactor: add autofocus to input boxes and block menu item default events ( #356 )
...
* refactor: add autofocus to input boxes and block menu item default events
* refactor: remove the portal attribute
* refactor: removing unnecessary event.preventDefault calls
2025-04-11 17:08:48 +08:00
ayangweb
76880460c5
feat: add a shortcut to open a network search range ( #355 )
2025-04-11 14:59:37 +08:00
ayangweb
42fb9563a7
refactor: displays the default mode when the app is launched for the first time ( #353 )
...
* refactor: displays the default mode when the app is launched for the first time
* refactor: optimize startup mode judgment logic
* style: removing warnings about unused variables and allowing dead code
2025-04-11 14:18:53 +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
SteveLauC
024dc3155d
feat: expose applications::get_default_search_paths ( #352 )
2025-04-11 11:48:48 +08:00
ayangweb
0948ab1035
refactor: fix chat window style issues ( #351 )
2025-04-11 10:33:40 +08:00
rain
19e2f5eb4f
build: build tauri
2025-04-10 16:25:10 +08:00
BiggerRain
935cdef391
style: add width ( #349 )
2025-04-10 16:13:35 +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
ayangweb
c053b55759
docs: update changelog ( #345 )
2025-04-10 09:14:44 +08:00
Medcl
7fa56cfc7d
refactor: refactoring login callback, receive access_token from coco-server ( #344 )
2025-04-10 07:12:17 +08:00
ayangweb
c15fd2ce73
feat: add a border to the main window in Windows 10 ( #343 )
...
* feat: add a border to the main window in Windows 10
* refactor: remove unused code
* refactor: add dark themed borders
2025-04-09 17:04:20 +08:00
BiggerRain
6c90f42da0
feat: add font icon ( #342 )
...
* feat: add font icon
* docs: update notes
* chore: cleanup the uncessary change
2025-04-08 22:58:53 +08:00
ayangweb
72e5224e39
refactor: replace the history list in the main window ( #341 )
2025-04-08 21:43:41 +08:00
ayangweb
b602121cd3
refactor: replacing the open method ( #340 )
2025-04-08 16:27:45 +08:00
ayangweb
211ba463d0
fix: fix apps and articles not opening ( #339 )
...
* fix: fix apps and articles not opening
* style: adjusting the order of import statements
2025-04-08 15:48:59 +08:00
ayangweb
b45eb0b91d
fix: fixed the problem of not being able to search in secondary directories ( #338 )
...
* fix: fixed the problem of not being able to search in secondary directories
* docs: update changelog
2025-04-08 15:35:10 +08:00
BiggerRain
57b2a20c56
fix: load app & web utils ( #337 )
2025-04-08 15:24:12 +08:00
ayangweb
59622a768b
refactor: improvement of internationalization content ( #336 )
2025-04-07 18:25:22 +08:00
ayangweb
1cace28760
feat: add shortcuts for some icon buttons ( #334 )
...
* feat: add shortcuts for some icon buttons
* feat: support for switching the fixed state of the window
* refactor: optimize the issue of page jumping caused by the display of shortcut keys
* feat: deep thinking and networking search add shortcuts
* refactor: changing the default shortcut keys
* refactor: hide the voice input function button
* docs: update changelog
2025-04-07 16:20:13 +08:00
BiggerRain
eb32b03b48
chore: optimizing the code ( #335 )
2025-04-07 16:09:05 +08:00
BiggerRain
04d00c808d
style: compatible with css style ( #333 )
...
* style: compatible with css style
* style: compatible with css style
2025-04-07 12:14:35 +08:00