atsign-foundation / atmosphere_pro

A fully end-to-end encrypted, cross-platform file sharing app written in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve notification

sonle-geekyants opened this issue · comments

Describe the remaining issues

  • Both desktop and mobile versions have these same UI issues

  • Unselected notification button
    Expected:
    image
    Actual:
    image

  • Sending queue
    Expected:
    image
    Actual:
    image

  • Notification cards
    Expected:
    image
    Actual:
    image

  • Expanded card
    Expected:
    image
    Actual:
    image

  • Missing ! and Error badges
    Ảnh chụp màn hình 2023-10-27 040038

  • sending and files must have the first letter uppercase and need to adjust the spacing
    Expected:
    image
    Actual:
    image

  • All items (including cards and badges) of the mobile version in design seem to have different padding and sizes compared to the desktop one

  • Maybe try to use shrinkWrap for ListView instead of using fixed height

  • Some fontWeight are not as same as the design

  • We need to remove the unread counter on the notification icon after tapping in

  • About a "Cancel" button - Should we need to add it to the app?
    Ảnh chụp màn hình 2023-10-27 040924

Updated the design in this PR : #342

Updated the design in this PR : #342

@sachins-geekyants Added some new issues!