-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Timelist centering algorithm change and duration formatting change #7194
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d2df694
Change the centering algorithm for timelist
shefalijoshi c5713f3
test: add time list countdown and countup test
ozyx cc824e0
test: respond to comments
ozyx 755054e
chore: lint fix
ozyx c13b375
fix: lint errors and visual suite failures
ozyx cc7223b
Change parameters to options object
shefalijoshi 2bb696a
Fix regression with auto scroll. Improve code readability
shefalijoshi 3e47056
Merge branch 'master' into timelist-7130-7161
shefalijoshi e591933
Merge branch 'master' into timelist-7130-7161
shefalijoshi c467e85
Merge branch 'master' into timelist-7130-7161
shefalijoshi 0c77e99
Add defaults for getPreciseDuration options object
shefalijoshi 6382172
Merge branch 'timelist-7130-7161' of https://github.com/nasa/openmct …
shefalijoshi a99e522
Defaults for options
shefalijoshi 031799a
Merge branch 'master' into timelist-7130-7161
shefalijoshi 3411565
Merge branch 'master' into timelist-7130-7161
shefalijoshi f309749
Add missing await
shefalijoshi ef6b39d
Merge branch 'timelist-7130-7161' of https://github.com/nasa/openmct …
shefalijoshi 6ba1052
Merge branch 'master' into timelist-7130-7161
shefalijoshi 5bf252a
Merge branch 'master' of https://github.com/nasa/openmct into timelis…
shefalijoshi c79741b
Merge branch 'timelist-7130-7161' of https://github.com/nasa/openmct …
shefalijoshi 69a6e2f
Fix imports for ESM
shefalijoshi 75ba7f9
Fix json import
shefalijoshi 1327b88
Fix broken test
shefalijoshi cdc3b9a
Merge branch 'master' into timelist-7130-7161
shefalijoshi c9000cf
Merge branch 'master' into timelist-7130-7161
shefalijoshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Group 1": [ | ||
{ | ||
"name": "Time until birthday", | ||
"start": 1650320402000, | ||
"end": 1660343797000, | ||
"type": "Group 1", | ||
"color": "orange", | ||
"textColor": "white" | ||
}, | ||
{ | ||
"name": "Time until supper", | ||
"start": 1650320402000, | ||
"end": 1650420410000, | ||
"type": "Group 2", | ||
"color": "blue", | ||
"textColor": "white" | ||
} | ||
], | ||
"Group 2": [ | ||
{ | ||
"name": "Time since the last time I ate", | ||
"start": 1650320102001, | ||
"end": 1650320102001, | ||
"type": "Group 2", | ||
"color": "green", | ||
"textColor": "white" | ||
}, | ||
{ | ||
"name": "Time since last accident", | ||
"start": 1650320102002, | ||
"end": 1650320102002, | ||
"type": "Group 1", | ||
"color": "yellow", | ||
"textColor": "white" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
lol