Skip to content

Commit

Permalink
fix(ui): remove unnecessary todo comments and refactor binding logic …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
phodal committed Mar 29, 2024
1 parent d1e6a93 commit dbfa022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -188,7 +188,6 @@ class AutoDevCoderConfigurable(project: Project) : BoundConfigurable(AutoDevBund
}
row(AutoDevBundle.message("settings.autodev.coder.customEnginePrompt")){}
row() {
// TODO: spike better way for support 213 and 221
fullWidthCell(customEnginePrompt)
.bind(
componentGet = { it.text },
Expand Down
Expand Up @@ -18,7 +18,6 @@ class PromptLibraryConfigurable(project: Project) : BoundConfigurable(AutoDevBun

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

0 comments on commit dbfa022

Please sign in to comment.