@@ -6,6 +6,19 @@ function classNames(active) {
66}
77%>
88
9+ <style >
10+ .nav-active {
11+ background-color : rgba (217 , 119 , 6 , 0.1 );
12+ border-left-color : #D97706 ;
13+ color : #92400E ;
14+ font-weight : 600 ;
15+ }
16+
17+ .nav-item :hover {
18+ background-color : rgba (0 , 0 , 0 , 0.05 );
19+ }
20+ </style >
21+
922<aside class =" hidden lg:flex flex-col w-20 hover:w-56 transition-all duration-300 ease-in-out bg-white/80 backdrop-blur-sm rounded-xl shadow-lg border border-amber-700/30 overflow-hidden group" >
1023 <!-- Logo/Game Title Area -->
1124 <div class =" w-full p-4 flex items-center group-hover:justify-start space-x-3 border-b border-amber-700/20 h-[72px] flex-shrink-0" >
@@ -14,43 +27,64 @@ function classNames(active) {
1427 <span class =" text-xl font-bold text-amber-900 opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Tridecco</span >
1528 </div >
1629 <!-- Navigation Links -->
17- <nav class =" flex-1 py-4 space-y-1 custom-scrollbar overflow-y-auto" >
30+ <nav class =" flex-1 py-4 space-y-1 custom-scrollbar overflow-y-auto overflow-x-hidden " >
1831 <!-- Home -->
1932 <a href =" /" class =" <%= classNames(page === 'home') %>" >
20- <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === " home " ? 'text-amber-800' : " " %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" xmlns = " http://www.w3.org/2000/svg " >
33+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === ' home' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
2134 <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" ></path >
2235 </svg >
2336 <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Home</span >
2437 </a >
2538 <!-- Profile -->
2639 <a href =" /user" class =" <%= classNames(page === 'profile') %>" >
27- <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === " profile " ? 'text-amber-800' : " " %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" xmlns = " http://www.w3.org/2000/svg " >
40+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === ' profile' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
2841 <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z" ></path >
2942 </svg >
3043 <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Profile</span >
3144 </a >
32- <!-- Leaderboards -->
33- <a href =" /leaderboards" class =" <%= classNames(page === 'leaderboards') %>" >
34- <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === " leaderboards " ? 'text-amber-800' : " " %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" xmlns =" http://www.w3.org/2000/svg" >
35- <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" ></path >
45+ <!-- Account -->
46+ <a href =" /user/account" class =" <%= classNames(page === 'account') %>" >
47+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === 'account' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
48+ <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" ></path >
49+ </svg >
50+ <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Account</span >
51+ </a >
52+ <!-- Game History -->
53+ <a href =" /user/game-history" class =" <%= classNames(page === 'game-history') %>" >
54+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === 'game-history' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
55+ <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" ></path >
3656 </svg >
37- <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Leaderboards </span >
57+ <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Game History </span >
3858 </a >
39- <!-- Offline Game -->
40- <a href =" /offline " class =" <%= classNames(page === 'offline ') %>" >
41- <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === " offline " ? 'text-amber-800' : " " %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" xmlns = " http://www.w3.org/2000/svg " >
42- <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M12 18h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" ></path >
59+ <!-- Elo History -->
60+ <a href =" /user/elo-history " class =" <%= classNames(page === 'elo-history ') %>" >
61+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === 'elo-history' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
62+ <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M16 8v8m-4-5v5m-4-2v2m-2 4h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" ></path >
4363 </svg >
44- <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Offline Game</span >
64+ <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Elo History</span >
65+ </a >
66+ <!-- Experience History -->
67+ <a href =" /user/experience-history" class =" <%= classNames(page === 'experience-history') %>" >
68+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === 'experience-history' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
69+ <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" ></path >
70+ </svg >
71+ <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Experience History</span >
4572 </a >
4673 <!-- Settings -->
4774 <a href =" /user/settings" class =" <%= classNames(page === 'settings') %>" >
48- <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === " settings " ? 'text-amber-800' : " " %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" xmlns = " http://www.w3.org/2000/svg " >
75+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === ' settings' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
4976 <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" ></path >
5077 <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M15 12a3 3 0 11-6 0 3 3 0 016 0z" ></path >
5178 </svg >
5279 <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Settings</span >
5380 </a >
81+ <!-- Security -->
82+ <a href =" /user/security" class =" <%= classNames(page === 'security') %>" >
83+ <svg class =" w-5 h-5 mr-4 flex-shrink-0 <%= page === 'security' ? 'text-amber-800' : '' %>" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
84+ <path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" ></path >
85+ </svg >
86+ <span class =" opacity-0 group-hover:opacity-100 transition-opacity duration-200 whitespace-nowrap" >Security</span >
87+ </a >
5488 </nav >
5589 <!-- Logout Button Area -->
5690 <div class =" p-3 border-t border-amber-700/20 mt-auto flex-shrink-0" >
0 commit comments