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

Update timeline to display times in user timezone. #3804

Merged
merged 1 commit into from
Oct 5, 2024

Commits on Oct 4, 2024

  1. Update timeline to display times in user timezone.

    Previously the timeline widget would display all times in UTC but
    other times in the GUI are displayed in the user's selected
    timezone. This PR changes this to make the timeline widget display
    times in the same timezone selected by the user.
    
    Also refactored CSV parameter editor to not use editable tables. These
    were not intuitive as the user had to click on the table to realize
    they were editable. Also it caused the layout to jump around. This PR
    fixes it in favor of fixed simple text areas.
    scudette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6e94a28 View commit details
    Browse the repository at this point in the history