forked from git.gladyson/openmonetis
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
/**
|
||||
* Category constants and types
|
||||
*
|
||||
* Consolidated from /lib/categories.ts
|
||||
*/
|
||||
|
||||
export const CATEGORY_TYPES = ["receita", "despesa"] as const;
|
||||
|
||||
export type CategoryType = (typeof CATEGORY_TYPES)[number];
|
||||
|
||||
@@ -39,6 +39,7 @@ export const CATEGORY_ICON_OPTIONS: CategoryIconOption[] = [
|
||||
{ label: "Café", value: "RiCupLine" },
|
||||
{ label: "Bebida", value: "RiDrinksFill" },
|
||||
{ label: "Pizza", value: "RiCake3Line" },
|
||||
{ label: "Cerveja", value: "RiBeerLine" },
|
||||
|
||||
// Transporte
|
||||
{ label: "Ônibus", value: "RiBusLine" },
|
||||
|
||||
Reference in New Issue
Block a user