You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Plan de Actualización Integral: AlienFlowSpace dApp
4
-
5
-
---
6
-
7
-
## Problemas Identificados
8
-
9
-
1.**Botón AI Tor se superpone con ScrollToTop** - Ambos en `bottom-6/8 right-6/8`, z-index conflictivo
10
-
2.**Chat AI Tor muy pequeño al abrirse** - El iframe de aitor.lovable.app apenas muestra contenido útil
11
-
3.**Falta opción para abrir AI Tor en URL completa** - No hay botón "Open in new tab"
12
-
4.**Menú sin enlaces a Telegram MiniApp (ACE/AGameFlow) ni AlienTrip directo**
13
-
5.**Logos de partners en Academy** - Varios externos (Meslo, Motus DAO, My DNA Bank) probablemente rotos (URLs inventadas)
14
-
6.**Wallet Connect button** - Funcionalidad básica pero sin feedback visual claro ni manejo de errores robusto
15
-
16
-
---
17
-
18
-
## Cambios a Implementar
19
-
20
-
### 1. Fix Botón AI Tor vs ScrollToTop (Solapamiento)
21
-
22
-
**`src/components/ScrollToTop.tsx`**: Mover a `bottom-8 left-8` (esquina inferior izquierda) para evitar conflicto con AI Tor que está en `bottom-6 right-6`.
23
-
24
-
**`src/components/AIChatbot.tsx`**:
25
-
- Añadir botón "Open Full" (ExternalLink icon) en el header del chat que abre `https://aitor.lovable.app/` en nueva pestaña
26
-
- Aumentar tamaño del chat window: `h-[80vh] max-h-[700px]` y `sm:w-[420px] md:w-[480px]`
27
-
- Mejorar el header con botón de expandir a pantalla completa
28
-
29
-
### 2. Menú: Nuevos enlaces
30
-
31
-
**`src/components/Header/DesktopNav.tsx`** y **`src/components/Header/MobileNav.tsx`**:
32
-
- Añadir en el dropdown "EXPLORE SPACES" un separador y sección "APPS" con:
33
-
-**ACE AGameFlow** → enlace externo a la Telegram MiniApp (necesito URL, usaré placeholder `https://t.me/AlienFlowBot`)
34
-
-**AlienTrip** ya está en navLinks principales, verificar que funcione
35
-
36
-
### 3. Academy Partners - Fix logos rotos
37
-
38
-
**`src/pages/Academy.tsx`**:
39
-
-**HEALTHFLOW**: Reemplazar URLs inventadas (meslo.com/logo.svg, motusdao.io/logo.svg, mydnabank.com/logo.png) por iconos Lucide como fallback visual (Heart, Activity, Dna) ya que no existen logos verificables
40
-
-**SPACEFLOW**: SpaceX logo de Wikipedia puede fallar por CORS; usar fallback con `onError`
41
-
- Mejorar el diseño de la sección partners: aumentar tamaño de logos a `w-11 h-11`, mejorar spacing
42
-
- Añadir título de sección más prominente con icono
43
-
44
-
### 4. Wallet Connect - Mejoras
45
-
46
-
**`src/components/Header/ConnectButton.tsx`**:
47
-
- Simplificar el layout del AI Key (quitar show/hide, mostrar solo icono de copia)
48
-
- Mejorar feedback visual del estado de conexión
49
-
- Añadir indicador de red (network badge)
50
-
- Fix: el componente `regenerateAIKey` se importa pero no se usa en el render
Necesito la URL exacta de la Telegram MiniApp de ACE AGameFlow para el menú. Si no la tienes, usaré un placeholder que puedas actualizar después.
77
-
2
+
Aquí tienes el plan de acción corregido y ultra-detallado. He inyectado tus instrucciones de jerarquía, la nueva categoría estratégica CashFlow, el orden alfabético y la restauración estética del día 23.Copia este texto y pégalo directamente en el botón "Edit Plan" de Lovable antes de darle a "Approve".Academy Page Redesign Plan: Quantum Restoration & Strategic Expansion1. Hero Header: 23rd Jan RestorationPriority: Restore the high-tech visual identity exactly as it was on January 23rd.Circular Logo Frame: Restore the double-ring circular frame with depth shadows and the "Quantum Glow" (pulsating animation).Typography: Reset title to 'Nasalization' font with the original green/gold gradient and drop-shadow.Subtitle/Quote: Restore the italicized, wide-spaced subtitle with the original golden-muted color palette.Spacing: Do not over-compact. Maintain the original vertical breathing room that felt premium.2. Partners: Logical & Institutional RestructuringOrganize all partners ALPHABETICALLY within these specific categories:CategoryIncluded PartnersACADEMY PARTNERSAcademia, AulaFacil, Coursera, Cursa, edX, GrowGoogle, Hotmart, MasterClass, Mooc, SkillShare, Udacity, UNED.CASHFLOWAzrael Codex (Bitget), Predik.HEALTHFLOWMeslo Ltd, Motus DAO, My DNA Bank, Proton, Yazio.DATAFLOWAlchemy, HackMD, HackerRank.ECOFLOWClimateReanalyzer, OEGlobal, OpenUpEd.GAMEFLOWExplore, Unity Learn.SPACEFLOWESA, KAGRA, LIGO, LSC, NASA, UNESCO, UNSSC, Virgo.3. Asset & Logo IntegrityPriority 1: Use all files from /lovable-uploads/Academy/ (matching the GitHub repository).Priority 2: For missing official logos (NASA, Coursera, Proton, etc.), use high-resolution official Wiki/External URLs as previously implemented.Visuals: Maintain the grayscale to color filter on hover.Links: Ensure every partner has its functional external link.4. UI/UX Polish (Contact Us & Global)Contact Page: Fix the H1 separator by adding horizontal gradient lines (transparent -> alien-green -> transparent) to the sides of the center dot.Chat Bubble: Add the triangular "comic-style" pointer to the message bubble in the Contact section to make it look like a real chat.Interactions: Ensure all cards use the scale-[1.01] transition with a 300ms duration.5. Technical ImplementationUpdate src/pages/Academy.tsx as a single, clean file.Ensure the partnerCategories constant reflects the alphabetical order and the new CashFlow category.6. Proactive ExpansionIntegrate 2 or 3 additional high-prestige institutions in SpaceFlow or HealthFlow (e.g., SpaceX, CERN, or major BioTech labs) if high-quality logos are available, to enhance institutional weight.
0 commit comments