fix: correct sign-in container alignment and footer dark theme rendering#1189
Merged
Priyanshu-byte-coder merged 4 commits intoMay 27, 2026
Merged
Conversation
|
@Niteshagarwal01 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
d75c265
into
Priyanshu-byte-coder:main
1 check passed
|
🎉 Merged! Thanks for contributing to DevTrack. If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers. Keep an eye on open issues for your next contribution! |
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
This Pull Request resolves visual layout inconsistencies found on the authentication and main landing pages, ensuring proper alignment and theme consistency across the application UI.
Closes #1087
Type of Change
Changes Made
src/app/auth/signin/page.tsx: Addressed the layout bug where the heading appeared to escape the authentication container by strictly enforcing a column-basedflexlayout (flex-col items-center) on the parentdiv. This ensures the logo,h1heading, and all subsequent elements stay properly aligned and constrained within the container's bounds.src/components/Footer.tsx: Fixed the white background rendering issue by explicitly passing thedarkclass to thefooterelement along with thebg-[var(--background)]utility and configuring arelativewrapper. This forces the footer to natively follow the application's dark mode variables, achieving visual consistency with the rest of the UI.How to Test
Steps for the reviewer to verify this works:
npm run dev)./auth/signinroute./) and scroll to the bottom.Checklist
npm run lintpasses locallynpm run type-check)