Skip to content

Commit eda1530

Browse files
committed
Audit Theme V2 wiring, review legacy tools, and normalize Theme V2 CSS structure - PR_26154_018-020-theme-tools-cleanup-stack
1 parent cdba46d commit eda1530

62 files changed

Lines changed: 1145 additions & 960 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_page_template_v2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Page Template V2 - Game Foundry Studio</title>
99
<meta name="description" content="Theme V2 production content page template.">
1010
<link rel="icon" href="/favicon.svg">
11-
<link rel="stylesheet" href="assets/theme/v2/css/theme/v2/theme.css">
11+
<link rel="stylesheet" href="assets/theme/v2/css/theme.css">
1212
</head>
1313

1414
<body>

account/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Account Home - Game Foundry Studio</title>
88
<meta name="description" content="Plan the personal account workspace for Game Foundry Studio creators.">
99
<link rel="icon" href="/favicon.svg">
10-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
10+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1111
</head>
1212

1313
<body>

account/preferences.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Preferences - Game Foundry Studio</title>
88
<meta name="description" content="Plan personal workspace preferences for Game Foundry Studio accounts.">
99
<link rel="icon" href="/favicon.svg">
10-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
10+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1111
</head>
1212

1313
<body>

account/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Profile - Game Foundry Studio</title>
88
<meta name="description" content="Plan profile settings for Game Foundry Studio accounts.">
99
<link rel="icon" href="/favicon.svg">
10-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
10+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1111
</head>
1212

1313
<body>

account/security.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Security - Game Foundry Studio</title>
88
<meta name="description" content="Plan security settings for Game Foundry Studio accounts.">
99
<link rel="icon" href="/favicon.svg">
10-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
10+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1111
</head>
1212

1313
<body>

admin/analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Analytics - Game Foundry Studio</title>
77
<meta name="description" content="Plan analytics administration for Game Foundry Studio.">
88
<link rel="icon" href="/favicon.svg">
9-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
9+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1010
</head>
1111
<body>
1212
<div data-partial="header-nav"></div>

admin/design-system.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Design System - Game Foundry Studio</title>
88
<meta name="description" content="Authoritative Theme V2 catalog for Game Foundry Studio.">
99
<link rel="icon" href="/favicon.svg">
10-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
10+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1111
</head>
1212

1313
<body>
@@ -78,7 +78,7 @@ <h2>Theme V2 is the only approved styling surface.</h2>
7878
<p><strong>Approved Theme V2 ownership file:</strong>
7979
<code>theme.css</code></p>
8080
<p><strong>Example usage:</strong>
81-
<code>&lt;link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css"&gt;</code>
81+
<code>&lt;link rel="stylesheet" href="../assets/theme/v2/css/theme.css"&gt;</code>
8282
</p>
8383
<p><strong>Current consumers:</strong> Theme V2 Admin pages, root Tools pages,
8484
shared header and footer partials, and first-class tool surfaces when they

admin/moderation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Moderation - Game Foundry Studio</title>
77
<meta name="description" content="Plan moderation administration for Game Foundry Studio.">
88
<link rel="icon" href="/favicon.svg">
9-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
9+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1010
</head>
1111
<body>
1212
<div data-partial="header-nav"></div>

admin/roles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Roles - Game Foundry Studio</title>
77
<meta name="description" content="Plan role administration for Game Foundry Studio.">
88
<link rel="icon" href="/favicon.svg">
9-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
9+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1010
</head>
1111
<body>
1212
<div data-partial="header-nav"></div>

admin/site-settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Site Settings - Game Foundry Studio</title>
77
<meta name="description" content="Plan global site settings for Game Foundry Studio.">
88
<link rel="icon" href="/favicon.svg">
9-
<link rel="stylesheet" href="../assets/theme/v2/css/theme/v2/theme.css">
9+
<link rel="stylesheet" href="../assets/theme/v2/css/theme.css">
1010
</head>
1111
<body>
1212
<div data-partial="header-nav"></div>

0 commit comments

Comments
 (0)