Awais Ansari
Awais Ansari
This issue has been addressed in [this PR](https://github.com/openedx/edx-platform/pull/34295).
@eemaanamir Can you please confirm that it is fixed or not?
Here is a fix. https://github.com/openedx/edx-platform/pull/34408
**Context** There are two key components: the [NotificationsDiscussionsSidebarSlot](https://github.com/openedx/frontend-app-learning/tree/master/src/plugin-slots/NotificationsDiscussionsSidebarSlot) and the [NotificationsDiscussionsSidebarTriggerSlot](https://github.com/openedx/frontend-app-learning/tree/master/src/plugin-slots/NotificationsDiscussionsSidebarTriggerSlot). These allow for the customization of the right sidebar panel and the corresponding icon. By default, these slots display...
Hello @sarina, @ayub02, and I discussed this today. The current implementation is complex to understand because there are 2 right sidebars in the code. I can not alter the current...
> What is "our use case" that you refer to? our use case = only hide the upsell panel Current implement only supports customizing the upsell panel content using the...
The NotificationTraySlot is located within the upsell panel. Hiding elements using this slot will only conceal the content in the upsell panel, while the panel itself will remain visible.