feat(app-store-view): add app details action to store cards

This commit is contained in:
2026-03-19 16:01:34 +00:00
parent bbbc0958f4
commit 6db2e3ff4f
3 changed files with 61 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-19 - 2.9.0 - feat(app-store-view)
add app details action to store cards
- adds a new "View Details" button alongside the existing deploy action
- dispatches a bubbling "view-app" event with the selected app payload for parent handlers
- updates card action layout and button styling to support multiple actions
## 2026-03-18 - 2.8.0 - feat(elements)
add app store view component for browsing and deploying app templates