mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Folders and emails constants extracted to folders.json and emails.json. The TS loader hydrates relative hoursAgo into absolute timestamps. Follows the 95% JSON / 5% code principle. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
378 B
JSON
9 lines
378 B
JSON
[
|
|
{ "id": "inbox", "label": "Inbox", "icon": "inbox", "unreadCount": 3 },
|
|
{ "id": "starred", "label": "Starred", "icon": "star" },
|
|
{ "id": "sent", "label": "Sent", "icon": "send" },
|
|
{ "id": "drafts", "label": "Drafts", "icon": "drafts", "unreadCount": 1 },
|
|
{ "id": "spam", "label": "Spam", "icon": "report" },
|
|
{ "id": "trash", "label": "Trash", "icon": "delete" }
|
|
]
|