-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
This issue is to track the development of a new component called OnlineStatusSnackbar for our project. The OnlineStatusSnackbar component will be used to display snackbars across various parts of our application to show the network online/offline status.
Goals
- Implement a reusable OnlineStatusSnackbar component that adheres to our design system guidelines.
- Integrate the CoreSnackbar component seamlessly into our existing Wrappid application.
Features
- Display different types of notifications (success, warning, error, info).
- Support for customizable duration and auto-dismissal behavior.
- Provide options for action buttons or icons within the Snackbar.
- Accessibility considerations for screen readers and keyboard navigation.
Technical Considerations
- Use Material-UI's Snackbar component as a base for the implementation.
- Ensure proper error handling and fallbacks for edge cases.
- Write unit tests for the CoreSnackbar component to ensure reliability and maintainability.
- Document the usage and props of the CoreSnackbar component for developers.
Acceptance Criteria
- The CoreSnackbar component should be implemented and functional within the project.
- It should pass all unit tests and meet the defined requirements and features.
- The CoreSnackbar component should be reviewed by at least one team member before merging into the main branch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request