feat: add google sign in UI button#638
Merged
ignacionistal merged 1 commit intodevelopmentfrom Feb 3, 2026
Merged
Conversation
2e3a7dc to
63b68bc
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds a Google Sign In button to the sign-in page UI, following Google branding guidelines and Figma design specifications. The button currently has no functionality and serves as a placeholder for future OAuth implementation.
Changes:
- Added a non-functional Google Sign In button to the sign-in form with appropriate styling
- Added a visual separator ("OR") between Google sign-in and traditional email/password form
- Added the
@iconify-json/logospackage to support the Google icon
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/front-end/src/app/pages/signin.vue | Added Google Sign In button component with placeholder handler and visual separator |
| packages/front-end/package.json | Added @iconify-json/logos dependency for Google icon support |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
juanarroqui
approved these changes
Jan 29, 2026
63b68bc to
df011fd
Compare
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.
Title*
[Provide a succinct and descriptive title for the pull request, e.g., "Improve caching mechanism for API calls"]
Type of Change*
Description
Added a new UI button for Sign In with Google action
Testing*
Visual testing on browser that the button is visible and follows Figma design as well as Google branding guidelines.
Impact
No impact to application, just adding UI button without functionality. Only impact would be visible button without any action in Signin UI.
Additional Information
Checklist*