vault backup: 2026-05-14 15:56:33
This commit is contained in:
parent
5a29ccc9bc
commit
c3f75e2f49
3 changed files with 10 additions and 2 deletions
2
.obsidian/plugins/hoarder-sync/data.json
vendored
2
.obsidian/plugins/hoarder-sync/data.json
vendored
|
|
@ -4,7 +4,7 @@
|
|||
"syncFolder": "Hoarder",
|
||||
"attachmentsFolder": "Hoarder/attachments",
|
||||
"syncIntervalMinutes": 60,
|
||||
"lastSyncTimestamp": 1778766983693,
|
||||
"lastSyncTimestamp": 1778770583912,
|
||||
"updateExistingFiles": false,
|
||||
"excludeArchived": true,
|
||||
"onlyFavorites": false,
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue