Skip to content

correcting wrong time showing in grid view - #34179

Merged
bbovenzi merged 3 commits into
apache:mainfrom
Abhishek-kumar-ISM:grid_view_time_correction
Sep 12, 2023
Merged

correcting wrong time showing in grid view#34179
bbovenzi merged 3 commits into
apache:mainfrom
Abhishek-kumar-ISM:grid_view_time_correction

Conversation

@Abhishek-kumar-ISM

@Abhishek-kumar-ISMAbhishek-kumar-ISM commented Sep 7, 2023

Copy link
Copy Markdown
Contributor

related: #32751

corrected inconsistent times in grid view.
I have kept the code of time on area above bars same as the time of tooltip, so that there would be no inconsistency.

Earlier photos( It can be seen in photo that tooltip date is 6 Sep, but date above bar is 5 Sep ):
normal_hover_time

normal_wrong_time

Photo after correction
corrected_time

@boring-cyborgboring-cyborgBot added area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues labels Sep 7, 2023
@Abhishek-kumar-ISM

Copy link
Copy Markdown
ContributorAuthor

@potiuk@Taragolis@eladkal@pierrejeambrun@bbovenzi@ryanahamilton@ashb

There was some inconsistency in timings shown in grid view as per related issue.
I have corrected that by using similar solution discussed in same issue.
Can you pls check and review.

@bbovenzi

Copy link
Copy Markdown
Contributor

Looks good. Just run yarn lint to fix some formatting

@Abhishek-kumar-ISM

Copy link
Copy Markdown
ContributorAuthor

@bbovenzi lints passed,

Can you pls check

Looks good. Just run yarn lint to fix some formatting

@eladkaleladkal added the type:bug-fix Changelog: Bug Fixes label Sep 8, 2023
@eladkaleladkal added this to the Airflow 2.7.2 milestone Sep 8, 2023
@bbovenzi
bbovenzi merged commit 8871f95 into apache:mainSep 12, 2023
ephraimbuddy pushed a commit that referenced this pull request Oct 5, 2023
* correcting wrong time showing in grid view
* lint errors resolved
* lint errors resolved
(cherry picked from commit 8871f95)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UIRelated to UI/UX. For Frontend Developers.area:webserverWebserver related Issuestype:bug-fixChangelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Abhishek-kumar-ISM@bbovenzi@eladkal