dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.
https://ethora.com/
GNU Affero General Public License v3.0
428 stars 84 forks source link

Web - Apps - Select all users #455

Closed phwizard closed 1 year ago

phwizard commented 1 year ago
Screenshot 2023-07-06 at 09 09 45

Here when we show in the bottom how many users are selected, please add an option to select all users across all pages:

[ Select all X users in Y pages ]

Screenshot 2023-07-06 at 09 14 49
dendidibe commented 1 year ago

@phwizard because of we are using pagination we can only select all users if we fetched them, we fetch only first page initially. We have limitation to fetch only 50 (max) users at a time and because i dont have all users fetched i cant select them all

phwizard commented 1 year ago

This isn't compatible with pagination, decided not to implement this for now.