-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Problem
Following up on the discussion in #6485 and PR #6571.
There is currently a visual mismatch between the context menu and the sidebar for the map tool icons:
- Add a note: The context menu uses
bi-chat-text(a standard speech bubble), while the sidebar uses a custom SVG (a speech bubble with a plus sign). - Query features: The context menu uses
bi-question(a plain question mark), while the sidebar uses a custom SVG (a cursor arrow with a small question mark).
Description
Since the context menu currently relies on Bootstrap CSS classes (bi-*), we cannot easily use the exact files used in the sidebar without refactoring the createMenuItem function to support inline SVGs or image tags.
We need to decide on the best path forward:
- Is there a closer Bootstrap icon match that we missed?
- Or should we refactor the context menu code to support inline SVGs/Images so we can use the exact same assets as the sidebar?
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels