Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a new `Tags` or `Topics` collection to the system. This new taxonomy is essential for enabling future features such as improved search capabilities, a related articles section, and infinite scroll functionality.
AI Summary: Create a new `OffCanvasBlock` component at `./src/apps/pragmatic-papers/src/blocks/OffCanvas/Component.tsx` to serve as a mobile header menu. This block will utilize the shadcn `Sheet` component and be configured within Payload CMS to exclusively accept "Nav Blocks" for its content, adhering to existing project code styles.
AI Summary: Update the `/rules` command in a Turborepo project to reflect the new server rules provided by Ky. This involves modifying the relevant code within one of the Next.js apps or packages (likely `web` or `docs`) to fetch and display the updated rules.
AI Summary: Implement the display of a volume's meta image within the volume view, mirroring the image display style used for article cards. This likely involves fetching the image URL from the volume data and integrating it into the existing volume view component within the Next.js application (either `docs` or `web` depending on where the volume view resides). The task may require adjustments to CSS for proper styling and layout.