refactor(frontend): Phase 3A — migrate all consumers to import directly from @lib/twofactor-gateway#1079
Closed
vitormattos wants to merge 8 commits into
Closed
Conversation
…ewayInstanceCard Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…way in GatewayInstanceModal Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…y in GatewayTestModal Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…ewayRoutingModal Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…y in GatewaySection Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…-gateway in AdminSettings Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…tModal.spec Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Collaborator
Author
|
Moved these changes into PR #1078 so the Phase 3A work continues in the original PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 3A of the frontend refactoring roadmap: eliminate all indirection through the compat shims introduced in Phase 2 by migrating every consumer to import directly from
@lib/twofactor-gateway.Depends on #1078.
Changes
Components — 5 files updated to import types, API functions, and model helpers directly from
@lib/twofactor-gateway:GatewayInstanceCard.vueGatewayInstanceModal.vueGatewayTestModal.vueGatewayRoutingModal.vueGatewaySection.vueViews — consolidated import block:
AdminSettings.vueTests — mocks updated to target the canonical module path:
AdminSettings.spec.tsGatewayTestModal.spec.tsValidation