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.

Home Page:https://ethora.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Owner - "Apps" - clientside changes

dzinzyura opened this issue · comments

Goal:
Introduce new changes for Apps - Owner page according to the updated SuperAdmin logic.

Affected metric:

  • UI/UX enhancements
  • Ease of data handling

Description:
http://ethora.ethoradev.com/owner - is a web page for tracking and analysis of the apps created using Ethora engine. There are 2 tables: apps and users.

image
image

There were some changes added from the backend, so that the client side needs to be updated as well:

Please, for the "Apps" table make the changes, described below:

  • Add an indication of loading (spinner), when there is a request to the server to receive the Apps data
  • Add pagination (page numbers in the bottom) to give a possibility to see all apps, because the server gives only first 10 apps. For paginated pages in the table with the list of applications, the server returns a response, and it is possible to specify an offset to get the next page
  • Add loader (spinner) while requesting for a data for the next page

looks great, thank you @RomanLeshc!

283734332-c3c4b6c1-b781-414b-9ed1-c15b8812def8.mp4

waiting for changes to be pushed and will close the task