mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user