Thursday, Mar 5, 2026
shippedSupport buttons and mobile UI polish shipped in ogcops v1.2.0
Anurag Verma released ogcops v1.2.0 with new donation support buttons on the homepage and mobile layout improvements, then synced the production branch back into development.
In codercops/ogcops, Verma added Buy Me a Coffee and PayPal support buttons to the Open Source banner section on the homepage [1], styled as ghost buttons to keep them subtle alongside the primary Star on GitHub call-to-action. Both buttons open in new tabs with appropriate icons and work properly on mobile screens. That work landed in pull request #16 [2], which also included comprehensive mobile UI fixes across the editor, navbar, API docs, and preview pages. The API docs page was redesigned with a mobile-first approach using divs instead of tables, a horizontal sticky tab navigator, and contained code blocks. The hamburger menu, which had broken after View Transitions were enabled, was fixed by removing transition:persist from the Header component and relocating the mobile menu inside the header element. The editor's mobile layout was improved with a single scroll column, proper touch targets, and automatic viewport switching.
Verma then released v1.2.0 [3], which encompasses the hero redesign and support buttons. After the release, he synced production back into the dev branch [4] to capture all the changes that had accumulated, including the v1.1.0 mobile improvements from the prior week, branch rename work from main to production, and the new feedback link in the footer.
In codercops/chatcops, Verma laid the foundation for a new monorepo with three packages: @chatcops/core for AI provider abstraction and conversation management across Claude, OpenAI, and Gemini; @chatcops/widget for a 7KB gzip shadow DOM isolated chat widget; and @chatcops/server with Express, Vercel, and Cloudflare adapters [5]. The scaffold includes 85 tests across 17 test files. He also added landing page styles, Starlight theme overrides for dark mode customization, and TypeScript configuration with path aliases [6].
Sources
- feat: add support buttons to homepage OSS section · codercops/ogcops
- feat: add support buttons to homepage OSS section (#16) · codercops/ogcops
- v1.2.0 — Hero Redesign & Support Buttons · codercops/ogcops
- chore: sync production into dev after v1.2.0 release · codercops/ogcops
- feat: initial ChatCops monorepo scaffold · codercops/chatcops
- Add landing page styles, starlight theme overrides, and TypeScript configuration · codercops/chatcops