Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Cardstack catalog CardListing card instance describing a “Blog App Catalog Listing”, intended to appear in the catalog listing UI.
Changes:
- Introduces a new
CardListingJSON card instance with name, summary, and relationship links (tags/publisher/etc.).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "meta": { | ||
| "adoptsFrom": { | ||
| "name": "CardListing", | ||
| "module": "http://localhost:4201/catalog/catalog-app/listing/listing" |
Comment on lines
+34
to
+39
| "self": "http://localhost:4201/catalog/Tag/140feda8-625b-4a24-9ddb-6f4da891aef2" | ||
| } | ||
| }, | ||
| "tags.1": { | ||
| "links": { | ||
| "self": "http://localhost:4201/catalog/Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4" |
| }, | ||
| "publisher": { | ||
| "links": { | ||
| "self": "http://localhost:4201/catalog/Publisher/ae15f401-5340-4098-ba7f-ab23a3058dff" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The BlogApp component defines a comprehensive blog management interface within the Cardstack platform. It provides a structured way to display, filter, and organize various blog-related content, including blog posts, author bios, and categories. The app features configurable sorting options for blog posts, dynamic filtering, and multiple view modes such as card, strip, and grid layouts. It incorporates administrative functionalities like viewing metadata (publish date, last updated, word count, status, editors) for blog posts, enabling content management. Designed to facilitate content creation, it includes a "New" button for creating posts, authors, or categories directly within the interface. The primary purpose of the BlogApp is to serve as an extensible and interactive dashboard for managing and browsing blog content effectively, supporting both display and administrative operations.
!PcEVGbpIawlGqWabXd:localhost@lucas:localhost