Skip to content
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(analytics-chart): move actions into kebab menu [MA-3301] #1741

Merged
merged 7 commits into from
Oct 31, 2024

Conversation

mihai-peteu
Copy link
Contributor

@mihai-peteu mihai-peteu commented Oct 24, 2024

CSV export link moved to inside an action menu

Summary

https://konghq.atlassian.net/browse/MA-3301

@filipgutica filipgutica force-pushed the feat/ma-3301-chart-option-jump-to-explore branch 3 times, most recently from 2c7e893 to a491ead Compare October 31, 2024 17:00
@filipgutica filipgutica force-pushed the feat/ma-3301-chart-option-jump-to-explore branch from a491ead to a4a8a8d Compare October 31, 2024 17:06
@filipgutica filipgutica self-assigned this Oct 31, 2024
@filipgutica
Copy link
Contributor

@filipgutica

@filipgutica filipgutica marked this pull request as ready for review October 31, 2024 18:36
@filipgutica filipgutica requested a review from a team as a code owner October 31, 2024 18:36
filipgutica
filipgutica previously approved these changes Oct 31, 2024
adorack
adorack previously approved these changes Oct 31, 2024
@@ -190,6 +237,9 @@ const emit = defineEmits<{
}>()

const { i18n } = composables.useI18n()
const { evaluateFeatureFlag } = composables.useEvaluateFeatureFlag()

const hasKebabMenuAccess = computed(() => evaluateFeatureFlag('ma-3043-analytics-chart-kebab-menu', false))
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI, I don't think you need the computed here -- there's nothing reactive and the lookup should be cheap.

@filipgutica filipgutica dismissed stale reviews from adorack and themself via 8eb392c October 31, 2024 19:31
@filipgutica filipgutica requested a review from adorack October 31, 2024 19:33
@filipgutica filipgutica enabled auto-merge (squash) October 31, 2024 19:33
@filipgutica filipgutica merged commit ed6a72e into main Oct 31, 2024
10 checks passed
@filipgutica filipgutica deleted the feat/ma-3301-chart-option-jump-to-explore branch October 31, 2024 19:41
Justineo pushed a commit that referenced this pull request Nov 1, 2024
* feat(analytics-chart): move actions into kebab menu [MA-3301]

CSV export link moved to inside an action menu

* feat(analytics-chart): update component spec [MA-3301]

* feat: adding jump to explore link back in [MA-3301]

* feat: move modal outside dropdown [MA-3301]

* fix: add ff checking

* fix: component test

* fix: address comment

---------

Co-authored-by: Filip Gutica <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants