Skip to content

Commit

Permalink
consolidate most action icons into re-exports and migrate mostly to L…
Browse files Browse the repository at this point in the history
…ucide icons

also fix some minor issues with the mobile menu, removed some rarely/never used components
  • Loading branch information
Southclaws committed Nov 6, 2024
1 parent 58e645c commit d4f2b75
Show file tree
Hide file tree
Showing 70 changed files with 241 additions and 963 deletions.
5 changes: 2 additions & 3 deletions web/src/components/form/ColourInput/ColourInput.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { CSSProperties, Ref, forwardRef } from "react";
import { Control, Controller } from "react-hook-form";

import { DragHandleIcon } from "src/components/graphics/DragHandleIcon";

import { FormControl } from "@/components/ui/form/FormControl";
import { DragHandleIcon } from "@/components/ui/icons/DragHandle";
import { styled } from "@/styled-system/jsx";

import { C, L, Props, useColourInput } from "./useColourInput";
Expand Down Expand Up @@ -87,7 +86,7 @@ export function ColourInput(props: Props) {
width: "var(--thumb-size)",
}}
>
<DragHandleIcon />
<DragHandleIcon color="fg.muted" />
</styled.div>
</styled.output>
</styled.div>
Expand Down
29 changes: 0 additions & 29 deletions web/src/components/graphics/CheckCircle.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions web/src/components/graphics/CrownIcon.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions web/src/components/graphics/DragHandleIcon.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions web/src/components/graphics/LoginIcon.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions web/src/components/graphics/LogoutIcon.tsx

This file was deleted.

Loading

0 comments on commit d4f2b75

Please sign in to comment.