From c3f75e2f49fa9fe1107b3fcfa7a1d2e40a4f32d1 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 14 May 2026 15:56:33 +0100 Subject: [PATCH] vault backup: 2026-05-14 15:56:33 --- .obsidian/plugins/hoarder-sync/data.json | 2 +- 01 Projects/modcomms/Mod Comms.md | 7 ++++++- 99 Daily/2026-05-14.md | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index a44bc47..e756d57 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1778766983693, + "lastSyncTimestamp": 1778770583912, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/01 Projects/modcomms/Mod Comms.md b/01 Projects/modcomms/Mod Comms.md index 1440642..692bf11 100644 --- a/01 Projects/modcomms/Mod Comms.md +++ b/01 Projects/modcomms/Mod Comms.md @@ -10,7 +10,7 @@ server: baic tags: [barclays, ai, compliance, proof-review, multi-agent, gcp] created: 2026-04-14 last_commit: 2026-05-14 -commits: 205 +commits: 206 port: 8000 db: PostgreSQL --- @@ -217,6 +217,10 @@ npm run build | 2026-03-16 | Fix LlamaParse 401 + update logo to v5 | ## Sessions +### 2026-05-14 – Added grey placeholder text to Workfront +**Asked:** Added grey placeholder text to Workfront Campaign ID field in Create New Campaign modal showing "WF1234567" format without hashtag/underscores and removed validation warning. +**Done:** Placeholder text implemented and validation warning removed from modal component. + ### 2026-05-14 – Asked | Show grey placeholder text **Asked:** Asked | Show grey placeholder text for Workfront Campaign ID field and remove validation warning **Done:** Done | Removed error validation logic, updated placeholder text to "WF1234567", and cleaned up unused error state declaration @@ -244,6 +248,7 @@ npm run build ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-14 | Campaign ID placeholder | Grey placeholder text format, validation warning removed | CreateNewCampaignModal.tsx | | 2026-05-14 | Create New Campaign modal | Remove validation function, remove error state, update placeholder text | CreateNewCampaignModal.tsx | | 2026-05-14 | Debugging Wizard skill | Server configuration, error handling, document processor | modcomms backend files, server logs | | 2026-05-14 | Rename Legal Agent | Text labels in PDF export, Campaign page, Knowledgebase | PDFExport.tsx, CampaignPage.tsx, Knowledgebase.tsx | diff --git a/99 Daily/2026-05-14.md b/99 Daily/2026-05-14.md index 2b67863..1e87750 100644 --- a/99 Daily/2026-05-14.md +++ b/99 Daily/2026-05-14.md @@ -32,3 +32,6 @@ tags: [daily] - 15:53 (<1min) | `modcomms` - **Asked:** Asked | Show grey placeholder text for Workfront Campaign ID field and remove validation warning - **Done:** Done | Removed error validation logic, updated placeholder text to "WF1234567", and cleaned up unused error state declaration +- 15:55 | `modcomms` + - **Asked:** Added grey placeholder text to Workfront Campaign ID field in Create New Campaign modal showing "WF1234567" format without hashtag/underscores and removed validation warning. + - **Done:** Placeholder text implemented and validation warning removed from modal component.