feat: refactor dashboard and account pages to utilize new layout components, enhancing structure and loading states
This commit is contained in:
16
components/folders/constants.ts
Normal file
16
components/folders/constants.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export const folderColors = [
|
||||
{ value: "#6366f1", label: "Indigo" },
|
||||
{ value: "#22c55e", label: "Vert" },
|
||||
{ value: "#f59e0b", label: "Orange" },
|
||||
{ value: "#ec4899", label: "Rose" },
|
||||
{ value: "#3b82f6", label: "Bleu" },
|
||||
{ value: "#ef4444", label: "Rouge" },
|
||||
];
|
||||
|
||||
export const accountTypeLabels = {
|
||||
CHECKING: "Compte courant",
|
||||
SAVINGS: "Épargne",
|
||||
CREDIT_CARD: "Carte de crédit",
|
||||
OTHER: "Autre",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user