shadcn-ui / taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.
https://tx.shadcn.com
MIT License
18.64k stars 2.58k forks source link

[feature] new post form has no going back #260

Open soham2k06 opened 10 months ago

soham2k06 commented 10 months ago

When we create new post there is a back button but I really expect that it would be cancel my new post.

In short, once we go through form for new post it will create post even if we go back.

There can be 2 solutions: Implement draft posts and draft it when user clicks back button. Implement 'cancel' button.