-
Notifications
You must be signed in to change notification settings - Fork 1
Merge benchmark container to parent repository #117
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
Conversation
erlingdevold
commented
Oct 12, 2023
merge rebase funka ikke helt+
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still some errors in the console.
I added another action that checks for these.
If you push again it will run so you can see the errors.
Seemed to be a problem related to this typescript issue: microsoft/TypeScript#44063 (comment) Managed to fix it by changing the logic slightly. |
fhf-datafangst-client/src/components/BenchmarkData/BenchmarkCard.tsx
Outdated
Show resolved
Hide resolved
fhf-datafangst-client/src/containers/BenchmarkView/BenchmarkView.tsx
Outdated
Show resolved
Hide resolved
fhf-datafangst-client/src/components/BenchmarkData/BenchmarkCards.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Markus Bergum Hilbertsen <[email protected]>
Co-authored-by: Markus Bergum Hilbertsen <[email protected]>
…ndent on size of data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some more comments and unresolved some.
FYI, don't resolve comments when you make changes.
It is the reviewer who resolves them when they agree the comment has been resolved
import * as Api from "api"; | ||
import { BenchmarkDataSource, BenchmarkModalParams } from "./state"; | ||
|
||
export interface benchmarkHistoricParams { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Types/interfaces should be TitleCase
fhf-datafangst-client/src/components/BenchmarkData/BenchmarkCards.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Markus Bergum Hilbertsen <[email protected]>