Skip to content

[Experimental Bonus Build] Removed Ads from Browse and other Vue Loca… #3

[Experimental Bonus Build] Removed Ads from Browse and other Vue Loca…

[Experimental Bonus Build] Removed Ads from Browse and other Vue Loca… #3

Triggered via push November 8, 2023 22:56
Status Failure
Total duration 28s
Artifacts

gui-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
build
Process completed with exit code 1.
build: theseus_gui/src/components/ui/AccountsCard.vue#L107
Attribute "v-model" should go before "type"
function `refresh_credentials` is never used: theseus/src/launcher/auth.rs#L46
warning: function `refresh_credentials` is never used --> theseus/src/launcher/auth.rs:46:14 | 46 | pub async fn refresh_credentials( | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
variable does not need to be mutable: theseus/src/api/auth.rs#L41
warning: variable does not need to be mutable --> theseus/src/api/auth.rs:41:9 | 41 | let mut users = state.users.write().await; | ----^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default