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

Add timezone tooltip to custom lookback form-field #161

Merged
merged 2 commits into from
Dec 25, 2017

Conversation

tiffon
Copy link
Member

@tiffon tiffon commented Dec 24, 2017

Fix #154.

EST Timezone:

screen shot 2017-12-24 at 3 51 46 pm

PST Timezone

screen shot 2017-12-24 at 12 52 32 pm

Signed-off-by: Joe Farro <joef@uber.com>
@ghost ghost assigned tiffon Dec 24, 2017
@ghost ghost added the review label Dec 24, 2017
@codecov
Copy link

codecov bot commented Dec 24, 2017

Codecov Report

Merging #161 into master will increase coverage by 0.11%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
+ Coverage   92.66%   92.77%   +0.11%     
==========================================
  Files          85       85              
  Lines        1881     1882       +1     
  Branches      366      367       +1     
==========================================
+ Hits         1743     1746       +3     
+ Misses        126      124       -2     
  Partials       12       12
Impacted Files Coverage Δ
src/components/SearchTracePage/TraceSearchForm.js 86.66% <100%> (+0.14%) ⬆️
...neViewer/TimelineHeaderRow/TimelineViewingLayer.js 90.74% <0%> (+3.7%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e00d93...6483c8f. Read the comment docs.

on="click"
wide="very"
trigger={<i className="SearchForm--hintTrigger info circle icon grey" />}
content={<h5>Times are expressed in {tz} timezone and converted to UTC</h5>}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove the part "and converted to UTC" from the tool tip, I don't think it's relevant to the user experience.

Signed-off-by: Joe Farro <joef@uber.com>
@tiffon tiffon merged commit a53299e into master Dec 25, 2017
@ghost ghost removed the review label Dec 25, 2017
@yurishkuro yurishkuro deleted the issue-154-lookback-tz-tooltip branch January 29, 2020 15:06
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
* Add timezone tooltip to custom lookback form-field

Signed-off-by: Joe Farro <joef@uber.com>

* Remove unnecessary info from tooltip

Signed-off-by: Joe Farro <joef@uber.com>

Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants