Skip to content

Commit 4535e45

Browse files
Group backups list by time period
1 parent 3398cd5 commit 4535e45

4 files changed

Lines changed: 33 additions & 464 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
outputs = { self, nixpkgs, raspberry-pi-nix, lnbits, spark-sidecar, ... }:
2323
let
24-
version = "0.9.5"; # Bump before each release tag to match the next tag name
24+
version = "0.9.6"; # Bump before each release tag to match the next tag name
2525
system = "aarch64-linux";
2626
in
2727
{

nixos/admin-app/static/css/admin.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,6 +1886,25 @@ input:focus {
18861886
margin-bottom: 0.75rem;
18871887
}
18881888

1889+
.recovery-input-with-suffix {
1890+
display: flex;
1891+
align-items: center;
1892+
gap: 0.75rem;
1893+
}
1894+
1895+
.recovery-input-with-suffix input {
1896+
flex: 1 1 auto;
1897+
}
1898+
1899+
.recovery-input-suffix {
1900+
color: rgb(var(--ln-muted));
1901+
font-family: 'JetBrains Mono', monospace;
1902+
font-size: 0.82rem;
1903+
text-transform: uppercase;
1904+
letter-spacing: 0.08em;
1905+
white-space: nowrap;
1906+
}
1907+
18891908
.recovery-helper-text {
18901909
color: rgb(var(--ln-muted));
18911910
font-family: 'JetBrains Mono', monospace;

0 commit comments

Comments
 (0)