scorelab / Go-social

Community of today used to use mobile phones to make their life easier and Community based mobile applications are famous among them. There are several kind of community based applications in use and most of them are relating to a specific domain. But core components have similar features. Address this issue and saving development time by Introducing a common app template with customizable components for community based mobile applications , is the main purpose of this project.
Apache License 2.0
61 stars 90 forks source link

New post screen UI needs improvement #178

Closed YaSh8202 closed 1 year ago

YaSh8202 commented 1 year ago

Expected Behavior

I expect the new post screen UI to be visually appealing and user-friendly. The buttons text should be easily visible, and there should be visible input fields for body and image picker should open on clicking on add image button Screenshot_1679576526

Current Behavior

The current UI of the new post screen is not visually appealing and user-friendly. The buttons text is difficult to read, and there is no visible input field for writing the post. Additionally, there is no input field for adding a post title. Screenshot_1679234602 (1)

Failure Information (for bugs)

The "Add Photo" and "Tag People" buttons are not visible on the new post screen. This appears to be a bug caused by the incorrect usage of the ListItem component within a TouchableOpacity.

Instead of using a Text component within the TouchableOpacity to display the button labels, the ListItem component is being used incorrectly, causing the buttons to be hidden.

Steps to Reproduce

  1. Go to the home screen and click on 'what's on you mind?' button.
  2. Observe that the buttons text is difficult to read.
  3. Observe that there is no visible input field for writing the post.
  4. Observe that there is no input field for adding a post title.

Context

This issue is occurring on the latest version of the platform. I am using app on Pixel 4 in android studio.

Failure Logs

N/A

suyashrastogi7 commented 1 year ago

@shehand Please assign me this issue as a pre-task for GSOC23.

YaSh8202 commented 1 year ago

Could you please assign me this issue as a pre-task for GSOC23, @shehand ?