- Replace settings.activeDid with () pattern
- Maintains backward compatibility with existing functionality
- Component now uses active_identity table as single source of truth
- Part of ActiveDid migration (2/32 components completed)
- Updated migration plan to include lint-fix step
**Critical Blocker**: API layer complete. Ready to proceed with component updates.
**Critical Blocker**: API layer complete. Ready to proceed with component updates.
## Migration Execution Rule
### **One Component + Test Pattern**
**Rule**: After migrating each component, run `npm run test:web` and `npm run lint-fix` to verify the change doesn't break existing functionality and meets code standards.
**Workflow**:
1. **Migrate one component** - Update to use `$getActiveIdentity()` pattern