Browse Source

fix(makerworld): point Open Cloud settings link to /profiles (#1300)

  The "Open Cloud settings" link in the MakerWorld sign-in-required banner
  pointed at /settings?tab=cloud, but Settings has no cloud tab so the URL
  fell back to the General tab. Bambu Cloud login lives on /profiles, which
  already defaults its sub-tab to cloud.
maziggy 2 weeks ago
parent
commit
a42ec820f6
4 changed files with 2 additions and 2 deletions
  1. 0 0
      CHANGELOG.md
  2. 1 1
      frontend/src/pages/MakerworldPage.tsx
  3. 0 0
      static/assets/index-C-E97wE_.js
  4. 1 1
      static/index.html

File diff suppressed because it is too large
+ 0 - 0
CHANGELOG.md


+ 1 - 1
frontend/src/pages/MakerworldPage.tsx

@@ -435,7 +435,7 @@ export function MakerworldPage() {
                 </p>
                 </p>
                 <p className="text-amber-800 dark:text-amber-200 mt-1">
                 <p className="text-amber-800 dark:text-amber-200 mt-1">
                   {t('makerworld.signInRequiredBody')}{' '}
                   {t('makerworld.signInRequiredBody')}{' '}
-                  <Link to="/settings?tab=cloud" className="underline">
+                  <Link to="/profiles" className="underline">
                     {t('makerworld.openCloudSettings')}
                     {t('makerworld.openCloudSettings')}
                   </Link>
                   </Link>
                 </p>
                 </p>

File diff suppressed because it is too large
+ 0 - 0
static/assets/index-C-E97wE_.js


+ 1 - 1
static/index.html

@@ -26,7 +26,7 @@
 
 
     <!-- Splash screens for iOS -->
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-Dk-aHJ3a.js"></script>
+    <script type="module" crossorigin src="/assets/index-C-E97wE_.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-BkYu3kLs.css">
     <link rel="stylesheet" crossorigin href="/assets/index-BkYu3kLs.css">
   </head>
   </head>
   <body>
   <body>

Some files were not shown because too many files changed in this diff