[UX] Submit button should be disabled when input field is empty#27
Open
Nikayel wants to merge 26 commits into
Open
[UX] Submit button should be disabled when input field is empty#27Nikayel wants to merge 26 commits into
Nikayel wants to merge 26 commits into
Conversation
* introduce subscription launch date for credit usage * inform users after 15m of silence to prevent burning through their credits * Record usages every 60s instead of 30s
* Fix docs link on the in-page refs * Rename the terms plugins -> apps
* Fix docs link on the in-page refs * Rename the terms plugins -> apps * fixing the chat with bad backward compatibility between app_id and plugin_id; enhance the UI/UX of summarized app selection
…obile app, its basically by 8/10 (BasedHardware#2818)
…in bottom navigation bar - Added scroll controllers to ConversationsPage and ExploreInstallPage - Added scrollToTop() methods to all pages (Conversations, Action Items, Memories, Apps) - Implemented callback registration system in HomeProvider - Modified bottom navigation bar to scroll to top when current page icon is tapped - Resolves issue codepath#6
Implement automated database backup system that includes the database name in backup notifications, addressing Issue codepath#5. Features: - Database backup utility with Firestore export support - Push notifications with database name in message body - Separate notifications for each database backup - Support for multiple databases via configuration - Scheduled daily backups at 2 AM UTC - Manual backup triggers for testing - Admin user notification system Files added: - utils/database_backup.py: Core backup and notification logic - utils/other/backup_scheduler.py: Cron job scheduler - utils/other/BACKUP_README.md: Complete documentation - test_backup_notification.py: Implementation verification tests Files modified: - utils/other/notifications.py: Integrated backup cron job Notification format: - Title: "Database Backup Completed" - Body: "Database backup completed: {database_name}" - Data: Includes database_name, timestamp, status, and backup_path Configuration via environment variables: - BACKUP_DATABASES: Comma-separated or JSON list of databases - BACKUP_ADMIN_USERS: User IDs to receive notifications - BACKUP_SCHEDULE_HOUR: Hour for daily backup (default: 2 AM UTC) - GOOGLE_CLOUD_PROJECT: GCP project ID - BACKUP_BUCKET: Storage bucket for backups Resolves codepath#5 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Issuesix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.