Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ryan-pratt
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.00%. Comparing base (82f8374) to head (ad6c889).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2270   +/-   ##
=======================================
  Coverage   80.00%   80.00%           
=======================================
  Files         641      641           
  Lines       47966    47943   -23     
  Branches      744      738    -6     
=======================================
- Hits        38374    38359   -15     
+ Misses       9510     9502    -8     
  Partials       82       82           
Flag Coverage Δ
python 83.56% <ø> (-0.01%) ⬇️
ruby-api 84.28% <ø> (ø)
ruby-backend 82.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 7, 2025

if (response) {
this.timeZone = response
}
this.$nextTick(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this nextTick necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, so that the v-if can update and get the graphs created so they can be referenced with this.$refs in code that's called by setup()

Copy link
Member

@jmthomas jmthomas left a comment

Choose a reason for hiding this comment

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

This is immediately evident when you right click to graph. Makes sense although I don't like waiting for an API request to draw the entire graph ... although I guess this is just the graph itself and the rest of the UI renders. Wonder if we could write this out to local storage and use that throughout?

@ryan-pratt
Copy link
Contributor Author

This is immediately evident when you right click to graph. Makes sense although I don't like waiting for an API request to draw the entire graph ... although I guess this is just the graph itself and the rest of the UI renders. Wonder if we could write this out to local storage and use that throughout?

Yeah, the API call is necessary with the way Graph.vue is written at the moment. It should ultimately be in a store like Pinia (not directly on window.localStorage), which I was discussing with Clay on Slack earlier

@ryan-pratt ryan-pratt merged commit fece027 into main Aug 7, 2025
29 checks passed
@ryan-pratt ryan-pratt deleted the bug/tlmgrapher-timezone branch August 7, 2025 22:30
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.

4 participants