feat: add AI cheatsheet dialog and console drawer components}
* Add new AI cheatsheet dialog component for Angular, React, and Vue with AI-powered Redis command suggestions
* Implement console drawer UI component across all frameworks for improved console organization
* Refactor console page to support command history and improved output display
* Simplify database page by moving functionality to console drawer
* Update layout components to integrate console drawer and cheatsheet dialog
* Add redis-state service/store to manage console and command state across frameworks
* Add main-command service enhancements for command execution tracking
* Update all language strings files to include new AI cheatsheet and console drawer translations
* Update theme configuration to support new UI components
* Update package.json and yarn.lock with minor dependency adjustments
* Remove redundant styles from database and search pages