@@ -16,15 +16,15 @@ <h1>LG TV Remote</h1>
1616 < span id ="status-dot " class ="dot disconnected "> </ span >
1717 < span id ="status-text "> Not Connected</ span >
1818 </ div >
19- < button class ="btn-icon quit-btn " onclick ="quitApp() " title ="Quit "> ✕ ;</ button >
19+ < button class ="btn-icon quit-btn " onclick ="quitApp() " title ="Quit "> × ;</ button >
2020 </ div >
2121 </ header >
2222
2323 <!-- Settings Panel (collapsible) -->
2424 < section id ="settings-panel " class ="settings collapsed ">
2525 < button class ="settings-toggle " onclick ="toggleSettings() ">
26- < span class ="icon "> ⚙ ;</ span > Settings
27- < span class ="arrow "> ▾ ;</ span >
26+ < span class ="icon "> ⚙ ;</ span > Settings
27+ < span class ="arrow "> ▼ ;</ span >
2828 </ button >
2929 < div class ="settings-content ">
3030 < div class ="field ">
@@ -66,42 +66,42 @@ <h1>LG TV Remote</h1>
6666 < section class ="dpad ">
6767 < div class ="dpad-grid ">
6868 < div > </ div >
69- < button class ="btn dpad-btn " onclick ="sendButton('UP') " title ="Up "> ▲ ;</ button >
69+ < button class ="btn dpad-btn " onclick ="sendButton('UP') " title ="Up "> &uarr ;</ button >
7070 < div > </ div >
71- < button class ="btn dpad-btn " onclick ="sendButton('LEFT') " title ="Left "> ◀ ;</ button >
71+ < button class ="btn dpad-btn " onclick ="sendButton('LEFT') " title ="Left "> &larr ;</ button >
7272 < button class ="btn dpad-btn ok-btn " onclick ="sendButton('ENTER') " title ="OK "> OK</ button >
73- < button class ="btn dpad-btn " onclick ="sendButton('RIGHT') " title ="Right "> ▶ ;</ button >
73+ < button class ="btn dpad-btn " onclick ="sendButton('RIGHT') " title ="Right "> &rarr ;</ button >
7474 < div > </ div >
75- < button class ="btn dpad-btn " onclick ="sendButton('DOWN') " title ="Down "> ▼ ;</ button >
75+ < button class ="btn dpad-btn " onclick ="sendButton('DOWN') " title ="Down "> &darr ;</ button >
7676 < div > </ div >
7777 </ div >
7878 </ section >
7979
8080 <!-- Volume Controls -->
8181 < section class ="volume ">
8282 < button class ="btn " onclick ="volumeDown() " title ="Volume Down ">
83- < span class ="icon "> 🔉 </ span > Vol -
83+ < span class ="icon "> - </ span > Vol
8484 </ button >
85- < button class ="btn icon-btn " onclick ="setMute(true) " title ="Mute "> 🔇 </ button >
86- < button class ="btn icon-btn " onclick ="setMute(false) " title ="Unmute "> 🔊 </ button >
85+ < button class ="btn icon-btn " onclick ="setMute(true) " title ="Mute "> M </ button >
86+ < button class ="btn icon-btn " onclick ="setMute(false) " title ="Unmute "> U </ button >
8787 < button class ="btn " onclick ="volumeUp() " title ="Volume Up ">
88- Vol + < span class ="icon "> 🔊 </ span >
88+ Vol < span class ="icon "> + </ span >
8989 </ button >
9090 </ section >
9191
9292 <!-- Quick Actions -->
9393 < section class ="actions ">
9494 < button class ="btn action-btn " onclick ="powerOn() " title ="Power On ">
95- < span class =" icon " > ⏻ </ span > Power On
95+ Power On
9696 </ button >
9797 < button class ="btn action-btn danger " onclick ="powerOff() " title ="Power Off ">
98- < span class =" icon " > ⏻ </ span > Power Off
98+ Power Off
9999 </ button >
100100 < button class ="btn action-btn " onclick ="sendButton('HOME') " title ="Home ">
101- < span class =" icon " > ⌂ </ span > Home
101+ Home
102102 </ button >
103103 < button class ="btn action-btn " onclick ="sendButton('BACK') " title ="Back ">
104- < span class =" icon " > ← </ span > Back
104+ ← Back
105105 </ button >
106106 </ section >
107107
0 commit comments