Skip to content

Enable emoji highlighter entry point in brush graph#76

Merged
cka-dev merged 3 commits into
mainfrom
brush-graph/add-emoji-highlighter
May 15, 2026
Merged

Enable emoji highlighter entry point in brush graph#76
cka-dev merged 3 commits into
mainfrom
brush-graph/add-emoji-highlighter

Conversation

@maxmmitchell
Copy link
Copy Markdown
Contributor

@maxmmitchell maxmmitchell commented May 14, 2026

Very similar to the code in brush designer's top bar which does similar handling. Uses chevron style icons instead of the character for the "arrow" indicating the submenu, in keeping with the aesthetics already present in brush graph's template menu/material design.

Some formatting changes came along too on save. Should be mostly whitespace there.

Also alphabetize the custom brushes -- I messed this up on my prior PR and put them in out of order. This fixes them back to being in order.

Also alphabetize the custom brushes -- I messed this up on my prior PR and put them in out of order
@maxmmitchell maxmmitchell marked this pull request as ready for review May 14, 2026 15:22
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces an 'Emoji Highlighter' submenu to the brush graph menus, allowing users to select from various emoji-based brush templates, and reorders custom brush definitions for better organization. The review feedback highlights that the icon logic for submenus is non-standard; specifically, using ExpandMore for menus that open horizontally is misleading. It is recommended to use ChevronRight consistently to align with Material Design patterns for cascading menus.

Comment thread app/src/main/java/com/example/cahier/developer/brushgraph/ui/BrushGraphMenus.kt Outdated
Comment thread app/src/main/java/com/example/cahier/developer/brushgraph/ui/BrushGraphMenus.kt Outdated
Copy link
Copy Markdown
Contributor

@cka-dev cka-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cka-dev cka-dev merged commit 375e24f into main May 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants