Alexandre Franke
a04dc4cd69
style: adjust border radii
...
Following GNOME/libadwaita change d450cb30c59694f604d4396993281797035bc51c
Fixes #1538
1 year ago
Kévin Commaille
1250725930
sidebar: Bundle icon for direct chats
1 year ago
Kévin Commaille
fd48e88fcc
Add oidc-aware compatibility
...
It requires a few changes during login to only offer SSO when OIDC
compatability is detected,
and most actions that require UIAA in account details must now occur
in the account management UI of MAS.
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
Ali Galal
94d531602b
room-history: Fix message-reactions alignment in RTL
1 year ago
Ali Galal
a0df0592cb
room-history: Fix Pill content alignment in RTL
1 year ago
Kévin Commaille
8891505584
Revert "cause: Set accent color to pink for Breast Cancer Awareness Month"
...
This reverts commit f3fcfdbd7f .
1 year ago
Kévin Commaille
f3fcfdbd7f
cause: Set accent color to pink for Breast Cancer Awareness Month
1 year ago
Kévin Commaille
c3242b1080
room-details: Handle all states of room members list
1 year ago
Kévin Commaille
1fdcd73be2
room-title: Fix height of button
...
When there is no subtitle, use the default button padding an use
gtk::Align::Center for valign.
When there is a subtitle, remove the button padding, reduce the space
taken by the labels and use gtk::Align::Fill for valign.
Co-authored-by: Alexandre Franke <afranke@gnome.org>
1 year ago
Kévin Commaille
f94357ebe8
account-settings: Fix user sessions page
...
AdwPreferencesPage only allows AdwPreferencesGroup as children so only
provide that.
We only use the GtkStack for the other active sessions by initializing
the current session early.
Includes other refactoring around user sessions.
1 year ago
Kévin Commaille
478dab3ecd
room-history: Fix style of new messages divider
1 year ago
Kévin Commaille
a58b71f15a
room-history: Do not use italics for typing row
...
Use dim-label instead.
1 year ago
Kévin Commaille
1a144e4b58
sidebar: Rename Category to SidebarSection
...
Rename CategoryType to SidebarSectionName and remove unused variants.
Rename CategoryFilter to RoomCategoryFilter.
Use Option<RoomCategory> instead of CategoryType for drag-n-drop
operations, preventing us from using GObject properties.
1 year ago
Kévin Commaille
ba47397def
room-history: Fix size of spinners and error icons for visual media messages and location
2 years ago
Kévin Commaille
a06e5c6e61
editable-avatar: Show an error if avatar could not be loaded
2 years ago
Alexandre Franke
bca4665e36
style: add padding below room filter bar
...
Fixes #1499+
2 years ago
Alexandre Franke
28a9c8855b
style: remove leftover from popover
2 years ago
Kévin Commaille
cc5a737f21
components: Rename ButtonRow to LoadingButtonRow and prefer AdwButtonRow where possible
2 years ago
Kévin Commaille
4a26fca3b7
components: Replace Spinner with AdwSpinner
2 years ago
Kévin Commaille
b4bbba2d37
style: Use CSS variables and functions
...
That were added in GTK 4.16 and libadwaita 1.6.
2 years ago
Tobias Kuendig
20a2342de1
room-history: Minor UI tweaks
...
Center the send message icon visually and increase the right margin of sender avatars.
2 years ago
Kévin Commaille
996590deeb
room-details: Rename MediaHistroyViewer to VisualMediaHistoryViewer
...
This is more correct as audio and file are also media messages.
2 years ago
Johannes Zellner
b697a2dd7e
room-history: Hide reaction count label if it is 1
2 years ago
Kévin Commaille
787260bae6
room-history: Make read receipts button round when there is a single user
2 years ago
Kévin Commaille
93f16b945c
room-details: Edit main room details in a subpage
2 years ago
Kévin Commaille
be6e8516b4
user-profile: Fix size, spacing and duplicate title
2 years ago
Kévin Commaille
64d514cfc7
room-history: Visual fixes to the title
2 years ago
Kévin Commaille
773623a6b8
room-history: Reactions and receipts UI fixes
...
Remove the hover effect on the reaction container due to a change in
libawaita.
Make receipts button rounded and center avatars vertically.
2 years ago
Kévin Commaille
9f796716f3
room-details: Support more states for the media history viewers
...
Show when the list is loading more items, when there is an error, and
show a different state when the list is empty.
2 years ago
Kévin Commaille
4d0f22f36e
room-history: Allow to view full room title and description in a popover
...
Also allows to click any link.
2 years ago
Kévin Commaille
f4e6a887f9
error: Improve secret portal error instructions
2 years ago
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
Brage Fuglseth
f7b90812a7
assets: Update copy symbolic
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
Alexandre Franke
7df7dcffc0
room-history: switch to vector tiles for maps
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