DanXi-Dev / DanXi-swift

A Swift Reimplementation of DanXi
GNU Affero General Public License v3.0
12 stars 3 forks source link

Disable retry button for errors that can't be retried #235

Open singularity-s0 opened 1 month ago

singularity-s0 commented 1 month ago

Some errors, like wrong password and credential expired, shouldn't have a retry button on the error page. We should disable it.

fsy2001 commented 1 month ago

@singularity-s0 You can use a custom AsyncContentStyle to hide the refresh button.