Commit Graph

18 Commits

Author SHA1 Message Date
OpenClaw Agent
1ea5ac60cc feat: Postgres CRUD backend for card text field
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 5s
- schema.sql: card_text table (single-row, id=1) with content + updated_at
- server.js: Express + pg server with CRUD API:
    GET    /api/text  — read current text
    PUT    /api/text  — create / update text
    DELETE /api/text  — reset to default lorem ipsum
- package.json: express + pg dependencies (converts project to Node type)
- index.html: card now loads text from DB, inline Edit / Save / Cancel
  controls, Reset button with confirm dialog, last-updated timestamp

DB: testapp (appuser) on localhost:5432

Closes #8
2026-03-13 15:12:51 +00:00
OpenClaw Agent
818d09f7e2 fix: change card glow from blue to green (closes #7)
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 3s
2026-03-13 14:20:15 +00:00
OpenClaw Agent
277ac79421 feat: wrap lorem ipsum in styled card with blue glow (closes #6)
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 14:05:14 +00:00
OpenClaw Agent
31f46869f2 fix: add emojis to h1 title (closes #4)
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 1s
2026-03-13 13:55:04 +00:00
3d284f80bc Use openclaw token; drop admin basic auth; auto-register webhook
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 13:43:22 +00:00
OpenClaw Agent
695ad3c9c6 feat: theme switcher with light mode as default
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
- Added CSS custom properties for light and dark themes
- Light mode is the default (data-theme="light" on <html>)
- Toggle button fixed top-right: switches between light/dark
- Preference persisted in localStorage so it survives page reloads

Closes #5
2026-03-13 13:41:14 +00:00
8ca647187d Add lorem ipsum paragraph beneath heading — closes #3
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 1s
2026-03-13 10:31:02 +00:00
54a0221e18 Embed feedback-tool widget
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:27:53 +00:00
3296698a50 index.html aktualisiert
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:18:24 +00:00
beaddf042a Deploy verification commit — 2026-03-13 10:11:00 UTC
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:11:00 +00:00
c722374b96 index.html aktualisiert
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:09:32 +00:00
f749c1dab5 index.html aktualisiert
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:08:12 +00:00
220818a82f Fix: always delete+restart node process on deploy; add no-cache via registry
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:05:42 +00:00
9520eb170f index.html aktualisiert
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:01:22 +00:00
84b88468bd index.html aktualisiert
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 09:58:53 +00:00
b639a01b13 Update deploy workflow: use registry instead of Harbor
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 09:56:41 +00:00
7b09f26d4a Add deploy workflow
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 8s
2026-03-13 09:46:24 +00:00
81f01bd0b7 Add index.html with Hello World — closes #1 2026-03-13 09:42:02 +00:00