feat: update quota data on quota impacting actions#1200
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tility Add event infrastructure for quota refresh: a QuotaChangedEvent class, a non-hook publishEvent function, and a publishQuotaChangedEvent helper that only dispatches when the involved size exceeds 1MB. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Mount a listener component that subscribes to QuotaChangedEvent and invokes the storages-refresh-quota integrated function when available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dispatch quota refresh event after successfully sending a message or saving a draft, only when the editor size exceeds 1MB. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… delete attachments Dispatch quota refresh event from delete-permanently hooks (msg and conv), empty trash modal, and delete-attachments action. Size check applies to delete permanently and delete attachments; empty trash always fires. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dispatch quota refresh event when the notify section reports newly created messages with a total size exceeding 1MB. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…and format tsconfig Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…-data-on-send-email Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
CerDennis
reviewed
Apr 16, 2026
Contributor
There was a problem hiding this comment.
This needs to be reviewed with the migration to pnpm
CerDennis
requested changes
Apr 16, 2026
…-data-on-send-email
CerDennis
approved these changes
Apr 21, 2026
nubsthead
approved these changes
Apr 21, 2026
Contributor
|
🎉 This PR is included in version 1.32.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.

Refs: CO-3475