From e644d3de4b041f9abd30bf0629afd3b27232f63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MisakaKumomi=20=E5=BE=A1=E5=9D=82=E4=BA=91=E8=A7=81?= <447f@misaka.org> Date: Fri, 3 Apr 2026 02:11:47 +0800 Subject: [PATCH] feat: lang select now moved to top-right corner - AIRI-209 (#1555) * feat: lang select now moved to top-right corner - AIRI-209 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .../dialogs/onboarding/step-welcome.vue | 72 ++++++++++++++----- pnpm-lock.yaml | 7 +- 2 files changed, 54 insertions(+), 25 deletions(-) diff --git a/packages/stage-ui/src/components/scenarios/dialogs/onboarding/step-welcome.vue b/packages/stage-ui/src/components/scenarios/dialogs/onboarding/step-welcome.vue index 544790f0d..4d0d2d58d 100644 --- a/packages/stage-ui/src/components/scenarios/dialogs/onboarding/step-welcome.vue +++ b/packages/stage-ui/src/components/scenarios/dialogs/onboarding/step-welcome.vue @@ -2,8 +2,15 @@ import type { OnboardingStepNextHandler } from './types' import { all } from '@proj-airi/i18n' -import { Button, FieldCombobox } from '@proj-airi/ui' +import { Button } from '@proj-airi/ui' import { storeToRefs } from 'pinia' +import { + DropdownMenuContent, + DropdownMenuItem, + DropdownMenuPortal, + DropdownMenuRoot, + DropdownMenuTrigger, +} from 'reka-ui' import { computed } from 'vue' import { useI18n } from 'vue-i18n' @@ -39,7 +46,51 @@ function handleLocalSetup() {