From 880329d3aeecbd45f62e9e2e0e7cc3a106ae95ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:10:56 +0300 Subject: [PATCH] =?UTF-8?q?Ba=C5=9Fl=C4=B1klar=20ve=20Seed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Seeds/SeederData.json | 24 ++ ui/dev-dist/sw.js | 5 +- ui/index.html | 4 +- .../components/layouts/AuthLayout/Simple.tsx | 2 +- ui/src/components/template/HeaderLogo.tsx | 4 +- ui/src/utils/hooks/useMenuData.ts | 5 +- ui/src/views/AccessDenied.tsx | 10 +- ui/src/views/Dashboard.tsx | 12 +- ui/src/views/NotFound.tsx | 10 +- .../views/admin/activityLog/ActivityLog.tsx | 7 + ui/src/views/admin/chart/ChartEdit.tsx | 12 +- ui/src/views/admin/listForm/Wizard.tsx | 2 +- ui/src/views/admin/profile/Profile.tsx | 8 +- ui/src/views/ai/Assistant.tsx | 7 + ui/src/views/auth/ExtendLogin.tsx | 25 +- ui/src/views/auth/ForgotPassword.tsx | 140 +++++----- ui/src/views/auth/Login.tsx | 256 +++++++++--------- ui/src/views/auth/Register.tsx | 9 +- ui/src/views/auth/ResetPassword.tsx | 6 + ui/src/views/auth/SendConfirmationCode.tsx | 11 +- ui/src/views/auth/VerifyConfirmationCode.tsx | 7 + ui/src/views/developerKit/DashboardPage.tsx | 21 +- ui/src/views/docs/ChangeLog.tsx | 130 ++++----- ui/src/views/forum/Forum.tsx | 10 + ui/src/views/forum/Management.tsx | 9 + ui/src/views/menu/MenuManager.tsx | 10 + ui/src/views/public/About.tsx | 175 ++++++------ ui/src/views/public/Blog.tsx | 136 +++++----- ui/src/views/public/BlogDetail.tsx | 20 +- ui/src/views/public/Checkout.tsx | 10 + ui/src/views/public/Contact.tsx | 35 ++- ui/src/views/public/Home.tsx | 160 +++++++++-- ui/src/views/public/Payment.tsx | 9 + ui/src/views/public/Products.tsx | 10 + ui/src/views/public/Services.tsx | 66 ++--- ui/src/views/public/Success.tsx | 8 + ui/src/views/settings/Settings.tsx | 2 +- 37 files changed, 842 insertions(+), 535 deletions(-) diff --git a/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json b/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json index 8d6cbff5..0a103d02 100644 --- a/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json +++ b/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json @@ -505,6 +505,12 @@ "en": "Abp Settings", "tr": "Abp Ayarları" }, + { + "resourceName": "Platform", + "key": "App.ChangeLog", + "en": "Change Log", + "tr": "Versiyon Günlüğü" + }, { "resourceName": "Platform", "key": "App.BlogManagement", @@ -6343,6 +6349,24 @@ "tr": "Ürünler", "en": "Products" }, + { + "resourceName": "Platform", + "key": "Public.nav.checkout", + "tr": "Organizasyon Seçimi", + "en": "Select Organization" + }, + { + "resourceName": "Platform", + "key": "Public.nav.payment", + "tr": "Ödeme", + "en": "Payment" + }, + { + "resourceName": "Platform", + "key": "Public.nav.success", + "tr": "Sipariş Durumu", + "en": "Success" + }, { "resourceName": "Platform", "key": "Public.nav.basket", diff --git a/ui/dev-dist/sw.js b/ui/dev-dist/sw.js index 6f4eba4f..cbb992b0 100644 --- a/ui/dev-dist/sw.js +++ b/ui/dev-dist/sw.js @@ -82,11 +82,12 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.172lu27b4eg" + "revision": "0.6nc9e67jtoo" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { - allowlist: [/^\/$/] + allowlist: [/^\/$/], + denylist: [/^\/api\//] })); })); diff --git a/ui/index.html b/ui/index.html index b5e7f3e2..277c541c 100644 --- a/ui/index.html +++ b/ui/index.html @@ -5,8 +5,8 @@ - -