-
Notifications
You must be signed in to change notification settings - Fork 32
charts for stats and token screen #182
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
base: main
Are you sure you want to change the base?
Conversation
|
|
pkarw
left a comment
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.
Hi! Thanks for this PR it's overall a great feature, just minor changes required due to missing translation calls
Could you also please paste the screenshots how this looks like? Thanks!
| <div className="grid gap-6 grid-cols-1 sm:grid-cols-2 lg:grid-cols-4"> | ||
| <Card> | ||
| <CardHeader> | ||
| <CardTitle>Available Budget</CardTitle> |
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.
Please do use the t() translation helper when displaying the labels
|
|
||
| <Card> | ||
| <CardHeader> | ||
| <CardTitle>Available Agents</CardTitle> |
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.
Please do use the t() translation helper when displaying the labels
|
|
||
| <Card> | ||
| <CardHeader> | ||
| <CardTitle>Available Results</CardTitle> |
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.
Please do use the t() translation helper when displaying the labels
|
|
||
| <Card> | ||
| <CardHeader> | ||
| <CardTitle>Available Sessions</CardTitle> |
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.
Please do use the t() translation helper when displaying the labels
issue #163
@pkarw let me know if all okay