- Implement full web interface with Go html/template server - Add GX component library (buttons, dialogs, tables, forms, etc.) - Create scene/performer/studio/movie detail and listing pages - Add Adult Empire scraper for additional metadata sources - Implement movie support with database schema - Add import and sync services for data management - Include comprehensive API and frontend documentation - Add custom color scheme and responsive layout 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
499 B
HTML
20 lines
499 B
HTML
<div style="background:#0A0A0C; padding: 3rem; display:flex; flex-direction:column; gap:2rem;">
|
|
|
|
<div class="gx-loader-center">
|
|
<div class="gx-loader"></div>
|
|
</div>
|
|
|
|
<div class="gx-loader-center">
|
|
<div class="gx-loader gx-loader-sm"></div>
|
|
</div>
|
|
|
|
<div class="gx-loader-center">
|
|
<div class="gx-loader gx-loader-lg"></div>
|
|
</div>
|
|
|
|
<div class="gx-loader-center">
|
|
<div class="gx-loader gx-loader-lg gx-loader-pulse"></div>
|
|
</div>
|
|
|
|
</div>
|