You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: introduces the necessary data layer components for the new dashboard feature.
It sets up HtDataClient and HtDataRepository for the DashboardSummary model, providing both in-memory (for demo mode) and API-based (for development/production) implementations.
The new HtDataRepository<DashboardSummary> is now provided to the application's widget tree via RepositoryProvider, making it accessible for the upcoming DashboardBloc.
0 commit comments