atmosphere_pro
atmosphere_pro copied to clipboard
fix: #221 UI Redesign - Mobile - block atSign
closes #221
- What I did I created the bottom sheet to show all the blocked atSign
- How I did it I created separate customisable widget and separate function for the bottom sheet
- How to verify it on welcome screen click on the welcome text to open the bottom sheet
- Description for the changelog Added blocked at Sign bottom sheet
@ksanty please review this PR. Thanks!!
Hi, just tried to check this and when I click on the welcome screen it produces this error message.
added the init function for sizeconfig now its working fine @tinashe404
@tanmoy27112000 The error message is still appearing.
Sorry fixed In wrong branch now working fine and verified. @tinashe404
@tanmoy27112000 I've had a look. The UI looks good but there is no functionality implemented in it yet. Is this something you plan on doing?
The ideal PR would be one where
- this screen/widget appears when you click on Blocked atSigns in the right hand menu
- the close button closes this widget
- the refresh button refreshes what is displayed on this widget
- the widget displays the list of blocked atSigns (which is displayed on the current blocked atSigns screen, so you should just copy the functionality over)
- clicking unblock, removes the atSign from the blocked list (as is done on the current blocked atSigns screen, so you should just copy the functionality over)
- If you can't figure out how to search and sort we can leave this for now