-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
Description
The “Share” button is currently visible in multiple parts of the app (as shown in the screenshots below). Since the share functionality isn’t required at this stage, it should be temporarily removed.
Task
Identify all components/pages where the Share button is used.
Remove the button and any related logic (event handlers, imports, etc.).
Ensure UI layout remains consistent after removal.
Screenshots


Record
- I agree to follow this project's Code of Conduct
Checklist before Submitting
- Have you updated docs for it?
- Have you added unit tests?
- Have you made sure unit tests pass?
- Have you made sure code formatting is correct?
- Do Your changes passes all tests?