riot-web/src
CicadaCinema cdb0c2c6a1
Add heart effect ()
* add heart effect

* clean up syntax

* convert indentation to spaces

* appease the linter

* hopefully resolve merge conflict

* add missing semicolons

* add label to toggle switch

* Revert "add label to toggle switch"

This reverts commit 5e83d9b9109f5f1922555484f7492596cc5966ff.

* remove extra space

* replace gift heart with emoji heart in timeline message

* reduce number of emoji triggers

* copyright should be myself

* Update src/effects/index.ts

Co-authored-by: ColonisationCaptain <52425971+ColonisationCaptain@users.noreply.github.com>
Co-authored-by: Travis Ralston <travpc@gmail.com>
Co-authored-by: Travis Ralston <travisr@matrix.org>
2022-04-08 15:31:04 -06:00
..
@types Replace browser-encrypt-attachment with matrix-encrypt-attachment () 2022-04-05 11:29:27 -06:00
accessibility Replace "community" with "space" of keyboard shortcuts () 2022-03-23 07:52:05 +00:00
actions Delete groups (legacy communities system) () 2022-03-22 23:07:37 +00:00
async-components/views/dialogs Mandate use of js-sdk/src/matrix import over js-sdk/src () 2022-03-01 20:42:05 +00:00
audio Step 8.4.3: Improve PlaybackQueue listener efficiency 2022-03-28 14:02:31 -06:00
autocomplete Upgrade `emojibase` and `twemoji` () 2022-03-23 17:08:34 +00:00
components Fix: Remove jittery timeline scrolling after jumping to an event () 2022-04-08 20:48:57 +02:00
contexts Voice rooms prototype () 2022-03-22 16:14:11 -06:00
customisations Chat export parameter customisation () 2022-01-31 12:54:14 +01:00
dispatcher Fix: Remove jittery timeline scrolling after jumping to an event () 2022-04-08 20:48:57 +02:00
editor Fix editing <ol> tags with a non-1 start attribute () 2022-03-31 18:40:51 +01:00
effects Add heart effect () 2022-04-08 15:31:04 -06:00
emojipicker Auto fix 2021-10-22 17:23:37 -05:00
events Fix regression of edits showing up in the timeline with hidden events shown () 2022-04-08 12:10:10 +01:00
hooks Prefer RoomStateEvent.Update where possible as it fires far less () 2022-02-24 14:39:25 +00:00
i18n/strings Add heart effect () 2022-04-08 15:31:04 -06:00
indexing Mandate use of js-sdk/src/matrix import over js-sdk/src () 2022-03-01 20:42:05 +00:00
integrations Step 8.5: Move tabbed integration manager dialog construction 2022-03-28 14:02:31 -06:00
mjolnir Improve typing around event emitter handlers () 2022-02-22 12:18:08 +00:00
models Mandate use of js-sdk/src/matrix import over js-sdk/src () 2022-03-01 20:42:05 +00:00
notifications Add lint for unused locals () 2022-03-09 12:05:16 +00:00
performance Auto fix 2021-10-22 17:23:37 -05:00
rageshake Fix view source and devtools showing hljs warnings () 2022-02-09 09:09:06 +00:00
resizer Add a condition to only activate the resizer which belongs to the clicked handle () 2021-11-02 11:48:50 +00:00
settings Enable threads by default and mark it as a beta feature () 2022-04-05 17:15:31 +01:00
stores Fix: Remove jittery timeline scrolling after jumping to an event () 2022-04-08 20:48:57 +02:00
toasts Step 8.5: Move user tab enum 2022-03-28 14:02:31 -06:00
usercontent Improve typing 2021-09-25 09:58:01 +02:00
utils Fix reporting events not working () 2022-04-08 08:19:14 -06:00
widgets Use & enforce snake_case naming convention on config.json settings () 2022-03-18 10:12:36 -06:00
workers
AddThreepid.ts Mandate use of js-sdk/src/matrix import over js-sdk/src () 2022-03-01 20:42:05 +00:00
Analytics.tsx Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
AsyncWrapper.tsx Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
Avatar.ts Delete groups (legacy communities system) () 2022-03-22 23:07:37 +00:00
BasePlatform.ts Use & enforce snake_case naming convention on config.json settings () 2022-03-18 10:12:36 -06:00
BlurhashEncoder.ts
CallHandler.tsx Cast dispatcher payloads correctly when firing them 2022-03-31 19:38:00 -06:00
ContentMessages.ts Replace browser-encrypt-attachment with matrix-encrypt-attachment () 2022-04-05 11:29:27 -06:00
DateUtils.ts Live location share - set time limit () 2022-03-21 12:42:58 +01:00
DecryptionFailureTracker.ts Remove Countly analytics integration () 2022-02-15 16:58:30 +00:00
DeviceListener.ts Step 8.5: Move isLoggedIn helper 2022-03-28 14:02:31 -06:00
Editing.ts Fix issue with redacting via edit composer flow causing stuck editStates () 2022-03-29 13:33:11 +01:00
HtmlUtils.tsx Fix issue with falsey hrefs being sent in events () 2022-03-23 13:38:57 +00:00
IConfigOptions.ts Delete groups (legacy communities system) () 2022-03-22 23:07:37 +00:00
IdentityAuthClient.tsx Auto fix 2021-10-22 17:23:37 -05:00
ImageUtils.ts
KeyBindingsDefaults.ts Use & enforce snake_case naming convention on config.json settings () 2022-03-18 10:12:36 -06:00
KeyBindingsManager.ts Make everything use the `KeyBindingManager` () 2022-02-28 16:05:52 +00:00
Keyboard.ts Keyboard shortcut to open the sticker picker () 2022-03-08 15:05:36 +00:00
Lifecycle.ts Merge branch 'develop' into travis/remove-skinning 2022-04-05 10:50:37 -06:00
Livestream.ts Use & enforce snake_case naming convention on config.json settings () 2022-03-18 10:12:36 -06:00
Login.ts Revert "Support refresh tokens ()" 2022-02-16 12:32:38 -07:00
Markdown.ts Fix formatting not being applied after links () 2022-03-08 13:12:36 +00:00
MatrixClientPeg.ts Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
MediaDeviceHandler.ts Auto fix 2021-10-22 17:23:37 -05:00
Modal.tsx Fix ModalManager reRender racing with itself () 2021-10-25 12:37:59 +01:00
NodeAnimator.tsx Add some member access qualifiers 2021-09-28 07:48:56 +02:00
Notifier.ts Step 8.3: Convert `RoomViewStore` to a more modern singleton for imports 2022-03-28 14:02:31 -06:00
PageTypes.ts Delete groups (legacy communities system) () 2022-03-22 23:07:37 +00:00
PasswordReset.ts Add lint for unused locals () 2022-03-09 12:05:16 +00:00
PlatformPeg.ts
PosthogAnalytics.ts Include /test in tsc config, fix rest of issues () 2022-03-23 10:27:28 +00:00
PosthogTrackers.ts Delete groups (legacy communities system) () 2022-03-22 23:07:37 +00:00
Presence.ts Auto fix 2021-10-22 17:23:37 -05:00
Registration.tsx type Actions () 2022-02-22 10:04:27 +00:00
Resend.ts Cancel pending events in virtual room when call placed () 2022-01-20 09:32:15 +00:00
Roles.ts
RoomAliasCache.ts
RoomInvite.tsx Merge branch 'develop' into travis/remove-skinning 2022-03-31 19:25:43 -06:00
RoomNotifs.ts Fix wrongly asserting that PushRule::conditions is non-null () 2022-03-04 09:39:16 +00:00
Rooms.ts Step 8.5: Move room i18n helpers 2022-03-28 14:02:31 -06:00
ScalarAuthClient.ts Use & enforce snake_case naming convention on config.json settings () 2022-03-18 10:12:36 -06:00
ScalarMessaging.ts Step 8.3: Convert `RoomViewStore` to a more modern singleton for imports 2022-03-28 14:02:31 -06:00
SdkConfig.ts Fix incorrect typing on SdkConfig defaults () 2022-03-25 09:13:26 -06:00
Searching.ts Auto fix 2021-10-22 17:23:37 -05:00
SecurityManager.ts Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
SendHistoryManager.ts Auto fix 2021-10-22 17:23:37 -05:00
SlashCommands.tsx Step 8.5: Move leave behaviour 2022-03-28 14:02:31 -06:00
Terms.ts Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
TextForEvent.tsx Delete groups (legacy communities system) () 2022-03-22 23:07:37 +00:00
Unread.ts Merge branch 'develop' into travis/remove-skinning 2022-03-31 19:25:43 -06:00
UserActivity.ts
UserAddress.ts
Views.ts Wire up more Posthog tracking () 2022-02-09 14:25:58 +00:00
VoipUserMapper.ts Step 8.5: Move various room utilities out of `createRoom` 2022-03-28 14:02:31 -06:00
WhoIsTyping.ts
boundThreepids.ts Auto fix 2021-10-22 17:23:37 -05:00
call-types.ts Step 8.5: Move call event type 2022-03-28 14:02:31 -06:00
createRoom.ts Make Jitsi widgets in video rooms immutable () 2022-04-07 07:34:07 -04:00
email.ts
emoji.ts Upgrade `emojibase` and `twemoji` () 2022-03-23 17:08:34 +00:00
group_helpers.tsx Delete groups (legacy communities system) () 2022-03-22 23:07:37 +00:00
identifiers.ts
index.ts Step 6: Refactor event rendering to stop using `getComponent` 2022-03-28 14:02:31 -06:00
languageHandler.tsx Add support for overriding strings in the app () 2022-03-01 11:53:09 -07:00
linkify-matrix.ts Fix issue with falsey hrefs being sent in events () 2022-03-23 13:38:57 +00:00
phonenumber.ts
sendTimePerformanceMetrics.ts Mandate use of js-sdk/src/matrix import over js-sdk/src () 2022-03-01 20:42:05 +00:00
sentry.ts Use & enforce snake_case naming convention on config.json settings () 2022-03-18 10:12:36 -06:00
shouldHideEvent.ts Fix regression of edits showing up in the timeline with hidden events shown () 2022-04-08 12:10:10 +01:00
theme.ts Merge branch 'develop' into sort-imports 2021-12-09 08:34:20 +00:00
verification.ts Step 8.5: Move various room utilities out of `createRoom` 2022-03-28 14:02:31 -06:00