Skip to content

Commit

Permalink
πŸŽπŸ˜΅β€πŸ’« ↝ [SSG-79 SSG-88]: Merge pull request #168 from Signal-K/SSG-88
Browse files Browse the repository at this point in the history
πŸͺ·πŸŽ ↝ [SSG-79 SSG-88]: Multi-project integration
  • Loading branch information
Gizmotronn authored Dec 28, 2024
2 parents 01f05ea + bbe2752 commit ad7d3e6
Show file tree
Hide file tree
Showing 62 changed files with 5,083 additions and 2,736 deletions.
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import AllAutomatonsOnActivePlanet from "@/components/Structures/Auto/AllAutomat
import { EarthViewLayout } from "@/components/(scenes)/planetScene/layout";
import Onboarding from "./scenes/onboarding/page";
import VerticalToolbar from "@/components/Layout/Toolbar";
import StructureMissionGuide from "@/components/Layout/Guide";
import SimpleeMissionGuide from "./tests/singleMissionGuide";

export default function Home() {
Expand Down
2 changes: 0 additions & 2 deletions app/scenes/mars/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { InventoryStructureItem } from "@/types/Items";
import { PlanetarySystem } from "@/components/(scenes)/planetScene/orbitals/system";
import AllAutomatonsOnActivePlanet from "@/components/Structures/Auto/AllAutomatons";
import { MiningComponentComponent } from "@/components/(scenes)/mining/mining-component";
import StructureMissionGuide from "@/components/Layout/Guide";

const MarsView: React.FC = () => {
const supabase = useSupabaseClient();
Expand Down Expand Up @@ -57,7 +56,6 @@ const MarsStructures: React.FC = () => {
return (
<MarsActionSceneLayout>
<MiningComponentComponent />
<StructureMissionGuide />
</MarsActionSceneLayout>
// <EarthViewLayout>
// <div className="w-full">
Expand Down
2 changes: 0 additions & 2 deletions app/scenes/mining/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

import React from "react";
import { EarthActionSceneLayout, EarthViewLayout } from "@/components/(scenes)/planetScene/layout";
import StructureMissionGuide from "@/components/Layout/Guide";
import { MiningComponentComponent } from "@/components/(scenes)/mining/mining-component";

export default function Mining() {
return (
<EarthActionSceneLayout>
<MiningComponentComponent />
<StructureMissionGuide />
</EarthActionSceneLayout>
);
};
137 changes: 0 additions & 137 deletions app/starnet/feed/anomalies/page.tsx

This file was deleted.

132 changes: 0 additions & 132 deletions app/starnet/feed/page.tsx

This file was deleted.

Loading

0 comments on commit ad7d3e6

Please sign in to comment.