From 7b4cb60c73644a8d3aa1b042879e9d270cadddc0 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Fri, 31 Jan 2025 19:00:45 +0900 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=E9=96=8B=E7=99=BA=E5=AE=9F?= =?UTF-8?q?=E8=A1=8C=E3=83=BB=E3=83=93=E3=83=AB=E3=83=89=E6=99=82=E3=81=AB?= =?UTF-8?q?vite-plugin-checker=E3=81=A7lint=E3=82=92=E5=AE=9F=E8=A1=8C?= =?UTF-8?q?=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=99?= =?UTF-8?q?=E3=82=8B=20(#2516)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.mts | 3 --- 1 file changed, 3 deletions(-) diff --git a/vite.config.mts b/vite.config.mts index e4da29c038..1ea3fd40de 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -79,9 +79,6 @@ export default defineConfig((options) => { mode !== "test" && checker({ overlay: false, - eslint: { - lintCommand: "eslint --ext .ts,.vue .", - }, vueTsc: true, }), isElectron && [ From f6bdb13a3382ab447ce9443d253bc20d5dd23aeb Mon Sep 17 00:00:00 2001 From: Sig <62321214+sigprogramming@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:20:00 +0900 Subject: [PATCH 2/3] =?UTF-8?q?refactor:=20SequencerPitch=E3=82=92?= =?UTF-8?q?=E3=83=AA=E3=83=95=E3=82=A1=E3=82=AF=E3=82=BF=20(#2510)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroshiba Co-authored-by: Hiroshiba Kazuyuki --- src/components/Sing/SequencerPitch.vue | 350 ++++++++----------------- src/sing/graphics/pitchLine.ts | 143 ++++++++++ src/sing/viewHelper.ts | 15 -- 3 files changed, 254 insertions(+), 254 deletions(-) create mode 100644 src/sing/graphics/pitchLine.ts diff --git a/src/components/Sing/SequencerPitch.vue b/src/components/Sing/SequencerPitch.vue index 7baa1fb5aa..abd3bde2e7 100644 --- a/src/components/Sing/SequencerPitch.vue +++ b/src/components/Sing/SequencerPitch.vue @@ -1,9 +1,11 @@