Skip to content

Commit af2f4c3

Browse files
Save plan in Lovable
1 parent e0f32d8 commit af2f4c3

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

.lovable/plan.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
11

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.
2+
# Fix Loading Issues + Modest UI Polish for Academy, Clubs, CoNetWorKing
3+
4+
## Root Cause of Loading Issue
5+
6+
The `LoadingScreen` component is **full-screen with `fixed inset-0 z-[99999]`**, covering the entire viewport. When used in `Suspense` fallback for 8 lazy components, it blocks the UI forever as each component triggers this overlay.
7+
8+
## Solution
9+
10+
### 1. Fix LoadingScreen (`src/components/LoadingScreen.tsx`)
11+
Replace full-screen takeover with a lightweight inline skeleton:
12+
- Remove `fixed inset-0` positioning
13+
- Simple centered spinner with logo pulse
14+
- No z-index override — fits naturally in layout
15+
16+
### 2. Academy Page Polish (`src/pages/Academy.tsx`)
17+
Modest improvements, keeping readability:
18+
- Standardize card backgrounds to `bg-black/50 backdrop-blur-md` (not heavy blur)
19+
- Add subtle `hover:border-alien-gold/50` transitions
20+
- Keep existing structure — no major layout changes
21+
22+
### 3. Clubs Page Polish (`src/pages/Clubs.tsx`)
23+
- Add `motion.div` entry animations to club cards (staggered fade-in)
24+
- Standardize search bar styling with subtle border glow
25+
- Category filter pills with active state highlight
26+
27+
### 4. CoNetWorKing Page Polish (`src/pages/CoNetWorKing.tsx`)
28+
- Add section header animations (slide up on scroll)
29+
- Partner cards with subtle scale hover effect
30+
- Service cards already have hover effects — keep them
31+
32+
## Files Changed
33+
| File | Change |
34+
|------|--------|
35+
| `src/components/LoadingScreen.tsx` | Inline spinner (fix blocking issue) |
36+
| `src/pages/Academy.tsx` | Card hover polish |
37+
| `src/pages/Clubs.tsx` | Entry animations, filter styling |
38+
| `src/pages/CoNetWorKing.tsx` | Section animations |
39+
40+
All changes use existing dependencies. No heavy glass effects — prioritizing readability and responsiveness.

0 commit comments

Comments
 (0)