Profile page UI and functionality implemented

This commit is contained in:
adilallo
2026-04-25 17:57:58 -06:00
parent 7dd2562bae
commit 68517796a9
103 changed files with 4439 additions and 1476 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { Icon } from "../../app/components/asset";
import { Icon, ICON_NAME_OPTIONS } from "../../app/components/asset";
export default {
title: "Components/Asset/Icon",
@@ -9,7 +9,7 @@ export default {
argTypes: {
name: {
control: "select",
options: ["exclamation"],
options: [...ICON_NAME_OPTIONS],
description: "Name of the icon to render",
},
size: {