Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ body:
options:
- I installed from Flathub (all Linuxes)
- I installed from Appcenter (elementary OS)
- I built it from sources (with Meson+Ninja)
- I built it from sources (with Meson+Ninja, or from AUR)
validations:
required: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/elementary/flatpak-platform/runtime:8
image: ghcr.io/elementary/flatpak-platform/runtime:8.2
options: --privileged

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
with:
bundle: jorts.flatpak
manifest-path: io.github.elly_code.jorts.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI: Lint"
name: "Lint"

on:
pull_request:
Expand Down
7 changes: 7 additions & 0 deletions data/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,10 @@ window.animated editablelabel,
window.animated actionbar image {
transition: color 750ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Devel builds get these. Libadwaita has that too, but we do not use it. */
window.devel {
border-style: solid;
border-width: 2px;
border-color: @warning_color;
}
Loading