-
Notifications
You must be signed in to change notification settings - Fork 165
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
[#2283] Display time periods for each repository #2303
base: master
Are you sure you want to change the base?
[#2283] Display time periods for each repository #2303
Conversation
49ce107
to
985cdb8
Compare
On hold. Waiting for backend changes to be merged to add the cypress tests |
@Airiinnn For UI changes, also give before-and-after screenshots in the PR. |
@@ -785,7 +798,7 @@ export default defineComponent({ | |||
const regexToRemoveWidget = /([?&])((chartIndex|chartGroupIndex)=\d+)/g; | |||
return url.replace(regexToRemoveWidget, ''); | |||
}, | |||
getRepo(repo: Array<Repo>): Array<Repo> { | |||
getRepo(repo: Array<User>): Array<User> { |
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.
Is there any particular reason to change the typing here?
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.
Yes, following the call stack, the previous Repo
type was wrong and should be User
instead.
Naming was very confusing to begin with, maybe we can fix this in another PR for refactoring and cleanup. I'm worried changing parts of it now may make it even more confusing.
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.
I see, maybe we should create another PR to handle this issue.
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.
LGTM!
Fixes #2283
Proposed commit message
Other information
Changes:
summary.json
and filter range). Refer to last summary chart in screenshot to see intended behavior.Old:
Previously, date indicators are only visible when "trim timeline" is enabled.
New: