Kévin Commaille
575611118b
style: Use CSS media queries instead of separate high contrast file
8 months ago
Kévin Commaille
31c0607568
room-history: Remove sender avatar context menu
...
The avatar now opens the sender profile, where all the same actions can
be performed.
8 months ago
Kévin Commaille
49a3ce16a3
room-history: Apply system monospace font to code blocks and event source
8 months ago
Evan Paterakis
7bd9e7fa45
notification-count: center label to background
9 months ago
Kévin Commaille
643114867a
room-history: Allow to click on sender's name to mention them
9 months ago
Kévin Commaille
8cfc2e1ac7
Upgrade ruma and matrix-sdk
...
And add support for room version 12.
9 months ago
Kévin Commaille
9f426e2c6d
message-toolbar: Fix style of text when user cannot send a message
...
Works better on narrow screens.
12 months ago
Kévin Commaille
7cf3823bea
room-history: Increase padding of SenderAvatar
...
Makes the hover effect around the avatar bigger, which makes it more
obvious that it behaves like a button.
12 months ago
Kévin Commaille
862fc14744
room-history: Show focus ring around visual media
12 months ago
Kévin Commaille
eea9e9122e
room-history: Be consistent about compact visual content activation
...
It was already not possible with the mouse, but there was still a hover
effect, and the key bindings where still working.
1 year ago
Kévin Commaille
b7b309f1d4
room-history: Only show timestamp when too much time has passed between events
...
Instead of the full header with name and avatar
1 year ago
Kévin Commaille
09e3ec218e
room-details: Rename invite-search-results class
...
Since it is not only used in the invite subpage.
1 year ago
Kévin Commaille
21b5cd056e
room-history: Make sure there is enough space for overlays on small media
1 year ago
Kévin Commaille
10776c0f52
room-details: Respect media previews safety setting for media history viewer
...
Do not show the previews if they are not shown in the room history.
This also adds support for blurhashes.
1 year ago
Kévin Commaille
5ea7f82c2f
room-history: Add support for Blurhashes
...
It is displayed while the media is being downloaded, or instead of the
preview if the preview is hidden.
1 year ago
Kévin Commaille
e0a7eb4cd1
room-history: Group contiguous state events
...
They are replaced by an item that shows the count of state rows that
are hidden. This item can be expanded to show all the hidden state rows.
1 year ago
Kévin Commaille
4372f80a6b
room-history: Replace ItemRow by more specific widgets
...
It is now basically the new EventRow, since only events have a context
menu.
All the widgets that can be direct children of GtkListItem use the
`room-history-row` class for CSS styling.
1 year ago
Kévin Commaille
a263904386
explore: Adapt header if the window is too narrow
...
If the window is too narrow, the search entry moves below the servers
button.
1 year ago
Alexandre Franke
af780758e9
Port to libadwaita 1.7
1 year ago
Alexandre Franke
a04dc4cd69
style: adjust border radii
...
Following GNOME/libadwaita change d450cb30c59694f604d4396993281797035bc51c
Fixes #1538
1 year ago
Kévin Commaille
55724695ce
style: Use SASS to organize styles
...
We now require a SASS compiler at build time.
1 year ago