vault backup: 2026-05-06 12:12:58

This commit is contained in:
Vadym Samoilenko 2026-05-06 12:12:58 +01:00
parent c262d708e2
commit 6a982bd115
3 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1778056452638,
"lastSyncTimestamp": 1778060046153,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -10,7 +10,7 @@ server: optical-dev
tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb]
created: 2026-04-14
last_commit: 2026-05-06
commits: 366
commits: 367
port: 8000
db: MongoDB Atlas
service: docker-compose

View file

@ -20,3 +20,6 @@ tags: [daily]
- 09:58 | `video-accessibility`
- **Asked:** Fixed TypeScript type errors in ShareView decision state comparisons | Added 'submitting' state to type union and fixed conditional rendering logic | .claude/settings.local.json, frontend/src/routes/ShareView.tsx
- **Done:** Fixed TypeScript type errors in ShareView decision state comparisons | Added 'submitting' state to type union and fixed conditional rendering logic | .claude/settings.local.json, frontend/src/routes/ShareView.tsx
- 12:11 | `video-accessibility`
- **Asked:** Fix TypeScript type mismatch in ShareView.tsx where decisionState comparison doesn't match union type.
- **Done:** Fixed type errors in ShareView.tsx and pushed changes to Bitbucket, provided deploy script and server instructions.