This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Merged
Conversation
ecc5e8b to
caeccb8
Compare
0853e02 to
379a163
Compare
9e930d4 to
7953ce0
Compare
robintown
reviewed
Apr 4, 2024
robintown
approved these changes
Apr 5, 2024
dbkr
approved these changes
Apr 8, 2024
4 tasks
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Checklist
public/exportedsymbols have accurate TSDoc documentation.Needs element-hq/compound-web#154
Closes https://github.com/element-hq/wat-internal/issues/160
This PR introduce a new exciting feature to EW, the release announcement (RA).
The release announcement is displayed alongside a feature to inform the user of an important change in EW. It's built upon Release Announcement component of compound

The RA is going through multiple features, one by one. (Currently there is only one feature, the Threads Activity Centre, which is using it). Only one RA can be displayed at one time and when a RA is viewed (the user clicks on the
Okbutton), it should not be displayed again on all the devices.The goal of the
ReleaseAnnouncementStoreis to be sure that one RA is displayed and to store the RA viewed in the store settings in the account level.Also the
ReleaseAnnouncementcomponent of EW is gluing theReleaseAnnouncementStoreand the RA component of compound.The feature is enabled by default but can be disabled. It's disabled for the e2e for example and enabled for one e2e dedicated test suite to avoid to go trough the release announcement process on every test.