interactive intro to open social at-me.zzstoatzz.io

improve mobile ux and record display #2

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

small ui updates

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xbtmt2zjwlrfegqvch7fboei/sh.tangled.repo.pull/3m2k4mahqi222
+20
Interdiff #0 #1
src/templates.rs

This file has not been changed.

+15
.tangled/workflows/clippy.yaml
··· 1 + engine: nixery 2 + 3 + when: 4 + - event: ["push", "pull_request"] 5 + 6 + dependencies: 7 + nixpkgs: 8 + - rustc 9 + - cargo 10 + - clippy 11 + 12 + steps: 13 + - name: run clippy 14 + command: | 15 + cargo clippy -- -D warnings
+5
.tangled/workflows/check.yaml
··· 7 7 nixpkgs: 8 8 - rustc 9 9 - cargo 10 + - rustfmt 10 11 - clippy 11 12 12 13 steps: 14 + - name: check formatting 15 + command: | 16 + cargo fmt --check 17 + 13 18 - name: run clippy 14 19 command: | 15 20 cargo clippy -- -D warnings

History

2 rounds 0 comments
sign up or login to add to the discussion
3 commits
expand
feat: improve mobile ux and record display
ci: add fmt and clippy linting workflows
ci: consolidate fmt and clippy into check workflow
1/1 success
expand
expand 0 comments
closed without merging
1 commit
expand
feat: improve mobile ux and record display
expand 0 comments