Envs v3 frontend (#4267)

* New envs frontend

* lint fix

* Add blog post, user-facing changes, dashboard warning, project page member warning, and migration reviewing. maybe some other misc stuff

* lint

* lint

* ignore .data in .prettierignore

* i18n as fuck

* fix proj page

* Improve news markdown rendering

* improve phrasing of initial paragraph

* Fix environments not reloading after save

* index.ts instead of underscored name

* shrink-0 back on these icons
This commit is contained in:
Prospector
2025-08-28 22:11:35 +00:00
committed by GitHub
parent 0ac42344e7
commit 46c325f78a
49 changed files with 2508 additions and 396 deletions
+1
View File
@@ -78,4 +78,5 @@ export function createContext<ContextValue>(
return [injectContext, provideContext] as const
}
export * from './project-page'
export * from './web-notifications'