You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts
Audric Ackermann add1c2dd39
reset the highlighted message after 3 sec
Before this commit, when a users clicks on a quoted message, the UI
takes it to that message. If the user clicks again on the quoted
message, the green highlight of the quoted message is not shown again.
This was like this, because the highlight is based on a state change,
and clicking on the same highlighted message, does not update the state
as the clicked quoted message is still the same.

The fix is to reset the highlighted message on the state object after
the animation is done
4 years ago
..
components reset the highlighted message after 3 sec 4 years ago
hooks add a useInterval hook and move useNetwork hook to the hook folder 4 years ago
notifications
protobuf
receiver move MessageController to typescript 4 years ago
session use fallbacks for message even if we have a session with the device 4 years ago
shims
state fix theme for voice messages and recording 4 years ago
test use fallbacks for message even if we have a session with the device 4 years ago
types fix up a few test 4 years ago
updater cleanup network status view and some UI constants 5 years ago
util remove mp3 lame already file and webrecorder worker unused 4 years ago
OS.ts
global.d.ts
styled.d.ts show toast with react-toastify and make them a styled-component 4 years ago
window.d.ts fetch theme for each dialog, as they are out of the themed tree for now 4 years ago