Skip to content

Commit

Permalink
Update to 45.1 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 19, 2023
1 parent 612feb7 commit 283a80c
Show file tree
Hide file tree
Showing 27 changed files with 295 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:7.3-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:7.3-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
16 changes: 16 additions & 0 deletions bookmarks-row.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/src/resources/style-elementary.css b/src/resources/style-elementary.css
index 610fcae84..c6ff14386 100644
--- a/src/resources/style-elementary.css
+++ b/src/resources/style-elementary.css
@@ -75,6 +75,11 @@ popover.suggestions listview > row:selected {
background-color: alpha(currentColor, 0.15);
}

+.bookmarks-row {
+ min-width: 250px;
+ padding: 3px;
+}
+
/* bookmarks */
.bookmarks-row:hover {
background: alpha(currentColor, 0.15);
30 changes: 0 additions & 30 deletions data/adw-expander-arrow-symbolic.svg

This file was deleted.

1 change: 0 additions & 1 deletion data/adw-tab-counter-symbolic.svg

This file was deleted.

1 change: 0 additions & 1 deletion data/adw-tab-icon-missing-symbolic.svg

This file was deleted.

1 change: 0 additions & 1 deletion data/adw-tab-overflow-symbolic.svg

This file was deleted.

34 changes: 34 additions & 0 deletions data/adw-tab-overview-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions data/adw-tab-unpin-symbolic.svg

This file was deleted.

25 changes: 25 additions & 0 deletions data/ephy-audio-muted-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/ephy-audio-playing-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/ephy-bookmark-tag-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/ephy-download-done-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/ephy-download-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions data/ephy-open-link-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions data/ephy-permission-camera-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/ephy-permission-generic-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions data/ephy-permission-location-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/ephy-permission-microphone-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/ephy-permission-notifications-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions data/list-drag-handle-symbolic.svg

This file was deleted.

Loading

0 comments on commit 283a80c

Please sign in to comment.