Kévin Commaille
3405ed347e
room-history: Add support for HTML details element
2 years ago
Kévin Commaille
5404e92058
sidebar: Fix styling of verification row dot
2 years ago
Kévin Commaille
3568cf2028
overlapping-avatars: Crop avatars instead of using borders
...
Avoids issues when the background color behind the avatars changes.
2 years ago
Kévin Commaille
732678303d
pill: Fix activatable behavior, focus and add hover effect
2 years ago
Kévin Commaille
6c69e0042c
sender-avatar: Add a little brightness effect to avatar on hover
...
To make it clearer that you can interact with it.
2 years ago
Kévin Commaille
7ee749cf54
account-settings: Add support for account recovery
2 years ago
Kévin Commaille
ad7a35f27e
session-setup-view: Add support for account recovery
2 years ago
Kévin Commaille
33a8a08e5d
components: Add loading state to ButtonRow
...
And simplify its GTK type name
2 years ago
Kévin Commaille
c79863f837
verification-view: Rename SessionVerificationView to SessionSetupView
...
And move everything outside of verification-view
2 years ago
Kévin Commaille
6f0aedf037
room-details: Allow to view and change permissions
2 years ago
Kévin Commaille
b05bdfcc7e
user-page: Allow to change the role of a room member
2 years ago
Kévin Commaille
b5e76a3b3e
room-details: Allow to view and change room addresses
2 years ago
Veronika Bušová
671f3e8771
room-history: Adjust spacing between messages
...
Making the padding between messages and between the message and the
username smaller makes it looks nicer in my opinion, it could also
make the messages slightly easier to read.
Closes #1391
2 years ago
Kévin Commaille
d9c455a5e6
create-dm-dialog: Use PillSourceRow
2 years ago
Kévin Commaille
0945b18831
room-history: Show a menu when clicking on sender avatar
...
Offers the same actions as member profile, and mention and permalink
2 years ago
Kévin Commaille
0e0f5c0627
event-details-dialog: Show source in a subpage
...
Instead of as a child of an expander. It makes it easier to view and
resize.
2 years ago
Kévin Commaille
c715a56eb3
room-details: Improve accessibility
2 years ago
Kévin Commaille
43cb85e99d
room-details: Allow to toggle fullscreen for MediaViewer
2 years ago
Kévin Commaille
23b6f0688b
room-history: Improve accessibility
2 years ago
Kévin Commaille
65e9db4dcb
explore: Improve accessibility
2 years ago
Kévin Commaille
dcd04598d4
sidebar: Improve accessibility
2 years ago
Kévin Commaille
efaa3b2625
session-verification: Improve accessibility
2 years ago
Kévin Commaille
6b321a4e3d
account-details: Refactor UserSessionsPage
...
Use a stack to represent the list states rather than items.
2 years ago
Kévin Commaille
2c80517970
style: Rename class for large spinners
2 years ago
Kévin Commaille
76294c3599
power-level-badge: Use warning and error colors from libadwaita
2 years ago
Kévin Commaille
e54d8d00aa
components: Rename Badge to PowerLevelBadge
...
And some refactoring
2 years ago
Kévin Commaille
86cff00cb7
app: Add support for opening matrix URIs
...
Handles `matrix:` and `https://matrix.to/ ` URIs from the command line
and registers as a `matrix:` scheme handler.
2 years ago
Kévin Commaille
455306eb37
session: Allow to manage ignored users
...
View and manage ignored users from the account settings
and the room member page.
2 years ago
Kévin Commaille
cae05ae882
session-verification: Refactoring
2 years ago
Kévin Commaille
7a29dd401b
event-source-dialog: Rename to EventDetailsDialog and add more details
2 years ago
Kévin Commaille
6ab0cfd33a
history-viewer: Use a single timeline for all the viewers
...
Reduces the number of requests to the server.
2 years ago
Kévin Commaille
2028f590ca
css: Scope h* title styles
...
Avoids interfering if they are used by upstream libraries in other
places.
2 years ago
Kévin Commaille
556d470074
members-list-view: Refactor list items
...
Have a more consistent styling accross items.
2 years ago
Felipe Kinoshita
f28021fce3
sidebar: Use standard padding values
...
GNOME apps usually use multiples of 6 for padding/margin so let's stick
with that.
Fixes #1308
2 years ago
Kévin Commaille
9d0409124c
misc: Do not change line height
...
It makes the text blurry on non-HiDPI screens.
This change is temporary for the Fractal 5 release.
2 years ago
Kévin Commaille
d6d2c43c71
sidebar: Rename Entry to IconItem
...
Entry is confusing because GtkEntry is where we input text.
2 years ago
Kévin Commaille
d5d84fdb3f
sidebar: Fix positioning of sidebar entries
...
Rename CSS class to sidebar-entry to avoid getting the style from
GtkEntry.
Align text of entry with room names.
2 years ago
Kévin Commaille
e0fd735622
message-row: Use the default button style for reactions
2 years ago
Kévin Commaille
971e1c2c33
read-receipts-list: Implement as a toggle button instead of using a child
...
Improves the location where the popover points to.
Improves the a11y by removing children from the tree.
2 years ago
Maximiliano Sandoval R
0c3879622e
room-title: Add missing CSS from libadwaita
...
Partially fixes #1219 , it is not reproducible when setting the text
scaling factor to 1.25 (Larger Text from Settings),
it only starts to be visible at 1.5.
2 years ago
Brage Fuglseth
7ededd1cfe
room-details: style cleanups
...
Ideally we'd have two separate views for viewing and editing room
details, but this makes the current implementation look a little nicer.
- Update the room title to match the .title-1 style class when
insensitive
- Add a 24px margin above room title to match AdwStatusPage
- Disable search since the page has a rather small amount of elements
2 years ago
Kévin Commaille
9cd1a91984
style: Rename completion-popover class to list-popover
...
And make compatible with popovers containing GtkListViews
2 years ago
Kévin Commaille
dde84675c2
typing-row: Use cutout instead of border to separate avatars
...
If part of the avatar is transparent, the cutout looks better.
3 years ago
Kévin Commaille
f11c1fd6d7
read-receipts-list: Add a border between avatars
...
Uses a round cutout rather than a border to have a better visual
if part of the avatar is transparent.
3 years ago
Kévin Commaille
0c652f24d9
editable-avatar: Make cutout style match less generic
3 years ago
Kévin Commaille
476d114dc0
room-history: Change the style of emotes
3 years ago
Kévin Commaille
8927bbbabe
media-viewer: Fix colors of headerbar in light mode
3 years ago
Kévin Commaille
32ac368bba
room-history: Fix toolbars colors and only use flat style
3 years ago
Kévin Commaille
ccdc93be93
media-viewer: Use AdwToolbarView
...
Replaces deprecated AdwFlap
3 years ago
Kévin Commaille
cd982b03c4
room-history: Properly style HTML titles in messages
3 years ago