- 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>
17 lines
509 B
HTML
17 lines
509 B
HTML
<div style="padding: 2rem; background:#0A0A0C;">
|
|
|
|
<button class="gx-btn gx-btn-primary">Primary</button>
|
|
<button class="gx-btn gx-btn-secondary">Secondary</button>
|
|
<button class="gx-btn gx-btn-danger">Danger</button>
|
|
|
|
<br><br>
|
|
|
|
<button class="gx-btn gx-btn-primary gx-btn-small">Small Primary</button>
|
|
<button class="gx-btn gx-btn-secondary gx-btn-small">Small Secondary</button>
|
|
|
|
<br><br>
|
|
|
|
<button class="gx-btn gx-btn-primary gx-btn-block">Full Width Button</button>
|
|
|
|
</div>
|