-
Notifications
You must be signed in to change notification settings - Fork 192
Revert "copy prompt" #2491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "copy prompt" #2491
Conversation
ConsoleProject ID: Sites (2)
Tip Appwrite has a Discord community with over 16 000 members. |
WalkthroughThis pull request removes the LLM banner feature from the platform creation workflow. The changes include deleting the LlmBanner component file, removing its imports and usages from all platform creation files (Android, Apple, Flutter, React Native, Web), deleting related prompt generation and configuration utilities from the store module, and removing the associated analytics event for copying the starter kit prompt. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes The changes follow a consistent removal pattern: LlmBanner component deletion across multiple platform files (Android, Apple, Flutter, React Native, Web), store export removals (LLMPromptConfig, generatePromptFromConfig, PlatformConfig, platformConfigs, buildPlatformConfig), and analytics enum entry removal. While spread across 8 files, the homogeneous nature of these deletions—removing the same component and related utilities—reduces cognitive load. Review effort focuses on verifying complete removal with no orphaned references and confirming that deleted store exports and analytics events are not referenced elsewhere in the codebase. Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
💤 Files with no reviewable changes (6)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |

Reverts #2477
Summary by CodeRabbit
Removed Features
Chores