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

Make dialog close button usable even when loading #1388

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Jan 16, 2025

Fixes #1383.

The close button is now at a higher z-index than the "loading" overlay, so it will always be clickable even when the loading indicator is stuck on (such as due to an Internet connection issue).

The overlay is at z-index 30, so we need a higher z-index for the close
button; I've arbitrarily chosen 40.
@rmunn rmunn requested a review from hahn-kev January 16, 2025 20:30
@rmunn rmunn self-assigned this Jan 16, 2025
Copy link

UI unit Tests

12 tests  ±0   12 ✅ ±0   0s ⏱️ ±0s
 4 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 662ec48. ± Comparison against base commit 1570a3f.

Copy link

C# Unit Tests

104 tests  ±0   104 ✅ ±0   5s ⏱️ ±0s
 16 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 662ec48. ± Comparison against base commit 1570a3f.

@hahn-kev hahn-kev merged commit 0a5c35c into develop Jan 17, 2025
16 of 17 checks passed
@hahn-kev hahn-kev deleted the feat/close-button-usable-when-loading branch January 17, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

svelte-ux loading dialogs block the close button on history and activity view
2 participants