TidGi-Desktop/src/services
2024-04-17 18:42:11 +08:00
..
auth fix: git token form not saved, not overwrite userInfo that user manually written 2024-01-08 19:42:56 +08:00
context feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00
database fix: try catch error about setting file 2024-04-16 23:02:41 +08:00
git refactor: use getTiddlerText on WikiOperations instead of service.getTiddlerText 2024-01-15 22:01:21 +08:00
languageModel feat: use prompt template 2024-04-14 02:32:49 +08:00
libs fix: error after ctrl+c 2024-04-17 18:42:11 +08:00
menu Update loadDefaultMenuTemplate.ts 2024-04-16 23:16:30 +08:00
native chore: upgrade deps 2024-03-20 19:45:42 +08:00
notifications lint: dprint 2023-05-19 11:22:38 +08:00
pages refactor: move all settings to database service 2024-01-06 21:44:04 +08:00
preferences feat: UI and button to test load model in tidgi 2024-04-12 21:55:17 +08:00
sync fix: sync when no draft not working 2024-02-11 03:23:20 +08:00
systemPreferences docs: OpenAtLoginMinimized only work in MacOS 2023-05-20 13:32:34 +08:00
theme refactor: remove workflow feature, move to a plugin 2023-12-23 15:24:02 +08:00
updater docs: for version 2024-04-17 17:56:29 +08:00
view feat: allow not show sidebar on menubar window 2024-02-04 15:59:18 +08:00
wiki fix: don't log full arguments_ here, it might contains huge text 2024-04-13 17:29:08 +08:00
wikiGitWorkspace chore: upgrade deps 2024-03-20 19:45:42 +08:00
windows fix: no menubar menu when have menubar window 2024-04-17 18:25:06 +08:00
workspaces feat: rebooting indicator for wiki 2024-03-20 21:05:25 +08:00
workspacesView feat: rebooting indicator for wiki 2024-03-20 21:05:25 +08:00
container.ts refactor: sendToAllWindows 2021-02-06 22:42:42 +08:00
Readme.md wip: create network on server side 2023-09-26 20:50:31 +08:00
serviceIdentifier.ts refactor: move sync logic to sync service 2023-12-31 19:42:25 +08:00
types.ts feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00

services

Adding new Service

See docs/internal/ServiceIPC.md.