chore: update application configuration and UI components for improved styling and functionality

This commit is contained in:
Jennie Robinson Faber 2025-08-16 08:13:35 +01:00
parent 0af6b17792
commit 37ab8d7bab
54 changed files with 23293 additions and 1666 deletions

View file

@ -58,7 +58,7 @@ export const useFixtures = () => {
category: 'Services',
subcategory: 'Development',
targetPct: 65,
targetMonthlyAmount: 7800,
targetMonthlyAmount: 0,
certainty: 'Committed',
payoutDelayDays: 30,
terms: 'Net 30',
@ -73,7 +73,7 @@ export const useFixtures = () => {
category: 'Product',
subcategory: 'Digital Tools',
targetPct: 20,
targetMonthlyAmount: 2400,
targetMonthlyAmount: 0,
certainty: 'Probable',
payoutDelayDays: 14,
terms: 'Platform payout',
@ -88,7 +88,7 @@ export const useFixtures = () => {
category: 'Grant',
subcategory: 'Government',
targetPct: 10,
targetMonthlyAmount: 1200,
targetMonthlyAmount: 0,
certainty: 'Committed',
payoutDelayDays: 45,
terms: 'Quarterly disbursement',
@ -103,7 +103,7 @@ export const useFixtures = () => {
category: 'Donation',
subcategory: 'Individual',
targetPct: 3,
targetMonthlyAmount: 360,
targetMonthlyAmount: 0,
certainty: 'Aspirational',
payoutDelayDays: 3,
terms: 'Immediate',
@ -118,7 +118,7 @@ export const useFixtures = () => {
category: 'Other',
subcategory: 'Professional Services',
targetPct: 2,
targetMonthlyAmount: 240,
targetMonthlyAmount: 0,
certainty: 'Probable',
payoutDelayDays: 21,
terms: 'Net 21',
@ -163,21 +163,21 @@ export const useFixtures = () => {
{
id: 'overhead-1',
name: 'Coworking Space',
amount: 800,
amount: 0,
category: 'Workspace',
recurring: true
},
{
id: 'overhead-2',
name: 'Tools & Software',
amount: 420,
amount: 0,
category: 'Technology',
recurring: true
},
{
id: 'overhead-3',
name: 'Business Insurance',
amount: 180,
amount: 0,
category: 'Legal & Compliance',
recurring: true
}
@ -186,7 +186,7 @@ export const useFixtures = () => {
{
id: 'production-1',
name: 'Development Kits',
amount: 500,
amount: 0,
category: 'Hardware',
period: '2024-01'
}