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
..
2025-07-30 13:48:02 +01:00
2026-02-12 17:48:02 +00:00
2026-02-12 17:48:02 +00:00
2025-11-19 11:22:23 +00:00
2025-05-28 11:02:56 +01:00