Talon/tests/snapshots/tests__api__websites_get_all.snap
ThetaDev 166e6c1738
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add website icons
2023-04-01 23:18:46 +02:00

50 lines
1.2 KiB
Text

---
source: tests/tests.rs
expression: websites
---
[
Website(
subdomain: "-",
name: "ThetaDev",
created_at: "2023-02-18T16:30:00Z",
latest_version: Some(2),
color: Some("#1f91ee"),
visibility: featured,
source_url: None,
source_icon: None,
has_icon: false,
),
Website(
subdomain: "rustypipe",
name: "RustyPipe",
created_at: "2023-02-20T18:30:00Z",
latest_version: Some(1),
color: Some("#7935df"),
visibility: featured,
source_url: Some("https://code.thetadev.de/ThetaDev/rustypipe"),
source_icon: Some(gitea),
has_icon: false,
),
Website(
subdomain: "spa",
name: "SvelteKit SPA",
created_at: "2023-03-03T22:00:00Z",
latest_version: Some(1),
color: Some("#ff3e00"),
visibility: hidden,
source_url: None,
source_icon: None,
has_icon: false,
),
Website(
subdomain: "spotify-gender-ex",
name: "Spotify-Gender-Ex",
created_at: "2023-02-18T16:30:00Z",
latest_version: Some(1),
color: Some("#1db954"),
visibility: featured,
source_url: Some("https://github.com/Theta-Dev/Spotify-Gender-Ex"),
source_icon: Some(github),
has_icon: false,
),
]