Skip to content

Commit afbbfe3

Browse files
committed
chore: revert billing (#2549)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent c3a8a1e commit afbbfe3

44 files changed

Lines changed: 5307 additions & 2354 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/linear-agent-starter/yarn.lock

Lines changed: 3701 additions & 0 deletions
Large diffs are not rendered by default.

frontend/apps/hub/mock/billing.mock.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

frontend/apps/hub/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"typescript": "^5.5.4",
8080
"vite": "^5.2.0",
8181
"vite-bundle-analyzer": "^0.17.0",
82-
"vite-plugin-favicons-inject": "^2.2.0",
83-
"vite-plugin-mock-dev-server": "^1.8.7"
82+
"vite-plugin-favicons-inject": "^2.2.0"
8483
}
8584
}

frontend/apps/hub/src/components/command-panel/command-panel-page/environment-command-panel-page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
environmentByIdQueryOptions,
33
projectByIdQueryOptions,
44
projectEnvironmentQueryOptions,
5-
environmentMetadataQueryOptions,
5+
projectMetadataQueryOptions,
66
projectQueryOptions,
77
} from "@/domains/project/queries";
88
import { GuardEnterprise } from "@/lib/guards";
@@ -21,6 +21,7 @@ import {
2121
faFunction,
2222
faGear,
2323
faGlobe,
24+
faHammer,
2425
faJoystick,
2526
faKey,
2627
faLink,
@@ -61,7 +62,7 @@ export function EnvironmentCommandPanelPage({
6162
] = useSuspenseQueries({
6263
queries: [
6364
projectQueryOptions(projectId),
64-
environmentMetadataQueryOptions({ projectId, environmentId }),
65+
projectMetadataQueryOptions({ projectId, environmentId }),
6566
],
6667
});
6768

frontend/apps/hub/src/components/header/links/header-environment-links.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
environmentByIdQueryOptions,
33
projectByIdQueryOptions,
44
projectEnvironmentQueryOptions,
5-
environmentMetadataQueryOptions,
5+
projectMetadataQueryOptions,
66
} from "@/domains/project/queries";
77
import { GuardEnterprise } from "@/lib/guards";
88
import {
@@ -44,7 +44,7 @@ export function HeaderEnvironmentLinks({
4444
] = useSuspenseQueries({
4545
queries: [
4646
projectEnvironmentQueryOptions({ projectId, environmentId }),
47-
environmentMetadataQueryOptions({ projectId, environmentId }),
47+
projectMetadataQueryOptions({ projectId, environmentId }),
4848
],
4949
});
5050

frontend/apps/hub/src/domains/project/components/billing/actors-billing.tsx

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)