1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
@@ -493,7 +493,15 @@ <h3 class="text-[24px] font-bold leading-[28px] text-[#00023b]">
493493 < iframe
494494 src ="https://www.youtube-nocookie.com/embed/bJEo1O1oT6o "
495495 title ="react admin e commerce demo "
496- allow ="autoplay; picture-in-picture; accelerometer; clipboard-write; encrypted-media; gyroscope; web-share "
496+ allow ="
497+ autoplay;
498+ picture-in-picture;
499+ accelerometer;
500+ clipboard-write;
501+ encrypted-media;
502+ gyroscope;
503+ web-share;
504+ "
497505 class ="aspect-video w-full shadow-xl "
498506 referrerpolicy ="strict-origin-when-cross-origin "
499507 frameborder ="0 "
@@ -639,7 +647,7 @@ <h3 class="text-[24px] font-bold leading-[28px] text-[#00023b]">
639647 </ p >
640648 < ul
641649 class ="mx-auto flex flex-wrap items-center justify-center gap-x-8 gap-y-12 md:cursor-pointer md:max-h-48 overflow-hidden "
642- onclick ="this.classList.toggle('md:max-h-48'); "
650+ onclick ="this.classList.toggle('md:max-h-48') "
643651 >
644652 < li >
645653 < img
@@ -2027,7 +2035,7 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
20272035 width ="60 "
20282036 height ="54 "
20292037 />
2030- < span class ="text-center "> React-query </ span >
2038+ < span class ="text-center "> TanStack Query </ span >
20312039 </ li >
20322040 < li class ="flex flex-col items-center justify-end gap-4 ">
20332041 < img
@@ -2168,19 +2176,22 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
21682176 >
21692177 < li > 230+ hooks and components</ li >
21702178 < li >
2171- Includes all open-source content, plus
2179+ Includes all open-source content, plus:
21722180 < ul role ="list " class ="list-disc space-y-2 md:pl-8 md:pt-2 ">
21732181 < li > Fine-grained permissions (RBAC)</ li >
21742182 < li > Editable datagrid</ li >
21752183 < li > Nested forms</ li >
21762184 < li > Many-to-many relationships</ li >
2177- < li > Alternative form and page layouts</ li >
2185+ < li > Soft delete</ li >
2186+ < li > Versioning</ li >
21782187 < li > Realtime updates</ li >
21792188 < li > Calendar and events</ li >
21802189 < li > Tree structures</ li >
21812190 < li > JSON Schema form</ li >
21822191 < li > Site-wide search</ li >
21832192 < li > Audit log</ li >
2193+ < li > Scheduler</ li >
2194+ < li > Alternative form and page layouts</ li >
21842195 < li > etc.</ li >
21852196 </ ul >
21862197 </ li >
@@ -2230,7 +2241,7 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
22302241 style ="
22312242 font-size: 16px;
22322243 text-align: left;
2233- font-family: ' Helvetica' , sans-serif;
2244+ font-family: " Helvetica" , sans-serif;
22342245 color: #661d1d;
22352246 background-color: #ffeded;
22362247 border-radius: 3px;
@@ -2261,7 +2272,7 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
22612272 style ="
22622273 font-size: 16px;
22632274 text-align: left;
2264- font-family: ' Helvetica' , sans-serif;
2275+ font-family: " Helvetica" , sans-serif;
22652276 color: #085229;
22662277 background-color: #e7faf0;
22672278 border-radius: 3px;
@@ -2303,7 +2314,7 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
23032314 font-size: 16px;
23042315 text-align: left;
23052316 font-weight: 700;
2306- font-family: ' Helvetica' , sans-serif;
2317+ font-family: " Helvetica" , sans-serif;
23072318 color: #3c4858;
23082319 background-color: transparent;
23092320 text-align: left;
@@ -2318,7 +2329,7 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
23182329 style ="
23192330 font-size: 16px;
23202331 text-align: left;
2321- font-family: ' Helvetica' , sans-serif;
2332+ font-family: " Helvetica" , sans-serif;
23222333 color: #3c4858;
23232334 background-color: transparent;
23242335 text-align: left;
@@ -2354,7 +2365,7 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
23542365 style ="
23552366 font-size: 16px;
23562367 text-align: left;
2357- font-family: ' Helvetica' , sans-serif;
2368+ font-family: " Helvetica" , sans-serif;
23582369 color: #661d1d;
23592370 background-color: #ffeded;
23602371 border-radius: 3px;
@@ -2373,7 +2384,7 @@ <h3 class="mb-4 text-[24px] font-bold leading-[28px]">Headless</h3>
23732384 font-size: 16px;
23742385 text-align: left;
23752386 font-weight: 700;
2376- font-family: ' Helvetica' , sans-serif;
2387+ font-family: " Helvetica" , sans-serif;
23772388 color: #ffffff;
23782389 background-color: #3e4857;
23792390 border-radius: 3px;
0 commit comments