mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
extensions-app: Use details popover
Showing all the extension info and possible actions in every row is fairly noisy, and doesn't match the usual list patterns. Streamline the UI by moving the actions and most of the info into a details popover, so the rows themselves get closer to the standard pattern. Closes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7119 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3051>
This commit is contained in:
parent
82d3e55b68
commit
628e41890f
7 changed files with 226 additions and 154 deletions
|
|
@ -4,6 +4,9 @@
|
|||
<file alias="style.css">css/style.css</file>
|
||||
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/info-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/remove-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/settings-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/website-symbolic.svg</file>
|
||||
|
||||
<file alias="gtk/help-overlay.ui">ui/help-overlay.ui</file>
|
||||
</gresource>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue