-
Notifications
You must be signed in to change notification settings - Fork 38
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: move save button from header to filter section & refactor it #1698
feat: move save button from header to filter section & refactor it #1698
Conversation
Signed-off-by: yuda <[email protected]>
Signed-off-by: yuda <[email protected]>
Signed-off-by: yuda <[email protected]>
Signed-off-by: yuda <[email protected]>
Signed-off-by: yuda <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<template v-if="costAnalysisPageState.selectedQueryId"> | ||
<p-button v-if="costAnalysisPageState.selectedQueryId" | ||
class="save-button" | ||
style-type="tertiary" | ||
icon-left="ic_disk-filled" | ||
@click="handleSaveQuerySet" | ||
> | ||
{{ $t('BILLING.COST_MANAGEMENT.COST_ANALYSIS.SAVE') }} | ||
</p-button> | ||
<p-icon-button ref="targetRef" | ||
class="more-menu-button" | ||
:name="visibleContextMenu ? 'ic_chevron-up' : 'ic_chevron-down'" | ||
style-type="tertiary" | ||
shape="square" | ||
size="md" | ||
color="inherit" | ||
@click="handleClickMoreMenuButton" | ||
/> | ||
<p-context-menu v-show="visibleContextMenu" | ||
ref="contextMenuRef" | ||
:menu="state.saveDropdownMenuItems" | ||
:style="contextMenuStyle" | ||
@select="handleClickSaveAsButton" | ||
/> | ||
</template> |
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.
<p-button style-type="tertiary" | ||
icon-left="ic_disk-edit-filled" | ||
@click="handleClickSaveAsButton" | ||
> | ||
{{ $t('BILLING.COST_MANAGEMENT.COST_ANALYSIS.SAVE_AS') }} | ||
</p-button> |
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.
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!
Signed-off-by: yuda <[email protected]>
Signed-off-by: yuda <[email protected]>
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!
I only checked the code convention.
…loudforet-io#1698) * feat: move save button from header to filter section Signed-off-by: yuda <[email protected]> * feat: edit validation and delete unused props Signed-off-by: yuda <[email protected]> * chore: delete unused module Signed-off-by: yuda <[email protected]> * chore: delete unused type Signed-off-by: yuda <[email protected]> * feat: edit params of `editQuery` action Signed-off-by: yuda <[email protected]> * fix: fix edit queryset bug in cost analysis Signed-off-by: yuda <[email protected]> * chore: update languages Signed-off-by: yuda <[email protected]> --------- Signed-off-by: yuda <[email protected]>
…loudforet-io#1698) * feat: move save button from header to filter section Signed-off-by: yuda <[email protected]> * feat: edit validation and delete unused props Signed-off-by: yuda <[email protected]> * chore: delete unused module Signed-off-by: yuda <[email protected]> * chore: delete unused type Signed-off-by: yuda <[email protected]> * feat: edit params of `editQuery` action Signed-off-by: yuda <[email protected]> * fix: fix edit queryset bug in cost analysis Signed-off-by: yuda <[email protected]> * chore: update languages Signed-off-by: yuda <[email protected]> --------- Signed-off-by: yuda <[email protected]>
To Reviewers
style
,chore
,ci
ONLY)Type of Change
Affects to
Packages
Apps
Checklist
lint
andtype
?mirinae
should be reflected instorybook
.Description
i) default query
ii) non-default query