nkowaokwu / igbo-api-admin

Data entry platform for the Igbo API.
https://editor.igboapi.com
Apache License 2.0
8 stars 20 forks source link

Convert the Personal Contributions section to become a grid. #341

Closed ijemmao closed 1 year ago

ijemmao commented 1 year ago

Is your feature request related to a problem? Please describe. The Personal Contributions section on the Dashboard of the Igbo API Editor Platform is too tall. We should convert it to 6 column'd grid that includes all the stats that spans the entire viewport of the screen. If on a mobile device, the column should shrink down to 2 so that it reads better on smaller screens.

Use TailwindCSS grid syntax.

Screenshot Xnapper-2023-05-20-17 22 44

danieliheonu commented 1 year ago

Could you please explain "We should convert it to 6 column'd grid that includes all the stats that spans the entire viewport of the screen.". Also how long should the personal contributions be

ijemmao commented 1 year ago

@danieliheonu i'm suggesting that we should use CSS grid to create a grid that has 6 columns, which means six items across. That way it will take up more horizontal space rather than the vertical space it's taking right now, shown in the screenshot.

this issue isn't requesting to change the size of each cell or the content within each cell. rather it's just focused on repositioning each cell so that it's taking up more horizontal space rather than vertical space. hope that helps with the explanation!

danieliheonu commented 1 year ago

@ijemmao I guess so. I'll get started and send in a PR for review

kingdanie commented 1 year ago

@danieliheonu i'm suggesting that we should use CSS grid to create a grid that has 6 columns, which means six items across. That way it will take up more horizontal space rather than the vertical space it's taking right now, shown in the screenshot.

this issue isn't requesting to change the size of each cell or the content within each cell. rather it's just focused on repositioning each cell so that it's taking up more horizontal space rather than vertical space. hope that helps with the explanation!

Can you share a image or diagram for the proposed feature so it can be clearer? I have read your comment severally at I still dont get what you are saying

ijemmao commented 1 year ago

this ticket is no longer relevant! i'll close it