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

loading Tests are starting...

⏰ Started at: 09/28/2025, 06:13:25 PM UTC

🚀 Running Tests

  • 🧪 chromium: Running tests...
  • 🧪 chromium-0.5x: Running tests...
  • 🧪 chromium-2x: Running tests...
  • 🧪 mobile-chrome: Running tests...

⏱️ Please wait while tests are running...

@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