You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat:Add delete project functionality in Project,Project-settings Issue Is:-No option to delete a project stack-auth#111 (stack-auth#127)
* Add delete project functionality in Project,Project-settings
* removed changes to the old dashboard
* added onDelete and backend endpoints
---------
Co-authored-by: Zai Shi <zaishi00@outlook.com>
<PageLayouttitle="Project Settings"description="Manage your project">
23
-
<SettingCardtitle="Production mode"description="Production mode disallows certain configuration options that are useful for development but deemed unsafe for production usage. To prevent accidental misconfigurations, it is strongly recommended to enable production mode on your production environments.">
22
+
<SettingCard
23
+
title="Production mode"
24
+
description="Production mode disallows certain configuration options that are useful for development but deemed unsafe for production usage. To prevent accidental misconfigurations, it is strongly recommended to enable production mode on your production environments."
confirmText="I understand this action is IRREVERSIBLE and will delete ALL associated data."
110
+
>
111
+
<Typography>
112
+
{`Are you sure that you want to delete the project with name "${project.displayName}" and ID "${project.id}"? This action is irreversible and will delete all associated data (including users, teams, API keys, project configs, etc.).`}
0 commit comments