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

Display some indicator in short URLs list that redirect rules have been configured #292

Open
acelaya opened this issue Mar 17, 2024 · 0 comments
Labels

Comments

@acelaya
Copy link
Member

acelaya commented Mar 17, 2024

Right now, the only way to know if a short URL has redirect rules is to go to the redirect rules section. Add some kind of badge/label/indicator to know there are redirect rules for that short URLs.

This will require loading redirect rules for all the short URLs in the active page, so we could evolve the short url redirect rules reducer to handle a map instead of an instance (like the short URLs detail reducer does now). That way, when visiting the section from the list, we can pull the rules from there, avoiding an extra API call.

If the section is loaded "from scratch", then we load rules from the API (again, like with short URLs details).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant