redesign tile action menu with toolbar and submenus

- replace old PopupMenu (flat preset list) with PopupPanel-based menu
- add 3-icon toolbar: ⚙ Settings, ℹ Info, ✕ Remove (+) + Add
- red ✕ on tiles removes the tile; green + on empty space opens add-tile submenu
- 'Themes ▸' button opens a submenu with all ShaderPresets
- add-tile submenu populates from PluginManager.get_all_tile_defs()
- all toolbar buttons are 48×48 flat buttons with 24px font for touch
- orphan PopupPanel children cleaned up during grid rebuild
This commit is contained in:
Eric Smith 2026-05-21 09:19:29 -04:00
parent 6aba0e23d0
commit ebf97a6fc8
3 changed files with 164 additions and 28 deletions

View file

@ -32,4 +32,5 @@ window/stretch/mode="viewport"
[rendering]
renderer/rendering_method.mobile="forward_plus"
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"