- Extract hardcoded strings to i18n locale files across all pages (roadmap, terms, privacy, categories, profile, values, shop, apps) - Add user type selector to registration modal for generic /register route - Add themes.ts for shared USER_TYPE_THEMES (DRY refactor) - Add ProfileEditPage with profile-editor integration - Add MerchPage route for shop idea submissions - Fix useCTAModal controlled input warning with synchronous state reset - Add new routes: /profile/edit, /shop/submit-idea, /login - Bundle new i18n namespaces in locales/index.ts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
171 B
JSON
8 lines
171 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true
|
|
}
|
|
}
|