back interdiff of round #1 and #0

improve mobile ux and record display #2

closed
opened by zzstoatzz.io targeting main from ui-improvements

small ui updates

files
.tangled
src
ERROR
src/templates.rs

Failed to calculate interdiff for this file.

NEW
.tangled/workflows/clippy.yaml
···
+
engine: nixery
+
+
when:
+
- event: ["push", "pull_request"]
+
+
dependencies:
+
nixpkgs:
+
- rustc
+
- cargo
+
- clippy
+
+
steps:
+
- name: run clippy
+
command: |
+
cargo clippy -- -D warnings
NEW
.tangled/workflows/check.yaml
···
nixpkgs:
- rustc
- cargo
+
- rustfmt
- clippy
steps:
+
- name: check formatting
+
command: |
+
cargo fmt --check
+
- name: run clippy
command: |
cargo clippy -- -D warnings