File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
resources/views/components/dashboard Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG.md
22
3+ ## [ 4.0.1] - 2025-02-02
4+
5+ - Remove deprecated class name
6+
37## [ 4.0.0] - 2025-02-01
48
59- Upgrade to Tailwind 4
Original file line number Diff line number Diff line change 88 <div class =" overflow-x-auto" >
99 <table class =" table-auto w-full dark:text-gray-300" >
1010 <!-- Table header -->
11- <thead class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700 dark:bg-opacity- 50 rounded-xs" >
11+ <thead class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700/ 50 rounded-xs" >
1212 <tr >
1313 <th class =" p-2" >
1414 <div class =" font-semibold text-left" >Source</div >
Original file line number Diff line number Diff line change 88 <div class =" overflow-x-auto" >
99 <table class =" table-auto w-full" >
1010 <!-- Table header -->
11- <thead class =" text-xs font-semibold uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700 dark:bg-opacity- 50" >
11+ <thead class =" text-xs font-semibold uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700/ 50" >
1212 <tr >
1313 <th class =" p-2 whitespace-nowrap" >
1414 <div class =" font-semibold text-left" >Name</div >
Original file line number Diff line number Diff line change 77 <!-- Card content -->
88 <!-- "Today" group -->
99 <div >
10- <header class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700 dark:bg-opacity- 50 rounded-xs font-semibold p-2" >Today</header >
10+ <header class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700/ 50 rounded-xs font-semibold p-2" >Today</header >
1111 <ul class =" my-1" >
1212 <!-- Item -->
1313 <li class =" flex px-2" >
6161 </div >
6262 <!-- "Yesterday" group -->
6363 <div >
64- <header class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700 dark:bg-opacity- 50 rounded-xs font-semibold p-2" >Yesterday</header >
64+ <header class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700/ 50 rounded-xs font-semibold p-2" >Yesterday</header >
6565 <ul class =" my-1" >
6666 <!-- Item -->
6767 <li class =" flex px-2" >
Original file line number Diff line number Diff line change 77 <!-- Card content -->
88 <!-- "Today" group -->
99 <div >
10- <header class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700 dark:bg-opacity- 50 rounded-xs font-semibold p-2" >Today</header >
10+ <header class =" text-xs uppercase text-gray-400 dark:text-gray-500 bg-gray-50 dark:bg-gray-700/ 50 rounded-xs font-semibold p-2" >Today</header >
1111 <ul class =" my-1" >
1212 <!-- Item -->
1313 <li class =" flex px-2" >
You can’t perform that action at this time.
0 commit comments