dagmawibabi / TelegramCommunityGallery

https://telegram.dagmawi.dev
MIT License
74 stars 16 forks source link

Feature Request: Implement Pagination for Channels/Groups Fetching #21

Open abela12 opened 4 months ago

abela12 commented 4 months ago

Our app currently loads all channels and groups together, causing slow performance as the list grows. To fix this, I suggest using pagination.

This means loading a set number of channels or groups at a time and loading more as the user scrolls. It's called "infinite scroll" or "lazy loading." This change will speed up the app's initial load time and make it more responsive as users navigate through channels and groups.

srushtiss commented 4 months ago

@abela12 can you assign me this? I would like to work on this feature

dagmawibabi commented 4 months ago

assigned!