From c940fab4e945fdb58b72e080fd3e15a97e19ec87 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Thu, 19 Feb 2026 01:29:51 +0200 Subject: [PATCH] feat(flags): enable password-vault, it-inventory, address-book, word-templates --- src/config/flags.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/flags.ts b/src/config/flags.ts index 1c07e09..265c015 100644 --- a/src/config/flags.ts +++ b/src/config/flags.ts @@ -44,7 +44,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [ }, { key: "module.password-vault", - enabled: false, + enabled: true, label: "Seif Parole", description: "Depozit intern de credențiale", category: "module", @@ -52,7 +52,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [ }, { key: "module.it-inventory", - enabled: false, + enabled: true, label: "Inventar IT", description: "Evidența echipamentelor", category: "module", @@ -60,7 +60,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [ }, { key: "module.address-book", - enabled: false, + enabled: true, label: "Contacte", description: "Clienți, furnizori, instituții", category: "module", @@ -68,7 +68,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [ }, { key: "module.word-templates", - enabled: false, + enabled: true, label: "Șabloane Word", description: "Bibliotecă contracte și rapoarte", category: "module",