Official App for the Rails World 2025 Conference

194 stars 34 forks 194 watchers Ruby GNU General Public License v3.0
5 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub

Official App for the Rails World 2025 Conference

Ruby

AI Summary: Fix a UI issue where hovering over a speaker card in the Agenda section reveals insufficient left-side padding, causing the highlight effect to appear smaller than expected. This requires adjusting CSS to increase the padding on the left side of the speaker card to ensure the highlight effect extends appropriately.

Complexity: 2/5
bug good first issue

Official App for the Rails World 2025 Conference

Ruby

AI Summary: The task is to fix a styling issue in the Rails World 2024 conference app. Currently, when hovering over a multiline session title, the entire h3 tag is underlined instead of just the text. The fix requires modifying the CSS to apply the underline to the text content within the h3 tag, ensuring proper visual representation as shown in the provided image.

Complexity: 2/5
good first issue

Official App for the Rails World 2025 Conference

Ruby

AI Summary: Improve the user experience of speaker cards by clearly differentiating between three actions: navigating to the speaker profile, bookmarking a session, and navigating to the session page. This involves adding clear visual cues, such as hover states for the bookmarking icon and restricting session navigation to clicks on the session title only.

Complexity: 3/5
good first issue

Official App for the Rails World 2025 Conference

Ruby

AI Summary: Debug and fix a visual flickering issue in the Rails World 2024 conference app's agenda list that occurs when scrolling down. The issue involves the agenda list elements appearing above the selected dates. Debugging will likely involve inspecting the CSS, JavaScript, and potentially the interaction between Hotwire and the front-end framework (Tailwind CSS). The provided video recording will aid in identifying the exact conditions under which the flickering occurs.

Complexity: 3/5
bug good first issue

Official App for the Rails World 2025 Conference

Ruby