Skip to content

Commit dbfa022

Browse files
committed
fix(ui): remove unnecessary todo comments and refactor binding logic for consistency
These todo comments were left as placeholders during development and are no longer relevant. The refactored binding logic ensures consistency across the codebase, improving readability and maintainability.
1 parent d1e6a93 commit dbfa022

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/kotlin/cc/unitmesh/devti/settings/coder/AutoDevCoderConfigurable.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ class AutoDevCoderConfigurable(project: Project) : BoundConfigurable(AutoDevBund
188188
}
189189
row(AutoDevBundle.message("settings.autodev.coder.customEnginePrompt")){}
190190
row() {
191-
// TODO: spike better way for support 213 and 221
192191
fullWidthCell(customEnginePrompt)
193192
.bind(
194193
componentGet = { it.text },

src/main/kotlin/cc/unitmesh/devti/settings/custom/TeamPromptsConfigurable.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class PromptLibraryConfigurable(project: Project) : BoundConfigurable(AutoDevBun
1818

1919
override fun createPanel(): DialogPanel = panel {
2020
row(AutoDevBundle.message("settings.external.team.prompts.path")) {
21-
// TODO: spike better way for support 213 and 221
2221
fullWidthCell(teamPromptsField)
2322
.bind(
2423
componentGet = { it.text },

0 commit comments

Comments
 (0)