Commit 62a91c3
authored
refactor(ui): improve chat and overlay function signatures (#1400)
- Remove unnecessary visibility check in Chat:remove_message
- Add @Protected annotation to Chat:parse for clarity
- Make Overlay:show_help pos parameter optional for flexibility
These changes enhance code readability and maintainability by refining
function signatures and documentation.1 parent f2f523f commit 62a91c3
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | 519 | | |
| 520 | + | |
524 | 521 | | |
525 | 522 | | |
526 | 523 | | |
| |||
615 | 612 | | |
616 | 613 | | |
617 | 614 | | |
| 615 | + | |
| 616 | + | |
618 | 617 | | |
619 | 618 | | |
620 | 619 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments