Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.