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

react-ui-org / react-ui
61%

Build:
DEFAULT BRANCH: master
Repo Added 02 Aug 2023 09:38PM UTC
Files 28
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-claude-github-actions-1774302206842
  • bc/417-system-fonts
  • bc/461
  • bc/461-2
  • bc/487-render-as-required
  • bc/drop-neutral-colors-alert-card
  • bc/split-ruiprovider
  • bug/file-input-reset-interal-ref
  • bugfix/fix-modal-closing
  • bugfix/misplaced-popover-floating-ui
  • bugfix/modal-close-when-selection-outside
  • bugfix/scrollview-arrows-not-hiding
  • claude/plan-branch-deployments-GLRiC
  • docs/claude
  • docs/form-layout-custom-field
  • docs/improve-classNames-docs
  • docs/minor-tweaks
  • documentation/playwright-test-rules-documentation
  • documentation/update-symlinks
  • feature/244-custom-file-input-field
  • feature/468-modal-colors
  • feature/button-in-form-layout
  • feature/controlled-popover
  • feature/custom-card-disabled-border
  • feature/export-is-children-empty
  • feature/fileinputfield-drop-here-text
  • feature/input-group-helper-text
  • feature/popover-z-index
  • feature/undefined-instead-of-null
  • fix/664
  • fix/card-border
  • fix/pr-preview-css
  • hotfix/reset-file-input-field
  • maintenance/650
  • maintenance/685
  • maintenance/687
  • maintenance/codeowners-take-2
  • maintenance/github-workflows-upgrade-ubuntu
  • maintenance/release-draft
  • master
  • modal-jest-to-playwright
  • next
  • refactor/sass-if
  • refactoring/587-ts
  • refactoring/action-jest-to-playwright
  • refactoring/fileinput-jest-to-playwright
  • refactoring/inputs-jest-to-playwright
  • refactoring/layouts-jest-to-playwright
  • refactoring/miscellaneous-jest-to-playwright
  • refactoring/modal-jest-to-playwright
  • refactoring/popover-jest-to-playwright
  • refactoring/scrollview-jest-to-playwright
  • refactoring/transform-typescript
  • release/v0.58.0
  • release/v0.59.0
  • release/v0.59.1
  • release/v0.59.2
  • release/v0.59.3
  • release/v0.60.0
  • release/v0.61.0
  • release/v0.62.0
  • release/v0.63.0
  • release/v0.63.1
  • task/587
  • task/630
  • task/678
  • task/705
  • task/claude-integration
  • task/partially-disably-codeowners
  • task/popover-z-index-token
  • task/tighten-engines
  • task/update-deps-april-2026
  • task/update-deps-nov-2025

04 Jul 2026 12:30PM UTC coverage: 60.829%. Remained the same
28735875142

push

github

bedrich-schindler
Add Claude Code project configuration with chrome-host MCP bridge for browser automation

Introduce CLAUDE.md and a .claude/ directory so Claude Code works from the
project's documented conventions instead of guessing.

* CLAUDE.md — entry doc: project overview, the devcontainer command workflow,
  and an index of rules, agents and the `/commit` skill.
* .claude/rules/ — always-on rules (code, git, safety-guards) and path-scoped
  rules (frontend, styling, testing, docs) carrying the project conventions.
* .claude/skills/commit/ — the `/commit` skill for committing per project rules.
* .claude/agents/code-reviewer.md — a repo-tailored review agent.
* .claude/settings.json — scoped command permissions and enables the
  `chrome-host` MCP server (plus the GitHub and Context7 plugins).

Speaking of chrome-host MCP bridge:

Add tooling that lets an MCP-capable assistant in the `devcontainer` drive
Chrome running on the host via `chrome-devtools-mcp` over the Chrome DevTools
Protocol.

Because the container can only reach the host through `host.docker.internal`
and Chrome's DevTools endpoint rejects non-IP `Host` headers, a small loopback
proxy (`cdp_proxy.py`) runs inside the `node` container and forwards to host
Chrome, so the `Host` Chrome sees stays `127.0.0.1`.

Includes the host launcher (`start-host-chrome.sh`, throwaway profile opening
the docs site), the in-container launcher and entry scripts, native-Docker
host-gateway setup, MCP registration for Claude/Copilot (`.mcp.json`) and
OpenCode (`opencode.json`), and documentation.

105 of 204 branches covered (51.47%)

Branch coverage included in aggregate %.

159 of 230 relevant lines covered (69.13%)

6.73 hits per line

Relevant lines Covered
Build:
Build:
230 RELEVANT LINES 159 COVERED LINES
6.73 HITS PER LINE
Source Files on master
  • Tree
  • List 28
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28735875142 master Add Claude Code project configuration with chrome-host MCP bridge for browser automation Introduce CLAUDE.md and a .claude/ directory so Claude Code works from the project's documented conventions instead of guessing. * CLAUDE.md — entry doc: pr... push 05 Jul 2026 09:13AM UTC bedrich-schindler github
60.83
28735420544 task/update-deps-april-2026 Merge b9401e926 into 2ea3e1f86 Pull #710 05 Jul 2026 08:55AM UTC web-flow github
60.83
28706320099 task/update-deps-april-2026 Merge 45a471441 into 2ea3e1f86 Pull #710 04 Jul 2026 12:33PM UTC web-flow github
60.83
28706209280 task/claude-integration Merge bb0da69cf into 3cb7a8af1 Pull #717 04 Jul 2026 12:29PM UTC web-flow github
60.83
28705745115 task/claude-integration Merge a4221b687 into 3cb7a8af1 Pull #717 04 Jul 2026 12:09PM UTC web-flow github
60.83
28700906682 master Add `z-index` theme token and `visibility` to `Popover` `placementStyle` - Add `--rui-Popover__z-index` token (default: `auto`) so consumers can control the Popover's stacking context without needing attribute selectors or class injection. - ... push 04 Jul 2026 08:45AM UTC adamkudrna github
60.83
28651506104 master Add `z-index` theme token and `visibility` to `Popover` `placementStyle` - Add `--rui-Popover__z-index` token (default: `auto`) so consumers can control the Popover's stacking context without needing attribute selectors or class injection. - ... push 03 Jul 2026 09:27AM UTC adamkudrna github
60.83
28579465896 master Add `z-index` theme token and `visibility` to `Popover` `placementStyle` - Add `--rui-Popover__z-index` token (default: `auto`) so consumers can control the Popover's stacking context without needing attribute selectors or class injection. - ... push 02 Jul 2026 09:23AM UTC adamkudrna github
60.83
28533723030 docs/form-layout-custom-field Merge febdea19f into 3cb7a8af1 Pull #699 01 Jul 2026 04:52PM UTC web-flow github
60.83
28509388734 master Introduce `devcontainer` service container based development environment (#705) All development is now done inside the container named `devcontainer` which contains all necessary tools and dependencies. The devcontainer orchestrates other service... push 01 Jul 2026 10:00AM UTC bedrich-schindler github
60.83
See All Builds (1588)
  • 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