Skip to content

Commit 3ace170

Browse files
jonkaftongumaerc
andauthored
Certificate page UI (#2429)
* Certificate page * Remove unused * Update to use fixed series name and product_name for main title * Updates for mobile design * Apply responsive design at tablet widths * Update paths to qualify course/program. Feed in data from updated certificate APIs * Clean up * Update mitxonline api client * fix upstream issue with course with course runs return type changing * More upstream fixes * Fix page props * Upgrade @mitodl/mitxonline-api-axios --------- Co-authored-by: Carey Gumaer <[email protected]>
1 parent a2bc6c7 commit 3ace170

File tree

12 files changed

+599
-16
lines changed

12 files changed

+599
-16
lines changed

frontends/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ol-test-utilities": "0.0.0"
3131
},
3232
"dependencies": {
33-
"@mitodl/mitxonline-api-axios": "2025.8.12",
33+
"@mitodl/mitxonline-api-axios": "2025.8.18",
3434
"@tanstack/react-query": "^5.66.0",
3535
"axios": "^1.6.3"
3636
}

frontends/main/next.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,7 @@ const nextConfig = {
9292
images: {
9393
remotePatterns: [
9494
{
95-
protocol: "http",
9695
hostname: "**",
97-
port: "",
98-
pathname: "**",
99-
},
100-
{
101-
protocol: "https",
102-
hostname: "**",
103-
port: "",
104-
pathname: "**",
10596
},
10697
],
10798
},
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)