This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 829
Conversation
This file contains 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
florianduros
added
the
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
label
Mar 27, 2024
florianduros
force-pushed
the
florianduros/tac/release-announcement
branch
from
March 28, 2024 17:35
ecc5e8b
to
caeccb8
Compare
florianduros
force-pushed
the
florianduros/tac/release-announcement
branch
from
April 4, 2024 14:28
0853e02
to
379a163
Compare
florianduros
force-pushed
the
florianduros/tac/release-announcement
branch
from
April 4, 2024 14:42
9e930d4
to
7953ce0
Compare
robintown
reviewed
Apr 4, 2024
src/components/views/spaces/threads-activity-centre/ThreadsActivityCentre.tsx
Outdated
Show resolved
Hide resolved
robintown
approved these changes
Apr 5, 2024
dbkr
approved these changes
Apr 8, 2024
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
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
/exported
symbols 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
Ok
button), it should not be displayed again on all the devices.The goal of the
ReleaseAnnouncementStore
is to be sure that one RA is displayed and to store the RA viewed in the store settings in the account level.Also the
ReleaseAnnouncement
component of EW is gluing theReleaseAnnouncementStore
and 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.