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

Time-consuming tasks should display loading states #183

Open
D-Inventor opened this issue Jun 4, 2024 · 0 comments
Open

Time-consuming tasks should display loading states #183

D-Inventor opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request redesign This issue is related to the new redesign up for grabs This issue is open for contributions v10 Related to major version 10 v13 Related to major version 13

Comments

@D-Inventor
Copy link
Member

Is your feature request related to a problem? Please describe.
I cannot see if the URL Tracker is working on something or not. I get no feedback if something went wrong or if the URL Tracker is just busy.

Describe the solution you'd like
Whenever you perform an action that results in communication with the backend, you should see a loading animation to indicate that the URL Tracker is working on your request. This applies to:

  • Creating or updating redirects
  • Performing bulk operations on redirects and on recommendations
  • Deleting redirects
  • Ignoring recommendations
  • Exporting redirects
  • Importing redirects

Most of these actions are triggered by clicking uui-buttons, so we should leverage the loading and success states of those.
The ignore recommendation button is custom, this either needs to be converted to a uui-button that looks the same or needs to be changed to accommodate a similar style loading state.
The import box could maybe use the loading bar.

Describe alternatives you've considered
not applicable

Additional context
This feature applies throughout the whole UI.

@D-Inventor D-Inventor added enhancement New feature or request up for grabs This issue is open for contributions v10 Related to major version 10 redesign This issue is related to the new redesign v13 Related to major version 13 labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request redesign This issue is related to the new redesign up for grabs This issue is open for contributions v10 Related to major version 10 v13 Related to major version 13
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant