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.
The header bar title on the Forum screen should be displayed as "Forum", and the styling of the header bar should be consistent with the header bar on all other screens.
Current Behavior
On the Forum screen, the header bar title is displayed as "Home" instead of "Forum". Also, the styling of the header bar is different from the header bar on all other screens.
Failure Information (for bugs)
On the Forum screen, the Headerbar component is used to display the header, while the HeaderNavigationBar component is used on all other screens.
Steps to Reproduce
Open the Go-Social app.
Navigate to the Forum screen.
Observe the header bar title and styling.
Context
This issue is occurring on the latest version of the platform. I am using app on Pixel 4 in android studio.
Expected Behavior
The header bar title on the Forum screen should be displayed as "Forum", and the styling of the header bar should be consistent with the header bar on all other screens.
Current Behavior
On the Forum screen, the header bar title is displayed as "Home" instead of "Forum". Also, the styling of the header bar is different from the header bar on all other screens.
Failure Information (for bugs)
On the Forum screen, the
Headerbar
component is used to display the header, while theHeaderNavigationBar
component is used on all other screens.Steps to Reproduce
Context
This issue is occurring on the latest version of the platform. I am using app on Pixel 4 in android studio.