feat(FN-206): add FeatureMatrix component, ALL_FEATURES constant, and i18n keys (+1 more)
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled

Commits merged:
- feat(FN-206): add FeatureMatrix tests and export SubscriptionPage for testing
- feat(FN-206): add FeatureMatrix component, ALL_FEATURES constant, and i18n keys

Files changed:
apps/web/src/messages/en.json                      |   1 +
 apps/web/src/messages/tr.json                      |   1 +
 .../routes/dashboard/subscription/index.test.tsx   | 177 +++++++++++++++++++++
 .../src/routes/dashboard/subscription/index.tsx    |  73 +++++++++
 package.json                                       |   1 +
 5 files changed, 253 insertions(+)

Fusion-Task-Id: FN-206
This commit is contained in:
Fusion
2026-05-12 18:42:33 +00:00
parent b1e75a0771
commit 1eefd931c9
5 changed files with 253 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@nestjs/core",
"@sentry-internal/node-cpu-profiler",
"esbuild",