From ad9673a3a3bced611b60d76d7011461081411cc2 Mon Sep 17 00:00:00 2001 From: Acho Arnold Ewin Date: Mon, 29 Jun 2026 20:26:02 +0300 Subject: [PATCH 01/64] ci: pin node to 34 --- .github/workflows/web.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 3f893d1f7..27d39c75d 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -58,6 +58,11 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@master + - name: Setup Node 🟢 + uses: actions/setup-node@v4 + with: + node-version: '24' + - uses: pnpm/action-setup@v6 name: Install pnpm with: From 5021d187f05b02c9dc3845f1dbc6d9a0e6463637 Mon Sep 17 00:00:00 2001 From: Acho Arnold Ewin Date: Mon, 29 Jun 2026 20:27:43 +0300 Subject: [PATCH 02/64] ci: pin node to 24.18 --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 27d39c75d..1d91076e0 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -61,7 +61,7 @@ jobs: - name: Setup Node 🟢 uses: actions/setup-node@v4 with: - node-version: '24' + node-version: '24.18' - uses: pnpm/action-setup@v6 name: Install pnpm From 1777e8dba43802bd165bc44a04ae7a33526242c6 Mon Sep 17 00:00:00 2001 From: Acho Arnold Ewin Date: Tue, 30 Jun 2026 09:55:52 +0300 Subject: [PATCH 03/64] feat: replace landing page image with video --- web/app/pages/index.vue | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/web/app/pages/index.vue b/web/app/pages/index.vue index ddca073d6..505bcb865 100644 --- a/web/app/pages/index.vue +++ b/web/app/pages/index.vue @@ -124,13 +124,20 @@ const planYearlyMonthlyPrice = computed( :class="{ 'ml-16': mdAndDown }" /> - - + +
+