| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<message name="IDS_IOS_COMPOSEBOX_CANVAS_ACTION" desc="The contextual menu option for opening the tool where users can dynamically build and edit content with the help of AI. [iOS only]..">```suggestion
<message name="IDS_IOS_COMPOSEBOX_CANVAS_ACTION" desc="The contextual menu option for opening the tool where users can dynamically build and edit content with the help of AI. [iOS only].">
```
kRegularSearch,
kAIM,
kImageGeneration,
kCanvas,Nit: It would be helpful to add a brief comment for each enum value to clarify their specific use cases.
[self.consumer setAIModeEnabled:mode == ComposeboxMode::kAIM];duplicate?
- (BOOL)isEligibleToCanvas {Private methods should have a comment. Same for some methods below.
_isMultiline || _modeHolder.mode != ComposeboxMode::kRegularSearch;optional nit: Adding new values to the ComposeboxMode enum may require an update to this flow. Maybe having a switch could solve this issue.
- (UIButton*)createCanvasButton {optional nit: It seems like a lot of private methods are also missing a comment in this file.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |