improve backup button responsiveness and disable handling
All checks were successful
deploy / deploy (push) Successful in 3m35s
All checks were successful
deploy / deploy (push) Successful in 3m35s
Use async message passing for create_backup to update UI immediately. Add phx-throttle and pointer-events:none to fully prevent double-clicks. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
color: var(--t-text-inverse);
|
||||
|
||||
&:hover { opacity: 0.85; }
|
||||
&:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
&:disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
|
||||
}
|
||||
|
||||
.admin-btn-primary {
|
||||
|
||||
Reference in New Issue
Block a user