Files
Oskar Otwinowski 3cecb9d1e0 feat(settings): add project settings subpaths and general settings route
Add dedicated subpaths for project settings: /general and /integrations.
Introduce v3ProjectSettingsGeneralPath and
v3ProjectSettingsIntegrationsPath in pathBuilder to allow linking to
specific settings sections. Update GitHub integration routes and redirect
logic to use the integrations subpath so installation/redirect targets
point to the correct settings tab.

Add a new nested route for project settings general:
_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings.general/route.tsx.
Implement form schema, actions, and UI scaffolding for renaming and
deleting projects (with slug validation), plus server-side checks,
messages, and service hooks. This prepares the app for per-tab settings
and improves navigation/redirect accuracy for integrations.
2026-02-19 15:45:19 +01:00
..
2024-11-19 13:14:25 +00:00
2026-01-09 11:39:36 +00:00
2024-03-04 17:33:53 +00:00
2024-03-31 21:47:05 +01:00
2025-03-05 14:40:14 +00:00
2025-03-05 14:40:14 +00:00