22 Commits

Author SHA1 Message Date
space b68eac587a Merge pull request 'Improve Mobile UI' (#4) from feature/mobile-ui into main
Deploy / Build (push) Successful in 30s
Deploy / Test & Lint (push) Successful in 43s
Deploy / Build and Push Docker Image (push) Successful in 1m40s
Reviewed-on: #4
2026-08-01 01:50:10 +02:00
space ce2d9d9f77 fix(ui): un-cramp the requests filter row
Deploy / Build (pull_request) Successful in 1m15s
Deploy / Test & Lint (pull_request) Successful in 53s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
The state pills and the agent select sat 10px apart, and the pill row was
sliced mid-chip at the viewport edge with nothing to say it scrolled.

- New `ScrollRow`: fades whichever edge still has content behind it, so a
  clipped chip reads as "scroll for more" instead of as a broken layout.
  Reused for the admin and connect-modal tab strips.
- Drop scroll-snap from the pill row. It clamped the resting scrollLeft to the
  container's 12px padding, so the first chip sat flush against the screen edge
  with no gutter; flick-snapping through short chips felt wrong regardless.
- Breathing room: pills to select 10px -> 14px, filters to list 16px -> 20px.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 01:19:30 +02:00
space 43040b2ac8 Allowed "*" as a CORS_DOMAINS entry which overrides the cors middleware
Deploy / Build (pull_request) Successful in 26s
Deploy / Test & Lint (pull_request) Successful in 32s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
2026-08-01 00:53:56 +02:00
space 0c49b132ee feat(ui): make the UI feel native on mobile
Deploy / Build (pull_request) Successful in 49s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
Deploy / Test & Lint (pull_request) Successful in 34s
Reworks the frontend around phone-first interaction patterns and makes the
app installable to a home screen.

Shell
- Bottom tab bar (Home / Requests / Agents / Alerts / Settings) below `md`,
  with the unread badge moved onto the Alerts tab; the bell stays on desktop.
- Account menu opens as a bottom sheet on phones, dropdown on desktop.
- Safe-area insets throughout: `viewport-fit=cover` plus `env(safe-area-inset-*)`
  on the sticky header, tab bar and sheet footers.

Sheets
- New `Sheet` primitive: drag-to-dismiss bottom sheet on phones, centred dialog
  from `sm` up. `Modal` now delegates to it, so every dialog inherits the
  gesture, the scroll lock and the safe-area padding.
- Portalled to `<body>` — an ancestor with a transform (the page fade-in) was
  otherwise becoming the containing block and displacing the fixed overlay.
- Scroll lock pins `<body>` and restores position, which iOS needs; plain
  `overflow: hidden` still rubber-bands there.
- `ConfirmSheet` replaces `window.confirm` for destructive actions.

Screens
- Request detail gets a sticky decision bar above the tab bar; the sidebar
  decision card is now desktop-only.
- Requests state filter becomes a swipeable pill row instead of a select.
- Agent cards show two primary actions plus an overflow sheet on phones.
- Diffs and code blocks contain their horizontal overscroll so a sideways swipe
  no longer triggers browser back; diffs gain a line-wrap toggle.
- `min-w-0` on grid tracks — items default to `min-width: auto`, so truncated
  meta lines were widening columns past the viewport at 320px.

Touch and input
- 44px minimum touch targets, `:active` press feedback, no tap highlight.
- 16px inputs on coarse pointers so iOS stops zooming on focus.
- autocomplete/inputmode hints so password managers and keyboards behave.
- `overscroll-behavior-y: none` disables pull-to-refresh; motion respects
  `prefers-reduced-motion`.

PWA
- Manifest, generated app icons (192/512/apple-touch) and standalone display
  metadata, so the app installs to a home screen without browser chrome.
- Backend serves `.webmanifest` as `application/manifest+json`; rjweb's type
  map has no entry for it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 00:43:48 +02:00
space 5ddb56ef97 build: add a compose file that builds the image locally
docker-compose.yml pulls registry.reversed.dev. This variant builds from the
checkout instead and needs no .env — every variable falls back to a working
localhost default, so the stack comes up ready to register the first admin.

Also exposes Postgres on 5434 (clear of the dev database on 5433) and adds a
backend healthcheck so `depends_on` ordering is meaningful.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 00:43:35 +02:00
luna 49d0b55766 fix(ui): show full dashboard request titles on mobile
Deploy / Build (pull_request) Successful in 28s
Deploy / Test & Lint (pull_request) Successful in 38s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
Deploy / Build (push) Successful in 28s
Deploy / Test & Lint (push) Successful in 31s
Deploy / Build and Push Docker Image (push) Successful in 1m50s
2026-07-22 20:49:37 +00:00
luna 91177230d7 fix(ui): fit request controls and titles on mobile
Deploy / Build (pull_request) Successful in 26s
Deploy / Test & Lint (pull_request) Successful in 35s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
2026-07-22 20:48:47 +00:00
luna 9d22985e1a fix(ui): prevent page-level horizontal overflow on mobile
Deploy / Test & Lint (pull_request) Successful in 31s
Deploy / Build (pull_request) Successful in 30s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
2026-07-22 20:46:10 +00:00
luna 04aff2bac8 fix(auth): use host-only cookies for IP deployments
Deploy / Build (pull_request) Successful in 33s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
Deploy / Test & Lint (pull_request) Successful in 48s
2026-07-22 20:39:02 +00:00
luna d46b0b4920 fix(auth): retain session cookies on IP deployments
Deploy / Build (pull_request) Successful in 37s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
Deploy / Test & Lint (pull_request) Successful in 36s
2026-07-22 20:37:44 +00:00
luna eceb926d91 feat(ui): improve mobile browser support 2026-07-22 20:16:16 +00:00
space b95811a4e5 updated docs mcp tool to include a notice for openclaw agents to poll for updates on requests
Deploy / Build (push) Successful in 45s
Deploy / Test & Lint (push) Failing after 32s
Deploy / Build and Push Docker Image (push) Has been skipped
2026-07-20 22:00:34 +02:00
space 93fd6ec51d Merge pull request 'fix: restore spacing between request cards' (#2) from fix/card-spacing into main
Deploy / Build (push) Successful in 30s
Deploy / Test & Lint (push) Successful in 36s
Deploy / Build and Push Docker Image (push) Successful in 1m32s
Reviewed-on: #2
2026-07-19 23:04:00 +02:00
luna 362c74503d fix: restore spacing between request cards
Deploy / Build (pull_request) Successful in 27s
Deploy / Test & Lint (pull_request) Successful in 35s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
2026-07-19 21:01:45 +00:00
luna 313ace0684 Merge pull request 'feat: prefill agent-edit modal, Ctrl+Enter for all modals, improved README' (#1) from feature/prefill-ctrlenter-readme into main
Deploy / Build (push) Successful in 27s
Deploy / Test & Lint (push) Successful in 33s
Deploy / Build and Push Docker Image (push) Successful in 1m43s
2026-07-19 22:43:54 +02:00
luna dfa0c55e3c feat: prefill agent-edit modal, Ctrl+Enter submits modals, improve README
Deploy / Build (pull_request) Successful in 29s
Deploy / Test & Lint (pull_request) Successful in 32s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
- AgentFormModal: sync form state to current agent values when the modal
  opens (useEffect on open/agent), so edit always shows the agent's
  current name, description, website, icon URL, and max-pending value.
- Modal: add optional onSubmit prop; Ctrl+Enter (or ⌘+Enter) fires it,
  covering AgentFormModal, DecisionModal, and both Settings modals
  (disable 2FA, delete account) without breaking textarea newlines or
  text-input behaviour.
- README: substantially expanded — purpose, capabilities, architecture,
  quick-start with Docker Compose, dev setup, testing, agent integration
  (OpenClaw, generic MCP, REST), and privacy notes.
- TODO.md: remove three completed items (prefill modal, Ctrl+Enter, human
  readme).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-19 20:39:43 +00:00
Space-Banane 4ec8ae0273 feat: update TODO.md with new items for human readme and mobile friendly improvements [skip ci] 2026-07-18 21:22:26 +02:00
Space-Banane acee76f76e feat: update TODO.md with new items for data hoster notice and mobile friendly improvements
Deploy / Build (push) Successful in 40s
Deploy / Test & Lint (push) Successful in 1m8s
Deploy / Build and Push Docker Image (push) Successful in 2m10s
2026-07-18 21:21:36 +02:00
Space-Banane fab0fe3da8 feat: add TODO.md for feature enhancements and UX improvements
Deploy / Build (push) Successful in 28s
Deploy / Test & Lint (push) Successful in 37s
Deploy / Build and Push Docker Image (push) Successful in 1m41s
2026-07-18 21:13:59 +02:00
Space-Banane 220dc896d1 fix: improve deployment workflow by optimizing dependency installation and updating database URLs
Deploy / Build (push) Successful in 47s
Deploy / Test & Lint (push) Successful in 46s
Deploy / Build and Push Docker Image (push) Successful in 1m35s
2026-07-18 20:26:57 +02:00
Space-Banane b47077d0cb fix: update TEST_DATABASE_URL to use service name for Docker
Deploy / Build (push) Successful in 28s
Deploy / Test & Lint (push) Failing after 29s
Deploy / Build and Push Docker Image (push) Has been skipped
2026-07-18 20:23:51 +02:00
Space-Banane 7e05dd918c Patchpass V1
Deploy / Build (push) Successful in 28s
Deploy / Test & Lint (push) Failing after 29s
Deploy / Build and Push Docker Image (push) Has been skipped
2026-07-18 20:14:44 +02:00