1010 align="center"
1111 />
1212 <div v-else class =" py-16 text-center text-gray-400" >
13- Loading Cluster ...
13+ Loading Synthesis ...
1414 </div >
1515
1616 <!-- Main Content -->
4747 <!-- Right-aligned controls -->
4848 <div class =" flex items-center gap-2 ml-auto mr-4" >
4949 <Link
50- href="/transmissions/clusters "
50+ href="/synthesis "
5151 class="inline-flex items-center gap-1 text-[11px] uppercase tracking-wide text-gray-500 hover:text-black mb-2"
5252 >
53- ← Return to Clusters
53+ ← Index
5454 </Link >
5555
5656 <span class =" text-gray-300 mb-2" >|</span >
6767
6868 <!-- Tab Content -->
6969 <div class =" mt-6" >
70- <TabCluster
71- v-if =" activeMainTab === ' Arc ' "
70+ <TabSynthesis
71+ v-if =" activeMainTab === ' Synthesis ' "
7272 :cluster =" cluster "
7373 :surface =" surfaceReflection "
7474 :structure =" structureReflection "
@@ -112,10 +112,11 @@ import { Link } from '@inertiajs/vue3'
112112import Content from ' @/Components/System/Content.vue'
113113import Hero from ' @/Components/System/Hero.vue'
114114import Icon from ' @/Components/System/Icon.vue'
115- import TabCluster from ' ./TabCluster.vue'
116115import TabElements from ' ./TabElements.vue'
117- import TabPatterns from ' ./TabPatterns.vue'
118116import TabMirror from ' ./TabMirror.vue'
117+ import TabPatterns from ' ./TabPatterns.vue'
118+ import TabSynthesis from ' ./TabSynthesis.vue'
119+
119120import { useCluster } from ' @/Composables/useCluster'
120121
121122const props = defineProps ({
@@ -181,11 +182,11 @@ const mirrorReflection = computed(() => {
181182// Tabs
182183const mainTabs = [
183184 {
184- key: ' Arc ' ,
185- label: ' Arc ' ,
186- icon: ' TrendingUp ' ,
187- color: ' text-pink -400' ,
188- background: ' bg-pink -400' ,
185+ key: ' Synthesis ' ,
186+ label: ' Synthesis ' ,
187+ icon: ' FlaskConical ' ,
188+ color: ' text-synthesis -400' ,
189+ background: ' bg-synthesis -400' ,
189190 },
190191 {
191192 key: ' Elements' ,
@@ -204,13 +205,13 @@ const mainTabs = [
204205 {
205206 key: ' Mirror' ,
206207 label: ' Mirror' ,
207- icon: ' FlaskConical ' ,
208+ icon: ' FlipVertical ' ,
208209 color: ' text-sky-400' ,
209210 background: ' bg-sky-400' ,
210211 }
211212]
212213
213- const activeMainTab = ref (' Arc ' )
214+ const activeMainTab = ref (' Synthesis ' )
214215
215216// Copy link
216217const url = ref (window .location .href )
0 commit comments