element-web/src
David Baker bd6ebc9630
Change 'type' prop on badges to 'forceDot' (#12327)
* Change 'type' prop on badges tio 'forceDot'

Which, hopefully, better represents what it actually does. Tidies
up some of the logic.

Split out from https://github.com/matrix-org/matrix-react-sdk/pull/12254

* Missed a file

* More comments

* Oops, there is no count here.

* Back out the logic refactor of StatelessNotificationBadge

because it was also updating the logic for mark as unread badges and
rewriting the ternary to the previous logic would be quite complex.

* Fix doc comment

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

* Clarify doc on displaying the count

* Update doc for the forceDot param here too.

---------

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2024-03-14 14:30:47 +00:00
..
@types Reuse media content/info types from the js-sdk (#12308) 2024-03-11 09:30:00 +00:00
accessibility Improve Forward Dialog a11y by switching to roving tab index interactions (#12306) 2024-03-08 14:45:15 +00:00
actions
async-components/views/dialogs Use `strong` element to semantically denote visually emphasised content (#12320) 2024-03-06 23:34:14 +00:00
audio Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
autocomplete Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
components Change 'type' prop on badges to 'forceDot' (#12327) 2024-03-14 14:30:47 +00:00
contexts
customisations Reuse media content/info types from the js-sdk (#12308) 2024-03-11 09:30:00 +00:00
dispatcher Fix buttons of widget in a room (#12288) 2024-02-27 12:02:16 +00:00
editor Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
effects
emojipicker
events
hooks Call guest access link creation to join calls as a non registered user via the EC SPA (#12259) 2024-03-07 15:38:53 +00:00
i18n/strings [create-pull-request] automated change (#12330) 2024-03-11 06:22:49 +00:00
indexing
integrations
mjolnir
models Element Call: fix widget shown while its still loading (`waitForIframeLoad=false`) (#12292) 2024-03-12 16:55:01 +00:00
modules ModuleAPI: `overwrite_login` action was not stopping the existing client resulting in the action failing with rust-sdk (#12272) 2024-02-22 15:41:21 +00:00
notifications
performance
rageshake Add A-Element-R labels to rageshakes if rust (#12251) 2024-02-15 19:45:46 +00:00
resizer
settings Make EC widget theme reactive - Update widget url when the theme changes (#12295) 2024-03-13 14:52:41 +00:00
slash-commands
stores Make EC widget theme reactive - Update widget url when the theme changes (#12295) 2024-03-13 14:52:41 +00:00
toasts New Header edgecase fixes: Close lobby button not shown, disable join button in various places, more... (#12235) 2024-02-08 16:48:50 +00:00
usercontent
utils Reuse media content/info types from the js-sdk (#12308) 2024-03-11 09:30:00 +00:00
voice-broadcast Reuse media content/info types from the js-sdk (#12308) 2024-03-11 09:30:00 +00:00
widgets Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
workers
AddThreepid.ts
AsyncWrapper.tsx
Avatar.ts
BasePlatform.ts Fix Native OIDC for Element Desktop (#12253) 2024-02-19 15:10:11 +00:00
BlurhashEncoder.ts
ContentMessages.ts Reuse media content/info types from the js-sdk (#12308) 2024-03-11 09:30:00 +00:00
DateUtils.ts
DecryptionFailureTracker.ts Increase decryption failure grace period (#12298) 2024-02-29 15:29:59 +00:00
DeviceListener.ts
Editing.ts
HtmlUtils.tsx Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
IConfigOptions.ts Call guest access link creation to join calls as a non registered user via the EC SPA (#12259) 2024-03-07 15:38:53 +00:00
IdentityAuthClient.tsx Fix Identity Server terms accepting not working as expected (#12109) 2024-01-08 10:27:03 +00:00
ImageUtils.ts
KeyBindingsDefaults.ts
KeyBindingsManager.ts
Keyboard.ts
LegacyCallHandler.tsx
Lifecycle.ts Fix spurious session corruption error (#12280) 2024-02-26 15:30:32 +00:00
Livestream.ts
Login.ts Improve client metadata used for OIDC dynamic registration (#12257) 2024-02-16 14:43:58 +00:00
Markdown.ts
MatrixClientPeg.ts Support rust in StorageManager (#12206) 2024-02-01 15:42:14 +00:00
MediaDeviceHandler.ts
Modal.tsx Refine styles of menus, toasts, popovers, and modals (#12332) 2024-03-13 13:38:32 +00:00
NodeAnimator.tsx Fix regression around read receipt animation from refs changes (#12100) 2024-01-03 11:36:11 +00:00
Notifier.ts Remove Cypress & Playwright in their entirety (#12145) 2024-01-16 09:48:49 +00:00
PageTypes.ts
PasswordReset.ts
PlatformPeg.ts
PosthogAnalytics.ts
PosthogTrackers.ts
Presence.ts
Registration.tsx
Resend.ts
Roles.ts
RoomAliasCache.ts
RoomInvite.tsx
RoomNotifs.ts Add labs flag for Threads Activity Centre (#12137) 2024-01-29 17:52:48 +00:00
Rooms.ts
ScalarAuthClient.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
ScalarMessaging.ts
SdkConfig.ts
Searching.ts
SecurityManager.ts Set up key backup using non-deprecated APIs (2nd take) (#12098) 2024-01-10 10:34:03 +00:00
SendHistoryManager.ts
SlashCommands.tsx
SlidingSyncManager.ts
Terms.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
TextForEvent.tsx
Typeguards.ts
Unread.ts Pop out of Threads Activity Centre (#12136) 2024-02-07 13:49:40 +00:00
UserActivity.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
UserAddress.ts
Views.ts
VoipUserMapper.ts
WhoIsTyping.ts
WorkerManager.ts
boundThreepids.ts
call-types.ts
createRoom.ts
email.ts
identifiers.ts
index.ts
languageHandler.tsx
linkify-matrix.ts Enable redirected media by default (#12142) 2024-02-11 07:32:57 +00:00
phonenumber.ts
sendTimePerformanceMetrics.ts
sentry.ts Update dependency @sentry/browser to v7.94.1 (#12171) 2024-01-24 09:23:54 +00:00
shouldHideEvent.ts
theme.ts Make EC widget theme reactive - Update widget url when the theme changes (#12295) 2024-03-13 14:52:41 +00:00
verification.ts