feat: refresh calculator keypad labels and layout
Update the sample calculator UI to use compact math symbols, uppercase action labels, and a revised top bar layout. Also uppercase the angle mode button text and remove the backspace-specific width override.
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
</div>
|
||||
|
||||
<div class="menu-cell" id="constsMenuWrap">
|
||||
<button type="button" class="menu-trigger key-function" id="constsMenuButton" aria-haspopup="true" aria-expanded="false">consts</button>
|
||||
<button type="button" class="menu-trigger key-function" id="constsMenuButton" aria-haspopup="true" aria-expanded="false">π/e</button>
|
||||
<div class="popup-menu popup-menu-compact" id="constsMenu" hidden></div>
|
||||
</div>
|
||||
|
||||
<div class="topbar-spacer" aria-hidden="true"></div>
|
||||
|
||||
<div class="action-cell" id="deleteButton"></div>
|
||||
<div class="action-cell wide-action" id="backspaceButton"></div>
|
||||
<div class="action-cell" id="backspaceButton"></div>
|
||||
<div class="action-cell" id="escapeButton"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user