File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 3131 "vite" : " ^6.0.11"
3232 },
3333 "dependencies" : {
34+ "keyrune" : " ^3.16.1" ,
3435 "mana-font" : " ^1.18.0"
3536 }
3637}
Original file line number Diff line number Diff line change 11@import 'mana-font/css/mana.min.css' ;
2+ @import 'keyrune/css/keyrune.min.css' ;
23
34@tailwind base;
45@tailwind components;
Original file line number Diff line number Diff line change 1414 <table class =" min-w-full divide-y divide-gray-300" >
1515 <thead >
1616 <tr >
17- <th scope =" col" class =" py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-0" >Name</th >
17+ <th scope =" col" class =" py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-0" ></th >
18+ <th scope =" col" class =" px-3 py-3.5 text-left text-sm font-semibold text-gray-900" >Name</th >
1819 <th scope =" col" class =" px-3 py-3.5 text-left text-sm font-semibold text-gray-900" >Code</th >
1920 <th scope =" col" class =" px-3 py-3.5 text-left text-sm font-semibold text-gray-900" >Release</th >
2021 <th scope =" col" class =" px-3 py-3.5 text-left text-sm font-semibold text-gray-900" >Block</th >
2526 <tbody class =" divide-y divide-gray-200" >
2627 @foreach ($sets as $set )
2728 <tr >
28- <td class =" whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-0" >{{ $set -> name } } </td >
29- <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500" >{{ $set -> code } } </td >
29+ <td class =" whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-0" >
30+ <span class =" ss ss-{{ \Illuminate \Support \Str:: lower ($set -> keyruneCode ) } }" ></span >
31+ </td >
32+ <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500" >{{ $set -> name } } </td >
33+ <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500" >
34+ <span class =" inline-flex items-center rounded-md bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10" >{{ $set -> code } } </span >
35+ </td >
3036 <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500" >{{ $set -> releaseDate } } </td >
3137 <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500" >{{ $set -> block } } </td >
3238 <td class =" whitespace-nowrap px-3 py-4 text-sm text-gray-500" >
You can’t perform that action at this time.
0 commit comments