Skip to content

Feat/issue 343 visibility of mainpage improved#477

Open
Saqlain532 wants to merge 8 commits into
Priyanshu-byte-coder:mainfrom
Saqlain532:feat/issue-343-visibility-of-mainpage-improved
Open

Feat/issue 343 visibility of mainpage improved#477
Saqlain532 wants to merge 8 commits into
Priyanshu-byte-coder:mainfrom
Saqlain532:feat/issue-343-visibility-of-mainpage-improved

Conversation

@Saqlain532
Copy link
Copy Markdown

Summary

Changed pakage.json with original repo and reinstalled package-lock.json with it . Preserved success variable and intact color as original repo has . Animation applied on only outer divs

Closes #

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / code cleanup

Changes Made

Packge-lock.json corrected according to pacakge.json of original repo.
css file variable and color restored as original repo .
Animation applied only on outer divs

How to Test

Steps for the reviewer to verify this works:

  1. Run npm install
    2.Start the development server using npm run dev
    3.Verify updated UI styling and hover effects
    4.Run npm run lint to ensure lint checks pass

Checklist

  • Linked issue in summary
  • npm run lint passes locally
  • No TypeScript errors (npm run type-check)
  • Self-reviewed the diff
  • Added/updated tests if applicable

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

@Saqlain532 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.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:design GSSoC type bonus: UI/design (+10 pts) type:feature GSSoC type bonus: new feature labels May 20, 2026
@github-actions
Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

Copy link
Copy Markdown
Owner

@Priyanshu-byte-coder Priyanshu-byte-coder left a comment

Choose a reason for hiding this comment

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

Same issues as the closed #429 — most not yet fixed:

  1. Issue not linked — body still says Closes # with no number. Link the actual issue.
  2. Lockfile churnpackage-lock.json includes unrelated dep bumps (@supabase/supabase-js, dompurify, postcss, etc.) and adds @upstash/redis as a production dep with no explanation. Restore lockfile to base and only commit what your change actually requires.
  3. --success missing from .dark block — restored in :root but not in .dark { ... }. Dark mode will show wrong color.
  4. Missing EOF newlines on globals.css and package.json.
  5. Full CI did not run — only label automation and GitGuardian. Ensure Type check, Lint, Build, and Playwright all pass.

@Priyanshu-byte-coder Priyanshu-byte-coder added the level:beginner GSSoC: Beginner difficulty (20 pts) label May 21, 2026
Copy link
Copy Markdown
Owner

@Priyanshu-byte-coder Priyanshu-byte-coder left a comment

Choose a reason for hiding this comment

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

This PR has merge conflicts with main. Please rebase on the latest main branch and force-push to resolve:

git fetch origin
git rebase origin/main
git push --force-with-lease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution level:beginner GSSoC: Beginner difficulty (20 pts) type:design GSSoC type bonus: UI/design (+10 pts) type:feature GSSoC type bonus: new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants