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

UI enhancements #442

Open
gabriel-indik opened this issue Nov 18, 2024 · 0 comments
Open

UI enhancements #442

gabriel-indik opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gabriel-indik
Copy link
Contributor

What would you like to be added?

  • In Indexer, submissions and registry views: add skeleton loaders
  • Ensure eslint plug-in for useQuery is enabled
  • Add utility for displaying components based on theme (light/dark), example:
export const getThemedComponent = (lightComponent, darkComponent, theme) => {
   return theme === 'light' ? lightComponent : darkComponent
}

Why is this needed?

During the review process of #411 a number of suggestions were raised. It would be good to turn these suggestions into enhancements.

@gabriel-indik gabriel-indik added the enhancement New feature or request label Nov 18, 2024
@gabriel-indik gabriel-indik self-assigned this Nov 18, 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
Projects
None yet
Development

No branches or pull requests

1 participant