Commit graph

8 commits

Author SHA1 Message Date
MrPiglr
df3146abdf modified: astro-site/package.json 2026-02-28 23:50:09 -07:00
f14765f47c
new file: FEATURES-ROADMAP.md 2026-03-01 05:03:25 +00:00
770d0e38ec
deleted: astro-site/src/pages/mockup.jsx 2026-02-07 01:28:39 +00:00
de54903c15
new file: astro-site/src/components/auth/SupabaseLogin.jsx
new file:   astro-site/src/components/auth/SupabaseLogin.jsx
2026-02-03 09:09:36 +00:00
313b7d2518
modified: astro-site/src/components/mockup/ChatArea.jsx 2026-01-19 05:06:41 +00:00
e6ab906dc0
Checkpoint from VS Code for coding agent session 2026-01-19 02:50:10 +00:00
3da5bc453d
feat: Complete dark gaming theme redesign for React frontend
- Updated all Chat component styles (Chat, MessageInput, MessageList, ConversationList)
- Replaced purple/pink gradients with cyan/green gaming theme
- Implemented glassmorphism effects with backdrop blur
- Updated message bubbles with gradient for own messages, dark glass for others
- Changed all light backgrounds to OLED-friendly pure black
- Added cyan glow effects and shadows throughout
- Installed react-router-dom dependency
- Updated Demo.css with full dark theme
- All components now match Astro landing site aesthetic
2026-01-12 04:47:53 +00:00
651cba733d
feat: Add sleek mobile-first design and Astro landing site
- Update design tokens with dark gaming theme (OLED-friendly)
  - Pure black backgrounds (#000000)
  - Cyan primary (#00d9ff) and neon green accent (#00ff88)
  - Glassmorphism effects and mobile-specific tokens

- Build complete React Native mobile app screens
  - HomeScreen: Chat list with dark cards and status indicators
  - MessagesScreen: Chat view with gradient bubbles and typing indicators
  - FriendsScreen: Friend list with online/offline sections and game presence
  - GamesScreen: GameForge projects with team channels
  - ProfileScreen: User profile with .aethex domain display
  - AppNavigator: Bottom tab navigation with glow effects

- Create Astro marketing landing site
  - Hero section with animated gradients and phone mockup
  - Features showcase (6 cards)
  - Pricing tiers (Free/Premium/Enterprise)
  - Download section for all platforms
  - Fully responsive dark theme

Design inspiration: BitChat, Root, Discord Dark, Telegram
Mobile-first approach with 48px touch targets and safe areas
2026-01-12 03:28:16 +00:00