Skip to content

skymp5-front: remove dead login page and locale files - #2802

Closed
Pospelove wants to merge 1 commit into
mainfrom
remove/dead-login-locale-code
Closed

Pospelove wants to merge 1 commit into
mainfrom
remove/dead-login-locale-code

Conversation

@Pospelove

Copy link
Copy Markdown
Contributor

Summary

  • src/features/login (LoginPage/LoginForm/RegisterForm) and src/locales/{en,ru}.json were never imported outside their own folder — App.js never renders LoginPage, so this code has never run in the app.
  • src/pages/Login/index.js and index.sass were empty, unreferenced stub files.
  • Kept src/features/login/styles.scss since ImageButton.tsx and constructor.js still rely on its classes.

Test plan

  • Grepped the whole repo (src/, .storybook/) for any remaining reference to the removed files/exports — none found.
  • CI build/lint

🤖 Generated with Claude Code

https://claude.ai/code/session_017FUCJZ2h8jZNc3pBLZDqnJ

LoginPage (src/features/login) and its locale JSON files were never
imported by App.js or anywhere else outside their own folder, so they
never rendered. src/pages/Login was an empty, unreferenced stub.
styles.scss is kept since ImageButton and constructor.js still use its
classes.
@Pospelove Pospelove closed this Sep 10, 2026
@Pospelove
Pospelove deleted the remove/dead-login-locale-code branch September 10, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant