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 Idea/Suggestion: add block type to listing in library #87

Open
brian-smith-tcril opened this issue Oct 5, 2022 · 4 comments
Open
Labels
enhancement Relates to new features or improvements to existing features

Comments

@brian-smith-tcril
Copy link
Contributor

We currently only show the title of each block in the libraries. I was thinking it might be nice to also display the block type as a subheading of some sort.

@brian-smith-tcril
Copy link
Contributor Author

possibly useful code snippet
subtitle={library.blockTypes.find(bt => bt.block_type == block.block_type).display_name}

@arbrandes arbrandes transferred this issue from openedx/frontend-component-header Oct 27, 2022
@arbrandes arbrandes added the enhancement Relates to new features or improvements to existing features label Oct 27, 2022
@jristau1984
Copy link
Contributor

@cablaa77 please review this enhancement request.

@navinkarkera
Copy link
Contributor

@brian-smith-tcril If I am not wrong, this has been resolved by #74. Can we close this issue?

@brian-smith-tcril
Copy link
Contributor Author

@navinkarkera #74 just removed the StudioHeader component and replaced it with the header from frontend-component-header. I don't believe it touched anything related to the block listings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Relates to new features or improvements to existing features
Projects
Status: Backlog
Development

No branches or pull requests

4 participants