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 toggle to change timezone to UTC for Nakama Console graphs #1260

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

toqueteos
Copy link
Contributor

@toqueteos toqueteos commented Aug 3, 2024

Should fix #703 /cc @mofirouz

I only see charts in the Status page.

Please do tell me if there charts in some other page and I'll update them too!

Demo:

2024-08-03.15-33-05.mp4

@@ -13,7 +13,7 @@
// limitations under the License.

import {Component, OnInit, OnDestroy, Injectable, Pipe, PipeTransform} from '@angular/core';
import {ConsoleService, StatusList, StatusListStatus} from '../console.service';
import {ConsoleService, StatusList} from '../console.service';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed StatusListStatus as it's unused in this file.

@toqueteos
Copy link
Contributor Author

Rebased with latest master

@sesposito
Copy link
Member

This LGTM but I'd kindly ask @jpntex to give it a second pass.

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.

Add toggle to change timezone to UTC for Nakama Console graphs
2 participants