codeuino / social-platform-donut-frontend

This is an Open Source social Platform where people can interact with Open Source expertise around the globe and work on different projects
207 stars 220 forks source link

improved user activity UI #624

Open codetheorem opened 4 years ago

codetheorem commented 4 years ago

Fixes #617

Screenshots

screencapture-localhost-3000-org-settings-1599910291470
screencapture-localhost-3000-activity-5f551b92fa6ba91d50ffb7cd-1599910171532

lazycipher commented 4 years ago

Hi @codetheorem, I believe this PR doesn't completely solve the issue you mentioned. Why don't you replace total={500} with total={users.length} in Users.js? It'll solve our pagination issue.