wrappid / core

This is a Wrappid package repository that contains core functionalities of Wrappid Framework that enables users to use Wrappid's core features and components.
MIT License
10 stars 4 forks source link

enhancement: Create OnlineStatusSnackbar Component #142

Closed Edithmark42 closed 3 months ago

Edithmark42 commented 4 months ago

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

Features

Technical Considerations

Acceptance Criteria

Edithmark42 commented 4 months ago

Requirement

The OnlineStatusSnackbar should only get activated when the network status gets offline. It should persist till the connection gets back online. then it should pop up the "You are now connected" message for 6000 ms.

Edithmark42 commented 3 months ago

Assigning this issue to @techoneel as The basic funtionality of OnlineStatusSnackbar was implemented successfully.

Edithmark42 commented 3 months ago

The Core OnlineStatus componet was implementen in Core Package, Native web is working, Native-mobile requires some changes in ref: https://github.com/wrappid/native-mobile/issues/51