okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
330 stars 43 forks source link

Several UI issues especially in mobile view. #1117

Open Silver-IT opened 2 years ago

Silver-IT commented 2 years ago

Problem

image

Solution

I think we should remove fixed values such as padding, margin, left, top, ... and make it responsive using display: flex, overflow: auto, ...

Silver-IT commented 2 years ago

New issues found.

Silver-IT commented 2 years ago

I can see that this issue is related to the #1024. This is not related to the ngrok or tunnel and it is only related to the Mobile Safari browser.

Silver-IT commented 2 years ago

Also related to the #1023

Silver-IT commented 2 years ago

Avatar is not displaying for the PENDING users. image

Solution

The file name is user-avatar-pending.png not avatar-pending.png

Silver-IT commented 2 years ago

Problem

User name/displayName overflow issue. image

Solution

I think we need to truncate it.

EDITED: DONE

Silver-IT commented 2 years ago

Another Issue

image

The last .card should have margin-bottom of 4rem. This style works in Firefox but not in Google Chrome.