Is your feature request related to a problem? Please describe.
Deleting subpages in each pages is so slow to do. With the current feature, just deleting the main pages themselves does not delete the pages inside it.
Imagine having around 200-ish pages, and each of them have subpages. (Thanks to Notion importđ)
That means users had to go through 200 pages, SELECT, and delete the subpage first before deleting the main page.
Describe the solution youâd like
We can try to have an option just below âarchive this pageâ. It can be a toggle switch button with a label âInclude Subpagesâ.
What it does is that it takes into account to also archive the subpages of the page.
Toggle button should also remember the userâs preference.
Describe alternatives youâve considered
Go through each page. Select and delete subpages before deleting pages.
Additional context
None for now.