You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves conflicts from develop (passkey #955, hide-expired-topics #1089,
dependency updates, react-router v8) against the feature-package
modularization.
Resolution summary:
- Imports: kept the modularized `@/` (client) and feature-package (server)
import style; folded in develop's newly-added imports converted to the same
style.
- New passkey files added by develop landed in the old flat layout and were
relocated into the modularized structure with `@/` imports:
- components/PasskeyRegistrationPrompt -> core/components/PasskeyRegistrationPrompt
- pages/SettingsPage/components/PasskeySettings ->
core/admin/pages/SettingsPage/components/PasskeySettings
- utils/passkey.ts (git-relocated) -> core/utils/passkey.ts
- CollapsibleTopicElement: took develop's canonical #1089 behavior
(`canApply = !!fullTopic && state === OPEN`).
- BaseKeycloakIntegrationTest: kept in mock/ (consistent with BaseIntegrationTest)
with modularized repository imports; TestContainerImages is same-package.
Verified: client build/tsc/lint/tests green; server compiles + 864/864 tests pass.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments