Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improved voting #156

Merged
merged 19 commits into from
Jan 20, 2025
Prev Previous commit
Next Next commit
fix: re-add check error expiration
pauldelucia committed Jan 9, 2025
commit d09ba9052bf56a874defc19c7131d488d89a6724
2 changes: 2 additions & 0 deletions src/ui/dpns/dpns_contested_names_screen.rs
Original file line number Diff line number Diff line change
@@ -1465,6 +1465,8 @@ impl ScreenLike for DPNSContestedNamesScreen {
}

fn ui(&mut self, ctx: &Context) -> AppAction {
self.check_error_expiration();

let has_identity_that_can_register = !self.user_identities.is_empty();
let has_selected_votes = !self.selected_votes_for_scheduling.is_empty();
let has_or_in_progress =