-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Setting - Service and provide service configuration view (#326)
* service tab refactor * service configuration view * add comment for ServiceStringConfigurationSection * add comments for ConfigurableService * rename openAIAPI with openAIAPIKey * UI optimization * revert schema * fix: service setting in dark mode * fix: cannot move and scroll position error * introduce a view model in service tab * delete unused code * fix: do not post update notification if service enabled is not changed * fix: resizing windows animation in service view * small refactor on viewmodels * refactor: ServiceItems * reset selection after window type changes * perf: update Localizable.xcstrings --------- Co-authored-by: tisfeng <[email protected]> Co-authored-by: phlpsong <[email protected]>
- Loading branch information
1 parent
a0cb61e
commit 8edb419
Showing
14 changed files
with
549 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ @interface EZOpenAIService () | |
|
||
@end | ||
|
||
|
||
@implementation EZOpenAIService | ||
|
||
- (instancetype)init { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.