refactor(games): organize folder#44
Merged
Merged
Conversation
Contributor
Greptile SummaryThis PR reorganizes shared game infrastructure into a new
Confidence Score: 5/5Pure folder reorganization with no logic changes; all import paths verified to be fully updated. Every moved file has its imports updated, no stale references to the old paths remain anywhere in the codebase, and the new relative import style within the games feature is applied consistently. The deleted top-level registry.ts is fully replaced by the new core/registry.ts with identical exports. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/frontend/src/features/games/core/registry.ts | New registry file in core/ with relative imports from falling-words and survival index files; functionally identical to the deleted registry.ts |
| apps/frontend/src/features/games/registry.ts | Old top-level registry.ts deleted; superseded by core/registry.ts |
| apps/frontend/src/features/games/survival/view.tsx | All core imports updated to ../core/ relative paths; no logic changes |
| apps/frontend/src/features/games/falling-words/view.tsx | Imports from components/ and types updated to ../core/; no logic changes |
| apps/frontend/src/app/app.tsx | Updated three imports from @/features/games/* to @/features/games/core/* |
| apps/frontend/src/features/commandline/registry.ts | Three import paths updated to core/; no logic changes |
Reviews (1): Last reviewed commit: "fix import" | Re-trigger Greptile
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.
Uh oh!
There was an error while loading. Please reload this page.