Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Create Activities page to display all deployments in one place #382

Merged
merged 8 commits into from
Apr 10, 2022

Conversation

noahingh
Copy link
Member

@noahingh noahingh commented Mar 13, 2022

Example:
image

The API server has to support a query parameter for the production to make the production switch work.

@noahingh noahingh added component: ui This issue or pull request is related to the feature of the UI-side enhancement New feature or request labels Mar 13, 2022
@noahingh noahingh added this to the v0.7 milestone Mar 13, 2022
@noahingh noahingh linked an issue Mar 13, 2022 that may be closed by this pull request
@@ -157,7 +157,7 @@ export const searchDeployments = async (statuses: DeploymentStatusEnum[], owned:
})

const fromParam = (from)? `from=${from.toISOString()}` : ""
const toParam = (to)? `&to=to.toISOString()` : ""
const toParam = (to)? `&to=${to.toISOString()}` : ""
Copy link
Member Author

Choose a reason for hiding this comment

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

Fix the bug

Comment on lines +10 to +11
initialValues?: SearchActivitiesValues
onClickSearch(values: SearchActivitiesValues): void
Copy link
Member Author

Choose a reason for hiding this comment

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

It defines only the initial value and action for clicking the search button as a property of the component.

@noahingh noahingh merged commit 42071a8 into main Apr 10, 2022
@noahingh noahingh deleted the activity-log-ui branch April 10, 2022 07:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: ui This issue or pull request is related to the feature of the UI-side enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display all activities in one place
1 participant