File tree Expand file tree Collapse file tree 5 files changed +85
-1
lines changed
Expand file tree Collapse file tree 5 files changed +85
-1
lines changed Original file line number Diff line number Diff line change 1+ < div class ="relative inline-block text-left ">
2+ < button type ="button " class ="flex items-center justify-center h-9 w-9 rounded-xl border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800 text-gray-600 dark:text-gray-400 hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors ">
3+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="size-5 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z " /> </ svg >
4+ </ button >
5+ < div class ="absolute right-0 mt-2 w-48 origin-top-right rounded-xl border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800 shadow-lg z-50 overflow-hidden ">
6+ < div class ="p-1 ">
7+ < a href ="# " class ="group flex items-center px-3 py-2 text-sm text-gray-700 dark:text-gray-300 hover:bg-indigo-50 dark:hover:bg-indigo-900/20 hover:text-indigo-600 dark:hover:text-indigo-400 rounded-lg transition-colors ">
8+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="mr-3 size-4 opacity-70 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125 " /> </ svg >
9+ Edit Project
10+ </ a >
11+ < a href ="# " class ="group flex items-center px-3 py-2 text-sm text-gray-700 dark:text-gray-300 hover:bg-indigo-50 dark:hover:bg-indigo-900/20 hover:text-indigo-600 dark:hover:text-indigo-400 rounded-lg transition-colors ">
12+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="mr-3 size-4 opacity-70 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0-10.628a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Zm0 10.628a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z " /> </ svg >
13+ Share Link
14+ </ a >
15+ < div class ="my-1 border-t border-gray-100 dark:border-gray-700 "> </ div >
16+ < button type ="button " class ="w-full group flex items-center px-3 py-2 text-sm text-red-600 dark:text-red-400 hover:bg-red-50 dark:hover:bg-red-900/20 rounded-lg transition-colors ">
17+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="mr-3 size-4 opacity-70 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0 " /> </ svg >
18+ Delete
19+ </ button >
20+ </ div >
21+ </ div >
22+ </ div >
Original file line number Diff line number Diff line change 1+ < div class ="relative inline-block text-left ">
2+ < button type ="button " class ="flex items-center gap-3 px-3 py-1.5 rounded-lg border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-900 text-sm font-medium text-gray-700 dark:text-gray-200 hover:border-gray-300 dark:hover:border-gray-600 transition-all ">
3+ < div class ="h-6 w-6 rounded bg-indigo-500 flex items-center justify-center text-[10px] text-white "> FT</ div >
4+ < span > Organization</ span >
5+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="size-4 opacity-50 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9 " /> </ svg >
6+ </ button >
7+ < div class ="absolute left-0 mt-2 w-56 origin-top-left rounded-xl border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-900 shadow-xl z-50 ">
8+ < div class ="p-2 space-y-1 ">
9+ < div class ="px-2 py-1.5 text-[10px] font-bold text-gray-400 uppercase tracking-widest "> Workspace</ div >
10+ < a href ="# " class ="flex items-center justify-between px-3 py-2 rounded-lg bg-indigo-50 dark:bg-indigo-900/30 text-indigo-700 dark:text-indigo-300 text-sm ">
11+ < span class ="font-medium "> Personal Team</ span >
12+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="2 " stroke ="currentColor " class ="size-4 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="m4.5 12.75 6 6 9-13.5 " /> </ svg >
13+ </ a >
14+ < a href ="# " class ="flex items-center px-3 py-2 rounded-lg text-gray-600 dark:text-gray-400 hover:bg-gray-50 dark:hover:bg-gray-800 text-sm transition-colors ">
15+ < span class ="font-medium "> Acme Corp</ span >
16+ </ a >
17+ < div class ="my-1 border-t border-gray-100 dark:border-gray-800 "> </ div >
18+ < button type ="button " class ="w-full flex items-center gap-2 px-3 py-2 rounded-lg text-gray-500 dark:text-gray-400 hover:bg-gray-50 dark:hover:bg-gray-800 text-sm transition-colors ">
19+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="size-4 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="M12 4.5v15m7.5-7.5h-15 " /> </ svg >
20+ New Workspace
21+ </ button >
22+ </ div >
23+ </ div >
24+ </ div >
Original file line number Diff line number Diff line change 1+ < div class ="relative inline-block text-left ">
2+ < button type ="button " class ="flex items-center gap-2 px-4 py-2 rounded-full bg-emerald-500 hover:bg-emerald-600 text-white text-sm font-semibold transition-all shadow-lg shadow-emerald-500/20 ">
3+ < span class ="relative flex h-2 w-2 "> < span class ="animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-75 "> </ span > < span class ="relative inline-flex rounded-full h-2 w-2 bg-white "> </ span > </ span >
4+ System Online
5+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="2 " stroke ="currentColor " class ="size-4 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="m19.5 8.25-7.5 7.5-7.5-7.5 " /> </ svg >
6+ </ button >
7+ < div class ="absolute left-0 mt-3 w-72 origin-top-left rounded-2xl border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-900 shadow-2xl z-50 overflow-hidden ">
8+ < div class ="bg-gray-50 dark:bg-gray-800/50 px-4 py-3 border-b border-gray-200 dark:border-gray-800 text-xs font-bold uppercase tracking-wider text-gray-500 "> Service Status</ div >
9+ < div class ="p-2 space-y-1 ">
10+ < div class ="flex items-start gap-3 p-3 rounded-xl hover:bg-gray-50 dark:hover:bg-gray-800 transition-colors ">
11+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="size-6 text-emerald-500 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z " /> </ svg >
12+ < div > < p class ="text-sm font-medium text-gray-900 dark:text-white "> API Services</ p > < p class ="text-xs text-gray-500 "> All systems operational</ p > </ div >
13+ </ div >
14+ < div class ="flex items-start gap-3 p-3 rounded-xl hover:bg-gray-50 dark:hover:bg-gray-800 transition-colors ">
15+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="size-6 text-amber-500 "> < path stroke-linecap ="round " stroke-linejoin ="round " d ="M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.128 16.556 18 12 18s-8.25-1.872-8.25-4.125v-3.75 " /> </ svg >
16+ < div > < p class ="text-sm font-medium text-gray-900 dark:text-white "> Database Cluster</ p > < p class ="text-xs text-gray-500 "> Increased latency (45ms)</ p > </ div >
17+ </ div >
18+ </ div >
19+ </ div >
20+ </ div >
Original file line number Diff line number Diff line change 11<?php
22
33return [
4- 'APP_VERSION ' => '1.2.4 ' ,
4+ 'APP_VERSION ' => '1.2.5 ' ,
55 'BRAND_NAME ' => 'mtex.dev ' ,
66];
Original file line number Diff line number Diff line change 1010 "category" : " Dropdowns" ,
1111 "name" : " Other Dropdown" ,
1212 "path" : " components/dropdowns/other-dropdown.html"
13+ },
14+ {
15+ "id" : " 810e1094-5d30-4d4f-8921-db3407c8f98c" ,
16+ "category" : " Dropdowns" ,
17+ "name" : " Actions Dropdown" ,
18+ "path" : " components/dropdowns/actions-dropdown.html"
19+ },
20+ {
21+ "id" : " 66557385-e525-402e-a3e4-d3caeebbd227" ,
22+ "category" : " Dropdowns" ,
23+ "name" : " Status Dropdown" ,
24+ "path" : " components/dropdowns/status-dropdown.html"
25+ },
26+ {
27+ "id" : " fdd532a9-b851-45f0-80df-eb0c2eb0d902" ,
28+ "category" : " Dropdowns" ,
29+ "name" : " Organizations Dropdown" ,
30+ "path" : " components/dropdowns/organizations-dropdown.html"
1331 }
1432]
You can’t perform that action at this time.
0 commit comments