Skip to content

Conversation

@Bhumikagarggg
Copy link
Contributor

@Bhumikagarggg Bhumikagarggg commented Jan 12, 2026

Description

This PR fixes #2535 by removing duplicate Join Slack/Participate buttons on the LFX 2025, LFX 2023, MLH, and GSOD pages.

Notes for Reviewers

  • Removed the separate desktop and mobile buttons and replaced them with a single responsive button
  • Ensured consistent behavior across screen sizes using responsive styling
  • Edit Styling for Join Slack Button
  • Change name of the button from 'Participate' to 'Join slack'
  • Verified the changes on both desktop and mobile views

Screenshot

Screenshot 2026-01-14 at 12 26 46 AM Screenshot 2026-01-14 at 12 26 58 AM

Signed commits

  • Yes, I signed my commits.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @Bhumikagarggg, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on enhancing the user interface by addressing inconsistencies in action buttons across several program pages. The changes streamline the display of 'Join Slack' and 'Participate' buttons, ensuring that only a single, responsive call-to-action is present on each page, thereby improving user experience and maintaining a cohesive design.

Highlights

  • Duplicate Button Removal: Eliminated redundant 'Join Slack' and 'Participate' action buttons across LFX 2025, LFX 2023, MLH, and GSOD program pages, resolving issue Duplicate responsive action buttons across program pages (GSOD, LFX, MLH) #2535.
  • Responsive Button Implementation: Replaced separate desktop and mobile buttons with a single, responsive button to ensure consistent behavior and appearance across various screen sizes.
  • Button Text Standardization: Standardized button text from 'Participate' to 'Join Slack' on several program pages for improved consistency in calls-to-action.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for mesheryio-preview ready!

Name Link
🔨 Latest commit 53b86ff
🔍 Latest deploy log https://app.netlify.com/projects/mesheryio-preview/deploys/69669144e05c550008ca5195
😎 Deploy Preview https://deploy-preview-2537--mesheryio-preview.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.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request successfully removes duplicate action buttons from several program pages, simplifying the code and improving responsiveness. However, I've identified a few issues that should be addressed. In one file, a button's text now mismatches its link destination. In another, removing a button has left behind an empty <ul> tag, resulting in invalid HTML. There's also a minor typo (a leading space) in a URL. I've detailed these points in the comments.

I am having trouble creating individual review comments. Click here to see my feedback.

collections/_programs/gsod_2020.html (146)

high

While the button text is now correctly "Join Slack", the link it's wrapped in still points to /community#discussion-forums (on the line above). This is misleading for users. The href attribute of the <a> tag should be updated to https://slack.meshery.io.

collections/_programs/lfx.html (51-52)

high

By removing this button, the parent <ul> tag on line 50 becomes empty. This <ul> tag should also be removed to avoid leaving an empty list and creating invalid HTML (<ul></div>).

collections/_programs/lfx.html (530)

medium

The href attribute in the parent <a> tag on the line above has a leading space (" https://..."). This should be removed for correctness.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate responsive action buttons across program pages (GSOD, LFX, MLH)

1 participant