element-portable/src/components/views/context_menus
David Baker a5ed97b903
Mark as Unread (#12254)
* Support the mark as unread flag

* Add mark as unread menu option

and make clering notifications also clear the unread flag

* Mark as read on viewing room

* Tests

* Remove random import

* Don't show mark as unread for historical rooms

* Fix tests & add test for menu option

* Test RoomNotificationState updates on unread flag change

* Test it doesn't update on other room account data

* New icon for mark as unread

* Add analytics events for mark as (un)read

* Bump to new analytics-events package

* Read from both stable & unstable prefixes

* Cast to boolean before checking

to avoid setting state unnecessarily

* Typo

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

* Doc external interface (and the rest at the same time)

* Doc & rename unread market set function

* Doc const exports

* Remove listener on destroy

* Add playwright test

* Clearer language, hopefully

* Move comment

* Add reference to the MSC

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

* Expand on function doc

* Remove empty beforeEach

* Rejig badge logic a little and add tests

* Fix basdges to not display dots in room sublists again

and hopefully rename the forceDot option to something that better
indicates what it does, and add tests.

* Remove duplicate license header (?)

* Missing word (several times...)

* Incorporate PR suggestion on badge type switch

* Better description in doc comment

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

* Update other doc comments in the same way

* Remove duplicate quote

* Use quotes consistently

* Better test name

* c+p fail

---------

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2024-03-19 13:28:20 +00:00
..
DeveloperToolsOption.tsx Migrate more strings to translation keys (#11613) 2023-09-19 17:16:38 +01:00
DeviceContextMenu.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
DialpadContextMenu.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
GenericElementContextMenu.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
GenericTextContextMenu.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
IconizedContextMenu.tsx Migrate more strings to translation keys (#11613) 2023-09-19 17:16:38 +01:00
KebabContextMenu.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
LegacyCallContextMenu.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
MessageContextMenu.tsx Remove Quote from MessageContextMenu as it is unsupported by WYSIWYG (#11914) 2023-11-22 05:58:08 +00:00
RoomContextMenu.tsx Update RoomSummaryCard navigation links (#11812) 2023-11-16 03:25:34 +00:00
RoomGeneralContextMenu.tsx Mark as Unread (#12254) 2024-03-19 13:28:20 +00:00
RoomNotificationContextMenu.tsx Migrate more strings to translation keys (#11671) 2023-09-26 18:35:55 +01:00
SpaceContextMenu.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
ThreadListContextMenu.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
WidgetContextMenu.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00