Skip to content

feat(home): add dedicated paused section - #97

Merged
CodeWithMa merged 3 commits into
CodeWithMa:devfrom
CodeWithMaBot:feat/home-paused-section
Aug 23, 2026
Merged

feat(home): add dedicated paused section#97
CodeWithMa merged 3 commits into
CodeWithMa:devfrom
CodeWithMaBot:feat/home-paused-section

Conversation

@CodeWithMaBot

@CodeWithMaBot CodeWithMaBot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Previously, movies could not be "paused" — pausing a movie silently reverted its status to not-started (backlog). This PR removes that special-casing so movies and series are treated uniformly, and adds a dedicated Paused section to the home page.

Three areas of change:

  • Home component — new pausedItems computed signal, a "Paused" UI section with Resume/Drop actions, and the in-progress button renamed from "Move to backlog" → "Pause".
  • Item form & domain logic — remove all guards that coerced paused → not-started for movies; itemStatuses becomes a plain constant instead of a computed that filtered by type.
  • Watch list service — markPaused now unconditionally sets status: 'paused' instead of branching on item.type.

@vercel

vercel Bot commented Aug 23, 2026

Copy link
Copy Markdown

@CodeWithMaBot is attempting to deploy a commit to the Ma's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b1a08d16-99fb-4567-b68a-a7df501a68ad


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@vercel

vercel Bot commented Aug 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
watch-list Ready Ready Preview Aug 23, 2026 10:55am

@CodeWithMa
CodeWithMa merged commit 61951d3 into CodeWithMa:dev Aug 23, 2026
6 checks passed
@CodeWithMaBot
CodeWithMaBot deleted the feat/home-paused-section branch August 23, 2026 11:03
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