alpha
Login
or
Join now
arthr.me
/
ub
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ub
/
apps
/
web
/
src
/
at
main
4 folders
3 files
Claude Code
fix: address code review issues (race condition, null checks, error handling)
2mo ago
333487af
components
feat: add sidebar navigation and page routing
2 months ago
hooks
feat: add API client and polling hook
2 months ago
lib
feat: add API client and polling hook
2 months ago
pages
fix: address code review issues (race condition, null checks, error handling) - [C1] Add null guard on agent_id before queue promotion in complete handler - [C2] Replace two-step agent lookup+insert with atomic CTE in POST /attendances; remove unused findAvailableAgent/nextQueuePosition imports - [I1] Return 404 when DELETE /agents/:id target does not exist - [I2] Add Team generic to teams.ts .all() call - [I4] Wrap load/handleCreate in try/catch in Agents.tsx and Attendances.tsx; surface errors in UI - [M2] Add apps/web/src/**/*.js to .gitignore - [M3] Validate team_id exists before INSERT in POST /agents Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
App.tsx
fix: address code review issues (race condition, null checks, error handling) - [C1] Add null guard on agent_id before queue promotion in complete handler - [C2] Replace two-step agent lookup+insert with atomic CTE in POST /attendances; remove unused findAvailableAgent/nextQueuePosition imports - [I1] Return 404 when DELETE /agents/:id target does not exist - [I2] Add Team generic to teams.ts .all() call - [I4] Wrap load/handleCreate in try/catch in Agents.tsx and Attendances.tsx; surface errors in UI - [M2] Add apps/web/src/**/*.js to .gitignore - [M3] Validate team_id exists before INSERT in POST /agents Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
index.css
feat: scaffold web project
2 months ago
main.tsx
feat: scaffold web project
2 months ago