Skip to content

Conversation

felixturner
Copy link

@felixturner felixturner commented Sep 26, 2025

Summary

Small tweaks to #5142 to improve template card UI. Providing more context and readbility

Changes

  • Move tutorial button to overlay on template image to avoid content shift on hover
  • Increase description text display from 2 to 5 lines for more context
  • Increase title size for readability
  • Improve card layout: larger image, cleaner borders and padding
  • Update SquareChip background for visual consistency (bg-black/20)

Screenshots

Before

before

After

after

┆Issue is synchronized with this Notion page by Unito

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Sep 26, 2025
Copy link

github-actions bot commented Sep 26, 2025

🎭 Playwright Test Results

Some tests failed

⏰ Completed at: 09/27/2025, 04:54:27 PM UTC

📈 Summary

  • Total Tests: 462
  • Passed: 430 ✅
  • Failed: 2 ❌
  • Flaky: 1 ⚠️
  • Skipped: 29 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 423 / ❌ 2 / ⚠️ 1 / ⏭️ 29
  • chromium-2x: View Report • ✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • chromium-0.5x: View Report • ✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • mobile-chrome: View Report • ✅ 4 / ❌ 0 / ⚠️ 0 / ⏭️ 0

🎉 Click on the links above to view detailed test results for each browser configuration.

@Myestery Myestery added the Design Used to request Product feedback on design decisions label Sep 26, 2025
@felixturner
Copy link
Author

Not sure why linting is failing. Claude tells me there is an issue in the workflow:

The GitHub Actions workflow lint-and-format.yaml is failing because it's trying to checkout the branch template-card-updates from the main repository (Comfy-Org/ComfyUI_frontend) instead of your fork
(felixturner/ComfyUI_frontend).

The Problem:
Line 19 in .github/workflows/lint-and-format.yaml is missing the repository parameter in the checkout step.

The Fix:
Add repository: ${{ github.event.pull_request.head.repo.full_name }} to the checkout step to make it work with PRs from forks.

Your Code Status:
✅ All local checks pass (lint, typecheck, format) - the issue is purely a workflow configuration bug in the main repository.

 - Move tutorial button to overlay on template image to avoid ceontent shift on hover
 - Increase description text display from 2 to 5 lines for more context
 - increase title size for readability
 - Improve card layout: larger image, cleaner borders and padding
 - Update SquareChip background for visual consistency (bg-black/20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design Used to request Product feedback on design decisions size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants