fix: scale indicator, logo crop, gateway LAN IP, setup spacing
webapp:
- Scale indicator: replace plain green dot with ⚖️ emoji + colored
status badge (green/amber/grey/red); icon fades out when disconnected;
tap shows a toast with device name + battery level
- Logo images: crop excess transparent padding from logo.png and
logo_icon.png so content fills the frame at small display sizes
- style.css: reworked .scale-status-indicator CSS for emoji+badge
kiosk:
- SetupActivity: use device's real LAN IP for scale_gateway_url
(was hardcoded 127.0.0.1 — only worked if server and kiosk run on
the same machine); added getDeviceLanIp() helper (prefers wlan/eth)
- activity_setup.xml: reduce welcome step padding/margins so step 1
fits on screen without scrolling; text sizes slightly reduced
- activity_setup.xml: fix feature bullet 'Bilancia Bluetooth via
Gateway app' → 'Bilancia BLE integrata (nessuna app esterna)'
- strings.xml (en + it): rewrite all wizard_gateway_* strings to
reflect integrated BLE service instead of external gateway APK
- ic_logo.png: regenerated at all densities from cropped source
This commit is contained in:
+6
-2
@@ -76,8 +76,12 @@
|
||||
<!-- Actions — fixed set of icon buttons, all same size -->
|
||||
<div class="header-actions">
|
||||
<button id="scale-status-indicator" class="header-btn scale-status-indicator scale-status-disconnected"
|
||||
style="display:none" data-i18n-title="scale.status_disconnected" title="⚖️ Bilancia">
|
||||
<span class="scale-dot"></span>
|
||||
style="display:none" data-i18n-title="scale.status_disconnected" title="⚖️ Bilancia"
|
||||
onclick="_scaleShowInfo()">
|
||||
<span class="scale-icon-wrapper">
|
||||
<span class="scale-icon-emoji">⚖️</span>
|
||||
<span class="scale-status-dot"></span>
|
||||
</span>
|
||||
</button>
|
||||
<button class="header-btn header-gemini-btn" onclick="showPage('chat')" title="Chat con Gemini" data-i18n-title="chat.title">
|
||||
<svg class="gemini-icon" viewBox="0 0 24 24" width="24" height="24" fill="white"><path d="M12 0C12 6.627 6.627 12 0 12c6.627 0 12 5.373 12 12 0-6.627 5.373-12 12-12-6.627 0-12-5.373-12-12z"/></svg>
|
||||
|
||||
Reference in New Issue
Block a user