Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
72bdff8
Add v2 dashboard with burn-up chart and policy area pages
xrendan Mar 10, 2026
045a44c
Remove superseded status from v2 pages
xrendan Mar 10, 2026
5c6fc48
Remove success criteria and partially_met status from commitment deta…
xrendan Mar 10, 2026
1f1c8c8
Fix burn-up chart not showing started commitments
xrendan Mar 11, 2026
02208b6
Add activity feed page with filtering and pagination
xrendan Mar 12, 2026
ce9f22c
Update overview page and sync lockfile
xrendan Mar 12, 2026
e547edd
Add ministries page, chart component, and refactor dashboard to clien…
xrendan Mar 18, 2026
1b424c3
Add Platform tab, consistent Build Canada colours, and source attribu…
xrendan Mar 19, 2026
e3f519b
Wrap commitments page in Suspense boundary for useSearchParams
xrendan Mar 19, 2026
cb8f08f
Fix production build: dynamic pages, Suspense boundary, and error pag…
xrendan Mar 19, 2026
aebb086
Use no-store fetch to prevent static prerendering of server pages
xrendan Mar 19, 2026
637b404
Read API_URL env var for server-side fetches at runtime
xrendan Mar 19, 2026
a0f6e53
Restore 5-minute server-side cache for API fetches
xrendan Mar 19, 2026
e725d59
Redesign v2 homepage: branding, layout, and responsive improvements
xrendan Mar 23, 2026
ff61407
Add cookie-based password protection for the tracker
xrendan Mar 23, 2026
22ccedd
Add v2 dashboard pages and remove legacy v1 routes
xrendan Mar 23, 2026
35b8305
Fix password page button visibility with inline styles
xrendan Mar 23, 2026
f0ffc68
Add source attribution to recent activity and improve source cards
xrendan Mar 23, 2026
1099d4b
Refactor commitment detail page layout and UX
xrendan Mar 23, 2026
6816567
Rename chart to "Progress to Date" and update FAQs
xrendan Mar 23, 2026
ba251d0
Rename abandoned status to broken and auto-auth in dev
xrendan Mar 24, 2026
1fa9376
Update FAQ copy for tracker evaluation
xrendan Mar 24, 2026
8cb0f2c
Add dynamic OG images for tracker and ministry pages
xrendan Mar 24, 2026
e9b7bfa
Remove static twitter:image so dynamic OG image is used instead
xrendan Mar 24, 2026
9d4312c
Allow OG image routes through password protection middleware
xrendan Mar 24, 2026
d71f8d7
Remove password protection from tracker
xrendan Mar 24, 2026
88835e8
Fix OG image count mismatch and add cache-busting
xrendan Mar 25, 2026
9d7f78d
Replace Simple Analytics with PostHog
xrendan Mar 25, 2026
154cf15
Match legend order to waffle chart order in ministry cards
macoyj Mar 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
NEXT_PUBLIC_API_URL=https://www.buildcanada.com/tracker/api/v1
NEXT_PUBLIC_API_URL=https://www.buildcanada.com/tracker/api/v1
NEXT_PUBLIC_POSTHOG_KEY=
40 changes: 0 additions & 40 deletions app/[department]/_constants.ts

This file was deleted.

111 changes: 0 additions & 111 deletions app/[department]/layout.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions app/[department]/page.tsx

This file was deleted.

120 changes: 0 additions & 120 deletions app/[department]/promises/[promise_id]/page.tsx

This file was deleted.

79 changes: 0 additions & 79 deletions app/about/page.tsx

This file was deleted.

Loading