Skip to content

feat: Add reading list with pink "Remove from reading list" button - #2

Draft
fadler82 with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-pink-button-from-reading-list
Draft

feat: Add reading list with pink "Remove from reading list" button#2
fadler82 with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-pink-button-from-reading-list

Conversation

Copilot AI commented Mar 5, 2026

Copy link
Copy Markdown

Adds a reading list feature to BookMonkey. Books can be added from the main list and managed on a dedicated /reading-list route. The "Remove from reading list" button is styled pink (bg-pink-500).

New Files

  • ReadingListService — Signal-based singleton managing list state (addBook, removeBook, isInReadingList, reactive count)
  • ReadingListComponent/reading-list page rendering saved books in a grid, each with a pink remove button:
    <button (click)="removeBook(book.id)"
      class="mt-2 bg-pink-500 hover:bg-pink-600 text-white ...">
      Remove from reading list
    </button>

Modified Files

  • BookItemComponent — Adds "Add to reading list" (blue) button and a "✓ In reading list" indicator per card
  • app.routes.ts — Registers /reading-list route
  • AppComponent — Header nav gains a "Reading List" link with a live pink badge counter

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node ./node_modules/.bin/ng build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: fadler82 <47920593+fadler82@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove pink color from 'Remove from reading list' button feat: Add reading list with pink "Remove from reading list" button Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants