nheko/resources/qml
Forest f66ed4bea5 Reactions: avoid highlight color misuse, subdue border color
This addresses a few problems with reaction colors:

- The state-checking conditionals for reaction text, background, and border
  were inconsistent, making it difficult to choose colors for each state
  (normal, hovered, and self reactions) that worked well in all themes.
- The QPalette::Highlight color was being misused as a text/foreground color.
  This color role is intended for background areas.  It has little contrast
  against the background in themes like KDE Plasma's Breeze High Contrast,
  so using it for text and icons makes those things difficult to read.
  https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum
- The reaction border was drawn in the same color as normal text, making it
  so bright in some dark themes that it distracted from reading nearby text.

Fixes Nheko-Reborn/nheko#1159
2022-08-19 21:14:58 -07:00
..
components Support editing space children 2022-08-10 00:20:44 +02:00
delegates Break http images and implement barebones spoiler support when not in mobile mode 2022-08-17 01:35:40 +02:00
device-verification Warn about emojis looking different in different clients 2022-07-03 03:46:47 +02:00
dialogs Change preview title for spaces 2022-08-08 22:55:23 +02:00
emoji Fix emoji picker 2022-06-30 11:39:19 +08:00
pages Require matrix v1.1 or greater 2022-06-25 16:16:54 +02:00
ui Add duration and resolution to files 2022-03-21 00:48:27 +01:00
voip Fix screen share calls 2022-03-13 20:40:09 +01:00
Avatar.qml making userName_ an AbstractButton should play nicely with ListView (#961) 2022-02-24 02:16:39 +00:00
ChatPage.qml Make PrivacyScreen work on Popped-out Rooms 2022-05-12 14:56:22 -04:00
CommunitiesList.qml Make notification count calculation more efficient 2022-07-16 03:07:00 +02:00
Completer.qml Remove confusing log message 2022-06-15 22:18:35 +02:00
ElidedLabel.qml elide usernames in timeline (#997) 2022-03-20 04:12:41 +00:00
EncryptionIndicator.qml Fix weird spacing and hidden encryption indicator in top bar 2022-07-16 12:58:17 +02:00
ForwardCompleter.qml Fix forward completer 2022-02-21 04:07:13 +01:00
ImageButton.qml Fix blurriness of svg icons (#1108) 2022-06-28 12:14:23 +00:00
MatrixText.qml Add member list and settings buttons to spaces (#1051) 2022-04-22 23:43:25 +00:00
MatrixTextField.qml Search room members (#1049) 2022-04-22 23:59:40 +00:00
MessageInput.qml Subtle corrections to paste behaviors 2022-06-14 12:04:34 +00:00
MessageView.qml Added escape handler for uploads (#1100) 2022-06-17 20:08:29 +00:00
NhekoBusyIndicator.qml Update year in copyright notice to shut up lint job 2022-01-01 04:57:53 +01:00
NotificationWarning.qml Update year in copyright notice to shut up lint job 2022-01-01 04:57:53 +01:00
PrivacyScreen.qml Make PrivacyScreen work on Popped-out Rooms 2022-05-12 14:56:22 -04:00
QuickSwitcher.qml Fix a few small completer glitches 2022-03-01 02:33:22 +01:00
Reactions.qml Reactions: avoid highlight color misuse, subdue border color 2022-08-19 21:14:58 -07:00
ReplyPopup.qml small rework of the reply popup 2022-03-11 21:32:32 +01:00
RoomList.qml Support editing space children 2022-08-10 00:20:44 +02:00
Root.qml Show a room preview in the join confirmation dialog 2022-08-05 21:57:54 +02:00
ScrollHelper.qml Update year in copyright notice to shut up lint job 2022-01-01 04:57:53 +01:00
SelfVerificationCheck.qml Update year in copyright notice to shut up lint job 2022-01-01 04:57:53 +01:00
StatusIndicator.qml Update year in copyright notice to shut up lint job 2022-01-01 04:57:53 +01:00
TimelineRow.qml fix tapping messages, fix pressandhold/doubletap on touch 2022-03-28 20:22:58 +02:00
TimelineView.qml Merge pull request #1056 from Nheko-Reborn/uiTweaks 2022-04-27 01:15:25 +00:00
ToggleButton.qml Port usersettings to qml 2022-01-09 01:02:25 +01:00
TopBar.qml Fix weird spacing and hidden encryption indicator in top bar 2022-07-16 12:58:17 +02:00
TypingIndicator.qml Update year in copyright notice to shut up lint job 2022-01-01 04:57:53 +01:00
UploadBox.qml Fix thumbnails for encrypted files and factor upload box out 2022-03-21 05:49:12 +01:00