From f8327521185cdd2329c4a794e4453bf167db58cd Mon Sep 17 00:00:00 2001 From: Carlos Arias Date: Fri, 24 Jul 2026 02:52:55 +0000 Subject: [PATCH] changelog: log this session's admin fixes + attribution/self-logging --- api/cli/seed-changelog.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/cli/seed-changelog.php b/api/cli/seed-changelog.php index 02fec9e..3187b81 100644 --- a/api/cli/seed-changelog.php +++ b/api/cli/seed-changelog.php @@ -49,6 +49,11 @@ $entries = [ ['added', 'Image and video uploads', 'Drop in a photo or clip; it is optimised on upload and placed straight into the page.', '2026-07-23 23:40'], ['added', 'Projects built from a brief', 'Describe a project and hand over the images — the agent writes the case study, groups the skills, and captions each shot.', '2026-07-24 00:05'], ['added', 'The Web Designer agent', 'A design agent for any page: give it a brief — instructions, a draft, images, video links — and it designs and publishes, working through a task queue.', '2026-07-24 00:40'], + ['bug', 'Admin dropdowns unreadable in dark mode', 'The page and status menus rendered white-on-white when the admin was in dark mode.', '2026-07-24 02:34'], + ['fixed', 'Admin dropdowns themed', 'Select menus now use the page palette in both light and dark, so the options are readable.', '2026-07-24 02:35'], + ['fixed', 'Admin sign-in screen tidied', 'The login form and the signed-in panel no longer show at once; signing in now offers quick links to the Web Designer and projects.', '2026-07-24 02:36'], + ['added', 'Changelog credits its authors', 'Every entry now shows who made the change — the site owner, or an agent that made it itself.', '2026-07-24 02:45'], + ['added', 'The Web Designer logs its own work', 'Each change the design agent publishes is recorded here automatically, credited to the agent.', '2026-07-24 02:47'], ]; Db::execute('TRUNCATE TABLE cja_changelog');