Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

redirect to monitor creation form from status page (#283)

* redirect to monitor creation form from status page

* format with prettier

authored by

Kelvin Amoaba and committed by
GitHub
80fffdbe 7ddd05ed

+2 -2
+1 -1
README.md
··· 95 95 96 96 Videos to better understand the OpenStatus codebase: 97 97 98 - * [The code behind OpenStatus and how it uses Turbopack](https://youtube.com/watch?v=PYfSJATE8v8). 98 + - [The code behind OpenStatus and how it uses Turbopack](https://youtube.com/watch?v=PYfSJATE8v8). 99 99 100 100 ## Roadmap 101 101
+1 -1
apps/web/src/app/app/(dashboard)/[workspaceSlug]/status-pages/_components/empty-state.tsx
··· 20 20 description="First create a monitor before creating a page." 21 21 action={ 22 22 <Button asChild> 23 - <Link href="./monitors">Go to monitors</Link> 23 + <Link href="./monitors/edit">Create a monitor</Link> 24 24 </Button> 25 25 } 26 26 />