Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Agent-Logs-Url: https://github.com/PunGrumpy/logixlysia/sessions/49e95fe4-c3fd-4074-9a2d-63623b4da969
Co-authored-by: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Agent-Logs-Url: https://github.com/PunGrumpy/logixlysia/sessions/49e95fe4-c3fd-4074-9a2d-63623b4da969
/changelog page with auto-refreshing release data
|
@copilot I want to integrate https://streamdown.ai/docs/getting-started streamdown to changelog for better experience |
Co-authored-by: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Agent-Logs-Url: https://github.com/PunGrumpy/logixlysia/sessions/b54fded0-cf87-48ef-a001-baa170d10251
Implemented in commit
Screenshot: Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
/changelog page with auto-refreshing release data/changelog page with auto-refreshing release data and Streamdown rendering
|
@copilot on main section add "px-4" |
Co-authored-by: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Agent-Logs-Url: https://github.com/PunGrumpy/logixlysia/sessions/0e8786ca-d19e-4ad8-8e94-639a51b0247c
Co-authored-by: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Agent-Logs-Url: https://github.com/PunGrumpy/logixlysia/sessions/0e8786ca-d19e-4ad8-8e94-639a51b0247c
Done in commit Added Screenshot: Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
/changelog page with auto-refreshing release data and Streamdown rendering/changelog page with auto-refreshing release data, Streamdown rendering, and improved page padding
Description
Adds a dedicated
/changelogpage that pulls latest GitHub releases for a configurable repository and renders version, release notes, and published date. The page uses server-side fetching with timed revalidation so release data stays current without manual updates.Based on feedback, changelog markdown rendering was upgraded to Streamdown and the main changelog container spacing was refined with horizontal padding for better mobile/edge readability.
Changelog route
apps/docs/app/changelog/page.tsxas a server-rendered page.repos/{owner}/{repo}/releasesfrom GitHub.Data freshness
revalidate: 3600) to keep content up-to-date.GITHUB_REPO_OWNER(default:PunGrumpy)GITHUB_REPO_NAME(default:logixlysia)GITHUB_TOKENfor authenticated GitHub API requestsStreamdown integration
streamdowndependency to docs app.<pre>release note rendering with a Streamdown-based client component:apps/docs/app/changelog/release-markdown.tsxapps/docs/app/layout.tsximportsstreamdown/styles.cssapps/docs/app/globals.cssincludes@source "../../../node_modules/streamdown/dist/*.js";Layout refinement from review feedback
px-4to the changelog page<main>container (including fallback/error render path) to improve horizontal spacing on smaller viewports.Navigation
Changeloglink to top nav inapps/docs/lib/layout.tsx.Related Issues
Checklist
Screenshots (if applicable)
Updated UI screenshot after
px-4change:/tmp/playwright-logs/page-2026-03-24T05-47-36-543Z.pngAdditional Notes
No docs-app test harness currently exists in this repo, so no new tests were added as part of this scoped change.
Dependency advisory check for
streamdown@2.5.0reported no known vulnerabilities, and CodeQL reported no new alerts.Original prompt
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.