-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add filter to TreeDetailsPage #102
Conversation
5a2c8cd
to
8f08491
Compare
8f08491
to
dae99d0
Compare
branch: 'Branch', | ||
status: 'Status', | ||
configs: 'Configs', | ||
architecture: 'Architecture', | ||
timing: 'Timing', |
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.
nit: whenever is possible I think it is better to follow alphabetical order
branchSubtitle: 'Please select one or more Branches:', | ||
statusSubtitle: 'Please select one or more Status:', | ||
configsSubtitle: 'Please select one or more configs:', | ||
architectureSubtitle: 'Please select one or more Architectures:', | ||
timingSubtitle: 'Please select a range of timing:', |
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.
same
{ title: 'Tree', value: 'stable-rc' }, | ||
{ title: 'Matainer', value: '' }, | ||
{ title: 'Estimate to complete', value: '' }, |
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.
this values should be using i18n
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.
actually this should come from the backend, I will implement this soon
2a77eaf
to
ccb6690
Compare
- also add two filed in type TreeDetailsBuild - git_repository_branch: string; - git_repository_url: string;
- make onRefresh, onCancel and onFilter optional in Drawer - fix open drawer button label
ccb6690
to
d69a9e7
Compare
add filter to TreeDetailsPage
How to test it
Visual reference