Skip to content

feat: 로그인 뒤로가기! (1분컷 가능)#138

Merged
halionaz merged 4 commits into
devfrom
feat/#82/login-back-btn
Aug 16, 2025
Merged

feat: 로그인 뒤로가기! (1분컷 가능)#138
halionaz merged 4 commits into
devfrom
feat/#82/login-back-btn

Conversation

@halionaz

@halionaz halionaz commented Aug 12, 2025

Copy link
Copy Markdown
Member

❗ 연관 이슈

📌 내용

  • 이제 로그인 창에서 뒤로가기 지원!
  • 애플 로그인만 남았다
localhost_5173_login(iPhone 12 Pro)

☑️ 체크 사항 & 논의 사항

  • 뒤로가기 잘 되나요

@halionaz halionaz requested review from Copilot and jw0202058 August 12, 2025 04:59
@halionaz halionaz self-assigned this Aug 12, 2025
@netlify

netlify Bot commented Aug 12, 2025

Copy link
Copy Markdown

Deploy Preview for repicka ready!

Name Link
🔨 Latest commit 21cb8d3
🔍 Latest deploy log https://app.netlify.com/projects/repicka/deploys/68a05540f11ba20008f6ced2
😎 Deploy Preview https://deploy-preview-138--repicka.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a back button functionality to the login page. The implementation includes a header component with a back button that allows users to navigate to the previous page.

  • Adds a header with a back navigation button to the login page
  • Implements CSS styling for the header with absolute positioning and proper z-index
  • Uses the browser's history API to go back one page when the button is clicked

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/pages/LoginPage/style.css.ts Adds CSS styles for the new header component with back button styling
src/pages/LoginPage/index.tsx Implements the header component with back navigation functionality

Comment thread src/pages/LoginPage/style.css.ts
Comment thread src/pages/LoginPage/index.tsx Outdated
@halionaz halionaz changed the title feat: 로그인 뒤로가기! feat: 로그인 뒤로가기! (1분컷 가능) Aug 12, 2025
@halionaz halionaz merged commit 2deb09f into dev Aug 16, 2025
4 checks passed
@halionaz halionaz deleted the feat/#82/login-back-btn branch August 16, 2025 10:00
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.

로그인 화면 만들기

2 participants