Skip to content

Conversation

@sagnik26
Copy link
Contributor

@sagnik26 sagnik26 commented Dec 29, 2025

Closes #3548.

Background

Fix for tags casing which should match API response.

References

Changes

  • Fetch tags from API in BlueprintsCarousel component and pass them as props
    to BlueprintsListCard to ensure tags display with correct casing (matching
    API response) instead of lowercase.

Areas of Impact

  • components/home/BlueprintsCarousel.vue

Screenshot

  • Before Fix: tags in lowercase
Screenshot 2025-12-29 at 7 38 35 PM
  • After Fix: tags as per API Response
Screenshot 2025-12-29 at 7 39 03 PM

@github-project-automation github-project-automation bot moved this to To review in Pull Requests Dec 29, 2025
@MilosPaunovic MilosPaunovic added area/frontend Needs frontend code changes kind/external Pull requests raised by community contributors labels Dec 29, 2025
@MilosPaunovic
Copy link
Member

Just a small note for the future, if you could use GitHub Keywords when opening PRs to connect it to the proper issue (to automate the entire process a bit more), it would be super helpful to us. You can read a bit more about it here (I've added closing keyword for this particular issue).

@sagnik26
Copy link
Contributor Author

Just a small note for the future, if you could use GitHub Keywords when opening PRs to connect it to the proper issue (to automate the entire process a bit more), it would be super helpful to us. You can read a bit more about it here (I've added closing keyword for this particular issue).

Sure @MilosPaunovic , I will keep this in mind for future PRs. Let me have a look.

@Piyush-r-bhaskar Piyush-r-bhaskar changed the title fix: [Issue 3548] tags casing should match API response fix(core): tags casing should match API response Dec 30, 2025
Copy link
Contributor

@Piyush-r-bhaskar Piyush-r-bhaskar left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@Piyush-r-bhaskar Piyush-r-bhaskar merged commit b598a96 into kestra-io:main Dec 30, 2025
@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/frontend Needs frontend code changes kind/external Pull requests raised by community contributors

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Tags casing should be same as what API return.

4 participants