Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Time Format on Create Post Page #51

Open
1 task
Asharma538 opened this issue Oct 24, 2024 · 0 comments
Open
1 task

Inconsistent Time Format on Create Post Page #51

Asharma538 opened this issue Oct 24, 2024 · 0 comments
Labels
bugbounty DevlUp Labs - Bug Bounty Event

Comments

@Asharma538
Copy link
Member

Description

On the "Create Post" page, the Time format should be HH:MM, but for some cases it is HH:M / H:MM / H:M

Screenshots

Files

lib/pages/create_post_page.dart

To Reproduce

At Home, tap the Floating Action Button "+" then select 15:01

Expected Behaviour

The time format should strictly be HH:MM

Actual Behaviour

The displayed time is 15:1

Tasks

  • Check how the time is converted to string in the suggested file

Possible Fixes

Make a function for the conversion of selected hour and minutes to HH:MM string

@Asharma538 Asharma538 added good first issue Good for newcomers bugbounty DevlUp Labs - Bug Bounty Event and removed good first issue Good for newcomers labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugbounty DevlUp Labs - Bug Bounty Event
Projects
None yet
Development

No branches or pull requests

1 participant