refactor: remove notistack from project #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description: Remove
notistack
from the ProjectSummary
This PR removes the
notistack
package from the project as it is no longer needed. All instances ofnotistack
have been removed, and the notification system has been refactored where necessary.Changes Implemented
✅ Uninstalled
notistack
from the project:✅ Removed all imports and usage of
notistack
across the codebase.✅ Refactored notification logic to use an alternative:
✅ Tested the application to ensure no errors occur due to the removal of
notistack
.How to Test
1️⃣ Pull the branch and install dependencies
2️⃣ Run the application and check notifications
3️⃣ Verify that there are no missing dependency errors related to
notistack
.4️⃣ Ensure notifications work correctly using the new approach.
Impact
Link to the associated Taiga ticket: https://projects.arbisoft.com/project/arbisoft-sessions-portal-20/us/67
✅ Ready for review! 🚀