openedx / openedx/openedx-platform
“Collapse All” Button on Library Page is Non-functional
Open
@jmakowski1123 is already working on this.
Since Nov 4, 2024.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
Steps to reproduce:
- Add a new library component to the unit.
- Configure the library component by selecting a library.
- Save the changes and click the “View” button to open the library.
- Click the “Collapse All” button at the top of the page.
Actual behaviour:
The “Collapse All” button on the Library page appears to be non-functional. When clicked, it does not trigger any action or collapse any content on the page.
Expected behaviour:
The “Collapse All” button should either perform a collapsing function or be removed if there are no collapsible elements present on the page.
Proposed Solution:
Remove the “Collapse All” button from the Library page, as there are no collapsible sections to warrant its presence.
Screenshot:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.