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

Option to customize rendering of item names in dashboard (virtual scroll prevents doing it manually) #4974

Closed
2 tasks done
nvgame00 opened this issue Feb 27, 2024 · 1 comment
Labels

Comments

@nvgame00
Copy link

Initial checklist

  • I understand this is a feature request and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

Problem

I need to add different status flags next to the file name in dashboard before upload. Basically to customize .uppy-Dashboard-Item-fileName

I can't do that with regular DOM manipulation because virtual scroll will rerender the items when scrolling and reset all the changes

Solution

  • option to disable visualized list
  • hook after item is re-rendered so i can do it manually
  • proper callback to return chunk of jsx

Alternatives

//

@Murderlon
Copy link
Member

Hi, in the future we'd like to make the Dashboard more composable. There have been many issues of people wanting to change something specific, instead of keeping them open or doing a quick fix, we'd rather think about a better overarching solution. Otherwise we'd end up with endless options.

@Murderlon Murderlon closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants