feat: redesign tasks page to match AI tools (#19962)

**Demo:**

<img width="3228" height="1940" alt="image"
src="https://github.com/user-attachments/assets/d29555ae-8122-4043-9ee2-2603506e5f3c"
/>
This commit is contained in:
Bruno Quaresma
2025-09-26 13:30:44 -03:00
committed by GitHub
parent fc58996bbf
commit 89339f6e5d
13 changed files with 114 additions and 782 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ import {
DrawerOverlay,
Flex,
Grid,
GridProps,
type GridProps,
Heading,
Icon,
Img,
@@ -28,12 +28,12 @@ import {
import fm from "front-matter";
import { readFileSync } from "fs";
import _ from "lodash";
import { GetStaticPaths, GetStaticProps, NextPage } from "next";
import type { GetStaticPaths, GetStaticProps, NextPage } from "next";
import Head from "next/head";
import NextLink from "next/link";
import { useRouter } from "next/router";
import path from "path";
import { ReactNode } from "react";
import type { ReactNode } from "react";
import { MdMenu } from "react-icons/md";
import ReactMarkdown from "react-markdown";
import rehypeRaw from "rehype-raw";