mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 12:59:01 -05:00
[AI] Remove Payee Locations and Smarter Imports from video
Reduced to 5 features: Drag & Drop, Donut Chart (tier 1), Budget Notes, Actual CLI, Custom Themes (tier 2). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,12 +42,6 @@ export const TIER1_FEATURES: Feature[] = [
|
||||
screenshot: "donut-chart.png",
|
||||
accentColor: COLORS.accentCyan,
|
||||
},
|
||||
{
|
||||
title: "Payee Locations",
|
||||
tagline: "Know where you spend",
|
||||
screenshot: "payee-locations.png",
|
||||
accentColor: COLORS.accentCyan,
|
||||
},
|
||||
];
|
||||
|
||||
export const TIER2_FEATURES: Feature[] = [
|
||||
@@ -69,12 +63,6 @@ export const TIER2_FEATURES: Feature[] = [
|
||||
screenshot: "themes.png",
|
||||
accentColor: COLORS.accentCoral,
|
||||
},
|
||||
{
|
||||
title: "Smarter Imports",
|
||||
tagline: "More control over your data",
|
||||
screenshot: "imports.png",
|
||||
accentColor: COLORS.accentCoral,
|
||||
},
|
||||
];
|
||||
|
||||
// Total = TITLE + 3*TIER1 + 4*TIER2 + OUTRO - 8*TRANSITION
|
||||
|
||||
Reference in New Issue
Block a user