- Add AIUI pre-built dist to demo/ for Portainer deployment - Add nginx-demo.conf with Claude API proxy (envsubst for API key) - Add docker-entrypoint.sh for runtime API key injection - Update Dockerfile.web to include AIUI and Claude proxy - Update docker-compose.demo.yml with ANTHROPIC_API_KEY env var - Switch deploy script from sshpass to SSH key auth - Fix Quick Start Goals animating before other cards (stagger 5, opacity guard) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
266 B
CSS
2 lines
266 B
CSS
.widget-enter-active[data-v-1c052c90]{transition:all .25s cubic-bezier(.16,1,.3,1)}.widget-leave-active[data-v-1c052c90]{transition:all .2s ease-in}.widget-enter-from[data-v-1c052c90],.widget-leave-to[data-v-1c052c90]{opacity:0;transform:scale(.9) translateY(20px)}
|