• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agentic-dev-library / thumbcode
23%

Build:
DEFAULT BRANCH: main
Repo Added 18 Jan 2026 06:46AM UTC
Files 82
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • claude/restore-env-example-aAg1S
  • dependabot/npm_and_yarn/npm_and_yarn-43fdf816a0
  • dependabot/npm_and_yarn/npm_and_yarn-ab4d8f00f8
  • docs/api-documentation-2563947611921949267
  • docs/deployment-release-11422378162109445000
  • feat-agent-intelligence-system-10155413811753389640
  • feat-foundational-infra-1906573889307548674
  • feat-state-management-and-ui-foundation-6141280862616348688
  • feat/accessibility-improvements-10249823611879095406
  • feat/agent-orchestration-system
  • feat/astro-docs-site
  • feat/brand-paint-daube-icons
  • feat/environment-configuration
  • feat/github-device-flow-auth
  • feat/implement-core-services-6478549820192247366
  • feat/isomorphic-git-service
  • feat/issue-12-realtime-chat
  • feat/issue-13-component-library
  • feat/issue-14-app-screens
  • feat/issue-16-error-handling
  • feat/issue-17-performance-optimization
  • feat/monorepo-consolidation
  • feat/production-ui-ux-research
  • feat/render-staging-infrastructure
  • feat/secure-credential-storage
  • feat/security-hardening-12805103198795767328
  • feat/staging-e2e-pipeline-18166489273768641784
  • feat/zustand-state-management
  • fix/codeql-security-workflow-issues
  • fix/consolidate-state-stores
  • fix/docs-deployment
  • fix/docs-landing-page
  • fix/expo-go-compatibility-docs
  • fix/git-diff-implementation
  • fix/main-lint-errors
  • fix/production-styling-cleanup
  • fix/staging-deployment-config
  • fix/typedoc-path
  • refactor-index-component-tech-stack-7240317358581250119

19 Jan 2026 09:43AM UTC coverage: 23.03% (+0.08%) from 22.95%
21132603660

push

github

web-flow
refactor(ui): standardize organic border-radius with shared constants (#93)

* fix(docs): correct Starlight social config and workflow dist path

- Change social config from array to object format for Starlight compatibility
- Fix find command to use docs-dist instead of dist in workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* refactor(ui): standardize organic border-radius with shared constants

Create centralized organic-styles.ts module with ViewStyle/TextStyle
constants for the P3 "Warm Technical" design system. Update core UI
components to use these constants instead of inline magic numbers.

Components updated:
- welcome.tsx: Use hero, card, cta organic radii
- Card.tsx: Use card organic radius
- Button.tsx: Use button organic radius, extract color constants
- Modal.tsx: Use modal and button organic radii
- Toast.tsx: Use toast organic radius
- Badge.tsx: Use badge organic radius
- Input.tsx: Use textInput organic radius

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* refactor(chat): use organic border-radius constants

Update chat screen to use centralized organic style constants
for buttons and badge elements instead of inline values.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* refactor(ui): complete organic border-radius standardization

- Standardize all 30 files to use organicBorderRadius constants
- Fix Stack component to accept StyleProp<ViewStyle> for array styles
- Remove 555 lines of inline border-radius code
- Run lint:fix to fix import ordering
- Add .expo/ to .gitignore
- All 233 tests pass, TypeScript passes

Files updated:
- All app screens (onboarding, tabs, settings, project, agent)
- All display components (Badge, EmptyState, Tooltip)
- All feedback components (BottomSheet, Loading, Progress, Toast)
- All form components (Checkbox, Select, TextArea)
- Layout components (Stack with StyleProp fix)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: address PR review fee... (continued)

278 of 1860 branches covered (14.95%)

Branch coverage included in aggregate %.

6 of 12 new or added lines in 6 files covered. (50.0%)

3 existing lines in 3 files now uncovered.

742 of 2569 relevant lines covered (28.88%)

1.63 hits per line

Relevant lines Covered
Build:
Build:
2569 RELEVANT LINES 742 COVERED LINES
1.63 HITS PER LINE
Source Files on main
  • Tree
  • List 82
  • Changed 34
  • Source Changed 34
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21132603660 main refactor(ui): standardize organic border-radius with shared constants (#93) * fix(docs): correct Starlight social config and workflow dist path - Change social config from array to object format for Starlight compatibility - Fix find command to ... push 19 Jan 2026 09:43AM UTC web-flow github
23.03
21127313009 main feat(docs): add landing page for docs site root (#79) * fix(docs): correct Starlight social config and workflow dist path - Change social config from array to object format for Starlight compatibility - Fix find command to use docs-dist instead ... push 19 Jan 2026 06:16AM UTC web-flow github
22.95
21127094400 main fix(docs): correct TypeDoc entry point path (#78) * fix(docs): correct Starlight social config and workflow dist path - Change social config from array to object format for Starlight compatibility - Fix find command to use docs-dist instead of d... push 19 Jan 2026 06:05AM UTC web-flow github
22.95
21126941059 main fix(docs): correct Starlight social config and workflow dist path (#77) * fix(docs): correct Starlight social config and workflow dist path - Change social config from array to object format for Starlight compatibility - Fix find command to use ... push 19 Jan 2026 05:58AM UTC web-flow github
22.95
21126277366 main feat(docs): upgrade to Astro Starlight documentation site (#74) Upgrades the documentation site from legacy docs structure to Astro Starlight, providing a modern, searchable documentation experience. ## Key Changes - New Astro Starlight document... push 19 Jan 2026 05:21AM UTC web-flow github
22.95
21126195621 main feat(auth): implement GitHub Device Flow authentication (#72) Implements GitHub Device Flow OAuth authentication for ThumbCode, enabling users to connect their GitHub accounts securely from mobile devices. ## Key Changes - GitHubAuthService with... push 19 Jan 2026 05:17AM UTC web-flow github
22.56
21126085769 main feat(brand): implement procedural paint daube SVG icon system (#71) Implements the procedural paint daube SVG icon system with organic, hand-painted aesthetics that align with ThumbCode's P3 "Warm Technical" brand identity. ## Key Changes - New ... push 19 Jan 2026 05:11AM UTC web-flow github
21.27
21125777267 main style: fix lint errors on main branch (#76) - Organize imports in src/services/index.ts - Fix unused variable in check-expo-compatibility.js Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> push 19 Jan 2026 04:54AM UTC web-flow github
22.5
21125390693 main docs: add Expo Go incompatibility documentation and CI validation (#75) ThumbCode intentionally requires custom development builds due to native security modules (expo-secure-store, expo-local-authentication, react-native-ssl-public-key-pinning).... push 19 Jan 2026 04:32AM UTC web-flow github
22.49
21125236798 main refactor: consolidate services into @thumbcode/core, remove 2.7k LOC dead code (#68) * fix(deploy): add baseUrl for GitHub Pages and disable caching - Add experiments.baseUrl: "/thumbcode" for GitHub Pages subdirectory - Inject no-cache meta tag... push 19 Jan 2026 04:24AM UTC web-flow github
22.49
See All Builds (168)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc