156156 </ button >
157157 </ li >
158158 < li >
159- < button id ="navHistoryBtn " class ="sidebar-link p-3 rounded-xl hover:bg-gray-200 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-blue-300 outline outline-2 outline-offset-2 outline-transparent flex items-center justify-center " title ="History ">
160- < i data-lucide ="history " class ="w-6 h-6 "> </ i >
161- </ button >
162- </ li >
163159 </ ul >
164160 < div class ="mt-auto space-y-6 ">
165161 < li >
@@ -206,35 +202,17 @@ <h1 class="text-4xl font-bold">s16.games</h1>
206202 </ button >
207203 </ div >
208204 </ section >
209-
210- <!-- shitty game history -->
211- < section id ="gameHistorySection " class ="hidden p-6 rounded-xl shadow-md mb-6 outline outline-2 outline-offset-2 outline-gray-200 ">
212- < div class ="flex justify-between items-center mb-4 ">
213- < h2 class ="text-2xl font-semibold "> Recently Played Games</ h2 >
214- < button
215- id ="clearHistoryBtn "
216- class ="px-4 py-2 bg-red-600 text-white rounded-lg transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-red-300 outline outline-2 outline-offset-2 outline-red-300 flex items-center space-x-2 "
217- >
218- < i data-lucide ="trash-2 " class ="w-5 h-5 "> </ i >
219- < span > Clear History</ span >
220- </ button >
221- </ div >
222- < div id ="gameHistoryContainer " class ="max-h-64 overflow-y-auto pr-2 ">
223- < p class ="text-center " id ="noHistoryMessage "> No games played yet.</ p >
224- </ div >
225- </ section >
226-
227205 <!-- themes -->
228206 < section id ="settingsSection " class ="hidden p-6 rounded-xl shadow-md mb-6 outline outline-2 outline-offset-2 outline-gray-200 ">
229207 < h2 class ="text-2xl font-semibold mb-4 "> Settings</ h2 >
230208 < div class ="flex items-center gap-4 mb-4 ">
231209 < label for ="themeSelect " class ="font-medium "> Select Theme:</ label >
232210 < select id ="themeSelect " class ="p-2 rounded-lg border focus:outline-none focus:ring-2 focus:ring-blue-300 outline outline-2 outline-offset-2 outline-gray-200 ">
233- < option value ="light "> ☀️ Light</ option >
234- < option value ="dark "> 🌙 Dark</ option >
235- < option value ="ocean "> 🌊 Ocean</ option >
236- < option value ="sunset "> 🌅 Sunset</ option >
237- < option value ="hacker "> 💻 Hacker</ option >
211+ < option value ="light "> Light</ option >
212+ < option value ="dark "> Dark</ option >
213+ < option value ="ocean "> Ocean</ option >
214+ < option value ="sunset "> Sunset</ option >
215+ < option value ="hacker "> Hacker</ option >
238216 </ select >
239217 </ div >
240218 </ section >
@@ -285,4 +263,4 @@ <h2 id="gamePageTitle" class="text-3xl font-bold mt-4 mb-4 text-center"></h2>
285263 data-target ="#gameContainer "
286264 > </ script >
287265</ body >
288- </ html >
266+ </ html >
0 commit comments