Skip to content

fix: debug export/import and remove Excel button#14

Merged
BEKO2210 merged 1 commit intomainfrom
claude/restore-github-actions-workflow-oueZr
Mar 8, 2026
Merged

fix: debug export/import and remove Excel button#14
BEKO2210 merged 1 commit intomainfrom
claude/restore-github-actions-workflow-oueZr

Conversation

@BEKO2210
Copy link
Copy Markdown
Owner

@BEKO2210 BEKO2210 commented Mar 8, 2026

Export fixes:

  • Strip Base64 photo data from JSON exports to prevent huge files that fail to download on mobile devices

Import fixes:

  • Better JSON parse error message
  • Allow import without version field (just needs products array)
  • Duplicate detection: skip products with same name + expiryDate + storageLocation to prevent duplicates on re-import
  • Handle archived as 0/1 or true/false
  • Skip invalid products without name or expiryDate
  • Show count of skipped duplicates in orange status message
  • Clean up [FOTO] placeholder markers from re-imported data

UI:

  • Remove non-functional Excel export button from Settings

https://claude.ai/code/session_018567acDi8JQ3BHH8BxYX5b

Export fixes:
- Strip Base64 photo data from JSON exports to prevent huge files
  that fail to download on mobile devices

Import fixes:
- Better JSON parse error message
- Allow import without version field (just needs products array)
- Duplicate detection: skip products with same name + expiryDate +
  storageLocation to prevent duplicates on re-import
- Handle archived as 0/1 or true/false
- Skip invalid products without name or expiryDate
- Show count of skipped duplicates in orange status message
- Clean up [FOTO] placeholder markers from re-imported data

UI:
- Remove non-functional Excel export button from Settings

https://claude.ai/code/session_018567acDi8JQ3BHH8BxYX5b
@BEKO2210 BEKO2210 merged commit 1a6c69e into main Mar 8, 2026
0 of 2 checks passed
@BEKO2210 BEKO2210 deleted the claude/restore-github-actions-workflow-oueZr branch March 8, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants