Update system name and references from TeaBoy to Tx

Replaces all user-facing instances of "TeaBoy" with "Tx" across the application, including titles, locale files, database settings, seed data, and API documentation. Also updates internal storage keys and session secrets to remove the old branding.
This commit is contained in:
Riyadh
2026-04-22 10:26:53 +00:00
parent f3c2f362dc
commit 91330768ad
17 changed files with 53 additions and 41 deletions
@@ -2,7 +2,7 @@
* Generated by orval v8.5.3 🍺
* Do not edit manually.
* Api
* TeaBoy OS API specification
* Tx OS API specification
* OpenAPI spec version: 0.1.0
*/
export interface HealthStatus {
+1 -1
View File
@@ -2,7 +2,7 @@
* Generated by orval v8.5.3 🍺
* Do not edit manually.
* Api
* TeaBoy OS API specification
* Tx OS API specification
* OpenAPI spec version: 0.1.0
*/
import { useMutation, useQuery } from "@tanstack/react-query";