Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.
This repository was archived by the owner on May 11, 2026. It is now read-only.

Feature request: One click publish from dashboard blogs table #29

@Safvan-tsy

Description

@Safvan-tsy

dashboard

Go to /admin/dashboard/blogs. If a post is not published that is status is 'draft', we want an icon near that status in table which can trigger update the post status to published .

Tasks

Backend
Create a PATCH endpoint /api/admin/post/[id] which should update the status of post to 'published'

Frontend
Add a button with icon near status if it is 'draft' , icon should be from 'react-icons/fa'. onclick it should call the patch endpoint with status:'pubished' . and then refetch the data in table list view

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions