rsnext/test/e2e/app-dir/draft-mode
Steven 20f90c387c
chore: rename draft mode enabled to isEnabled (#49096)
After trying out draft mode on canary, I realized that it was easy to
select the wrong option from the VS Code intellisense suggestion
dropdown.

So this PR changes `enabled` to `isEnabled` and also wraps in a class to
make the icons for methods look different.

## Before

<img width="545" alt="image"
src="https://user-images.githubusercontent.com/229881/235705729-2be5a5a0-2299-4152-bee7-b6d5659a8d59.png">

## After

<img width="545" alt="image"
src="https://user-images.githubusercontent.com/229881/235733072-338dfb2f-9e27-4d04-b009-a66503efe682.png">
2023-05-02 21:45:28 +02:00
..
app chore: rename draft mode enabled to isEnabled (#49096) 2023-05-02 21:45:28 +02:00
draft-mode-edge.test.ts feat: add draft mode to next/headers (#48789) 2023-05-01 21:37:17 +00:00
draft-mode-node.test.ts feat: add draft mode to next/headers (#48789) 2023-05-01 21:37:17 +00:00
next.config.js feat: add draft mode to next/headers (#48789) 2023-05-01 21:37:17 +00:00