Files
Oier Bravo Urtasun b660ead40d chore(graphify): knowledge graph of the repo (1398 nodes, 1627 edges)
Generated via /graphify over the full tree (177 files, ~320k words).
Produces graph.html, graph.json, GRAPH_REPORT.md plus per-file
extraction cache so incremental --update runs reuse prior results.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 16:25:53 +02:00

257 lines
1001 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend"></div>
</div>
<div id="stats">1398 nodes &middot; 1627 edges &middot; 200 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "apps_web_postcss_config_js", "label": "postcss.config.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "postcss.config.js", "community": 98, "community_name": "postcss.config (postcss.config.js)", "source_file": "apps/web/postcss.config.js", "file_type": "code", "degree": 0}, {"id": "apps_web_vitest_setup_ts", "label": "vitest.setup.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vitest.setup.ts", "community": 99, "community_name": "vitest.setup (vitest.setup.ts)", "source_file": "apps/web/vitest.setup.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_playwright_config_ts", "label": "playwright.config.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "playwright.config.ts", "community": 100, "community_name": "playwright.config (playwright.config.ts)", "source_file": "apps/web/playwright.config.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_tailwind_config_ts", "label": "tailwind.config.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind.config.ts", "community": 101, "community_name": "tailwind.config (tailwind.config.ts)", "source_file": "apps/web/tailwind.config.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_vite_config_ts", "label": "vite.config.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vite.config.ts", "community": 102, "community_name": "vite.config (vite.config.ts)", "source_file": "apps/web/vite.config.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_svelte_config_js", "label": "svelte.config.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "svelte.config.js", "community": 103, "community_name": "svelte.config (svelte.config.js)", "source_file": "apps/web/svelte.config.js", "file_type": "code", "degree": 0}, {"id": "apps_web_vitest_config_ts", "label": "vitest.config.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vitest.config.ts", "community": 104, "community_name": "vitest.config (vitest.config.ts)", "source_file": "apps/web/vitest.config.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_app_d_ts", "label": "app.d.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "app.d.ts", "community": 105, "community_name": "app.d (app.d.ts)", "source_file": "apps/web/src/app.d.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_sw_ts", "label": "sw.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sw.ts", "community": 106, "community_name": "sw (sw.ts)", "source_file": "apps/web/src/sw.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_auth_ts", "label": "auth.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "auth.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/auth.ts", "file_type": "code", "degree": 2}, {"id": "auth_login", "label": "login()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "login()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/auth.ts", "file_type": "code", "degree": 2}, {"id": "auth_logout", "label": "logout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "logout()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/auth.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_src_lib_supabase_ts", "label": "supabase.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "supabase.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/supabase.ts", "file_type": "code", "degree": 2}, {"id": "supabase_passthroughlock", "label": "passThroughLock()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "passThroughLock()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/supabase.ts", "file_type": "code", "degree": 1}, {"id": "supabase_getsupabase", "label": "getSupabase()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.1, "font": {"size": 12, "color": "#ffffff"}, "title": "getSupabase()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/supabase.ts", "file_type": "code", "degree": 44}, {"id": "apps_web_src_lib_i18n_ts", "label": "i18n.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "i18n.ts", "community": 107, "community_name": "i18n (i18n.ts)", "source_file": "apps/web/src/lib/i18n.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_stores_realtimesync_ts", "label": "realtimeSync.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "realtimeSync.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/realtimeSync.ts", "file_type": "code", "degree": 2}, {"id": "realtimesync_subscribetolist", "label": "subscribeToList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "subscribeToList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/realtimeSync.ts", "file_type": "code", "degree": 2}, {"id": "realtimesync_applyitemevent", "label": "applyItemEvent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "applyItemEvent()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/realtimeSync.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_src_lib_stores_notes_ts", "label": "notes.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 14}, {"id": "notes_loadnotes", "label": "loadNotes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadNotes()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_loadarchivednotes", "label": "loadArchivedNotes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadArchivedNotes()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_loadtrashednotes", "label": "loadTrashedNotes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadTrashedNotes()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_loadnote", "label": "loadNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_createnote", "label": "createNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "createNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_patchnote", "label": "patchNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "patchNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 8}, {"id": "notes_pinnote", "label": "pinNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pinNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_unpinnote", "label": "unpinNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "unpinNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_archivenote", "label": "archiveNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "archiveNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_unarchivenote", "label": "unarchiveNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "unarchiveNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_trashnote", "label": "trashNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "trashNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_restorenote", "label": "restoreNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "restoreNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_permanentdeletenote", "label": "permanentDeleteNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "permanentDeleteNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "notes_duplicatenote", "label": "duplicateNote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "duplicateNote()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/notes.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_src_lib_stores_auth_ts", "label": "auth.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "auth.ts", "community": 108, "community_name": "auth (auth.ts)", "source_file": "apps/web/src/lib/stores/auth.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_stores_search_ts", "label": "search.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/search.ts", "file_type": "code", "degree": 1}, {"id": "search_runsearch", "label": "runSearch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "runSearch()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/search.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_src_lib_stores_collective_ts", "label": "collective.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "collective.ts", "community": 109, "community_name": "collective (collective.ts)", "source_file": "apps/web/src/lib/stores/collective.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_stores_syncstatus_ts", "label": "syncStatus.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "syncStatus.ts", "community": 110, "community_name": "syncStatus (syncStatus.ts)", "source_file": "apps/web/src/lib/stores/syncStatus.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_stores_lists_ts", "label": "lists.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 20}, {"id": "lists_loadlists", "label": "loadLists()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "loadLists()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_loadtrashedlists", "label": "loadTrashedLists()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "loadTrashedLists()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_createlist", "label": "createList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "createList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_renamelist", "label": "renameList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "renameList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_softdeletelist", "label": "softDeleteList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "softDeleteList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_restorelist", "label": "restoreList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "restoreList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 4}, {"id": "lists_permanentdeletelist", "label": "permanentDeleteList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "permanentDeleteList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_archivelist", "label": "archiveList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "archiveList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_completelist", "label": "completeList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "completeList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_resetlist", "label": "resetList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resetList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_loaditems", "label": "loadItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadItems()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_additem", "label": "addItem()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "addItem()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_updateitem", "label": "updateItem()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "updateItem()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_checkitem", "label": "checkItem()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "checkItem()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 3}, {"id": "lists_deleteitem", "label": "deleteItem()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteItem()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_bulkdeleteitems", "label": "bulkDeleteItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bulkDeleteItems()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_bulkmoveitems", "label": "bulkMoveItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bulkMoveItems()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_bulkcheckitems", "label": "bulkCheckItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bulkCheckItems()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "lists_reorderitems", "label": "reorderItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "reorderItems()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 1}, {"id": "lists_fetchsuggestions", "label": "fetchSuggestions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchSuggestions()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/lists.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_src_lib_stores_tasks_ts", "label": "tasks.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 10}, {"id": "tasks_loadtasklists", "label": "loadTaskLists()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadTaskLists()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_createtasklist", "label": "createTaskList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "createTaskList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 3}, {"id": "tasks_renametasklist", "label": "renameTaskList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "renameTaskList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_deletetasklist", "label": "deleteTaskList()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteTaskList()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_loadtasks", "label": "loadTasks()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadTasks()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_addtask", "label": "addTask()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "addTask()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_renametask", "label": "renameTask()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "renameTask()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_completetask", "label": "completeTask()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "completeTask()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_deletetask", "label": "deleteTask()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteTask()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 2}, {"id": "tasks_reordertasks", "label": "reorderTasks()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "reorderTasks()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/stores/tasks.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_src_lib_components_undotoast_svelte", "label": "UndoToast.svelte", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "UndoToast.svelte", "community": 111, "community_name": "UndoToast (UndoToast.svelte)", "source_file": "apps/web/src/lib/components/UndoToast.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_itemsuggestions_svelte", "label": "ItemSuggestions.svelte", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemSuggestions.svelte", "community": 112, "community_name": "ItemSuggestions (ItemSuggestions.svelte)", "source_file": "apps/web/src/lib/components/ItemSuggestions.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_imagecropper_svelte", "label": "ImageCropper.svelte", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageCropper.svelte", "community": 113, "community_name": "ImageCropper (ImageCropper.svelte)", "source_file": "apps/web/src/lib/components/ImageCropper.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_screenmasthead_svelte", "label": "ScreenMasthead.svelte", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ScreenMasthead.svelte", "community": 114, "community_name": "ScreenMasthead (ScreenMasthead.svelte)", "source_file": "apps/web/src/lib/components/ScreenMasthead.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_syncbanner_svelte", "label": "SyncBanner.svelte", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SyncBanner.svelte", "community": 115, "community_name": "SyncBanner (SyncBanner.svelte)", "source_file": "apps/web/src/lib/components/SyncBanner.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_avatar_svelte", "label": "Avatar.svelte", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Avatar.svelte", "community": 116, "community_name": "Avatar (Avatar.svelte)", "source_file": "apps/web/src/lib/components/Avatar.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_layout_mobiledrawer_svelte", "label": "MobileDrawer.svelte", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MobileDrawer.svelte", "community": 117, "community_name": "MobileDrawer (MobileDrawer.svelte)", "source_file": "apps/web/src/lib/components/layout/MobileDrawer.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_layout_mobiletopbar_svelte", "label": "MobileTopBar.svelte", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MobileTopBar.svelte", "community": 118, "community_name": "MobileTopBar (MobileTopBar.svelte)", "source_file": "apps/web/src/lib/components/layout/MobileTopBar.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_layout_bottomtabbar_svelte", "label": "BottomTabBar.svelte", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "BottomTabBar.svelte", "community": 119, "community_name": "BottomTabBar (BottomTabBar.svelte)", "source_file": "apps/web/src/lib/components/layout/BottomTabBar.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_components_layout_desktopsidebar_svelte", "label": "DesktopSidebar.svelte", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DesktopSidebar.svelte", "community": 120, "community_name": "DesktopSidebar (DesktopSidebar.svelte)", "source_file": "apps/web/src/lib/components/layout/DesktopSidebar.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_utils_id_ts", "label": "id.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "id.ts", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/utils/id.ts", "file_type": "code", "degree": 1}, {"id": "id_generateid", "label": "generateId()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "generateId()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/lib/utils/id.ts", "file_type": "code", "degree": 5}, {"id": "apps_web_src_lib_utils_id_test_ts", "label": "id.test.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "id.test.ts", "community": 121, "community_name": "id.test (id.test.ts)", "source_file": "apps/web/src/lib/utils/id.test.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_paraglide_messages_js", "label": "messages.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 39.7, "font": {"size": 12, "color": "#ffffff"}, "title": "messages.js", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 184}, {"id": "messages_nav_lists", "label": "nav_lists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_lists()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_nav_tasks", "label": "nav_tasks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_tasks()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_nav_notes", "label": "nav_notes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_notes()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_nav_search", "label": "nav_search()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_search()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_nav_settings", "label": "nav_settings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_settings()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_nav_collective", "label": "nav_collective()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_collective()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_app_name", "label": "app_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "app_name()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_loading", "label": "loading()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_error_generic", "label": "error_generic()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "error_generic()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_login_title", "label": "login_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "login_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_login_button", "label": "login_button()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "login_button()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_logout_button", "label": "logout_button()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "logout_button()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_auth_back_to_home", "label": "auth_back_to_home()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "auth_back_to_home()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_logged_out_title", "label": "logged_out_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_logged_out_subtitle", "label": "logged_out_subtitle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_subtitle()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_logged_out_sign_in", "label": "logged_out_sign_in()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_sign_in()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_title", "label": "onboarding_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_subtitle", "label": "onboarding_subtitle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_subtitle()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_create_tab", "label": "onboarding_create_tab()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_tab()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_join_tab", "label": "onboarding_join_tab()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_tab()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_create_collective", "label": "onboarding_create_collective()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_collective()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_join_collective", "label": "onboarding_join_collective()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_collective()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_collective_name", "label": "onboarding_collective_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_name()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_collective_name_placeholder", "label": "onboarding_collective_name_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_name_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_collective_emoji", "label": "onboarding_collective_emoji()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_emoji()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_invite_link_label", "label": "onboarding_invite_link_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_invite_link_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_invite_link_placeholder", "label": "onboarding_invite_link_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_invite_link_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_create_btn", "label": "onboarding_create_btn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_btn()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_onboarding_join_btn", "label": "onboarding_join_btn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_btn()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_collective_name_label", "label": "collective_name_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "collective_name_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_collective_name_placeholder", "label": "collective_name_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "collective_name_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_title", "label": "invitation_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_subtitle", "label": "invitation_subtitle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_subtitle()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_accept_btn", "label": "invitation_accept_btn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_accept_btn()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_success", "label": "invitation_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_success()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_invalid_link", "label": "invitation_invalid_link()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_invalid_link()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_error_not_found", "label": "invitation_error_not_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_not_found()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_error_already_used", "label": "invitation_error_already_used()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_already_used()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_error_expired", "label": "invitation_error_expired()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_expired()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_error_already_member", "label": "invitation_error_already_member()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_already_member()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_error_unauthenticated", "label": "invitation_error_unauthenticated()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_unauthenticated()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invitation_error_unknown", "label": "invitation_error_unknown()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_unknown()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_title", "label": "manage_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_members", "label": "manage_members()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_members()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_you", "label": "manage_you()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_you()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_remove", "label": "manage_remove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_remove()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_invite_title", "label": "manage_invite_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_invite_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_invite_role", "label": "manage_invite_role()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_invite_role()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_generate_link", "label": "manage_generate_link()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_generate_link()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_copy", "label": "manage_copy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_copy()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_copied", "label": "manage_copied()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_copied()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_manage_link_expires", "label": "manage_link_expires()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_link_expires()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_role_admin", "label": "role_admin()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "role_admin()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_role_member", "label": "role_member()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "role_member()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_role_guest", "label": "role_guest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "role_guest()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_title", "label": "settings_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_display_name", "label": "settings_display_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_display_name()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_saving", "label": "settings_saving()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_saving()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_language", "label": "settings_language()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_language()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_avatar", "label": "settings_avatar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_avatar_initials", "label": "settings_avatar_initials()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_initials()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_avatar_emoji", "label": "settings_avatar_emoji()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_emoji()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_avatar_upload", "label": "settings_avatar_upload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_upload()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_avatar_upload_btn", "label": "settings_avatar_upload_btn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_upload_btn()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_account", "label": "settings_account()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_account()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_keycloak_link", "label": "settings_keycloak_link()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_keycloak_link()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_logout", "label": "settings_logout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_logout()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_save", "label": "settings_save()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_save()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_settings_saved", "label": "settings_saved()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_saved()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invite_member", "label": "invite_member()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_member()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invite_email_label", "label": "invite_email_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_email_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_invite_send", "label": "invite_send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_send()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_masthead_lists_label", "label": "masthead_lists_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_lists_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_masthead_tasks_label", "label": "masthead_tasks_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_tasks_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_masthead_notes_label", "label": "masthead_notes_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_notes_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_masthead_search_label", "label": "masthead_search_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_search_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_masthead_search_title", "label": "masthead_search_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_search_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_lists_title", "label": "lists_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_lists_new_list", "label": "lists_new_list()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_new_list()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_lists_no_lists", "label": "lists_no_lists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_no_lists()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_lists_create_first", "label": "lists_create_first()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_create_first()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_lists_trash", "label": "lists_trash()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_trash()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_status_active", "label": "list_status_active()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_active()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_status_completed", "label": "list_status_completed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_completed()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_status_archived", "label": "list_status_archived()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_archived()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_name_placeholder", "label": "list_name_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_name_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_items_empty", "label": "list_items_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_items_empty()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_items_empty_hint", "label": "list_items_empty_hint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_items_empty_hint()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_reset", "label": "list_reset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reset()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_archive", "label": "list_archive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_archive()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_delete", "label": "list_delete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_delete()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_actions", "label": "list_actions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_actions()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_item_placeholder", "label": "list_item_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_item_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_qty_label", "label": "list_qty_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_label()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_add_item", "label": "list_add_item()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_add_item()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_to_buy", "label": "list_to_buy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_to_buy()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_checked", "label": "list_checked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_checked()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_start_session", "label": "list_start_session()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_start_session()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_finish_shopping", "label": "list_finish_shopping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_shopping()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_finish_confirm", "label": "list_finish_confirm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_finish_confirm_yes", "label": "list_finish_confirm_yes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm_yes()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_finish_confirm_no", "label": "list_finish_confirm_no()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm_no()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_title", "label": "tasks_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_new_list", "label": "tasks_new_list()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_list()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_no_lists", "label": "tasks_no_lists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_no_lists()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_create_first", "label": "tasks_create_first()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_create_first()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_new_list_placeholder", "label": "tasks_new_list_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_list_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_new_task_placeholder", "label": "tasks_new_task_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_task_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_empty", "label": "tasks_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_empty()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_empty_hint", "label": "tasks_empty_hint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_empty_hint()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_completed_section", "label": "tasks_completed_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_completed_section()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_pending_section", "label": "tasks_pending_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_pending_section()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_completed_by", "label": "tasks_completed_by()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_completed_by()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_toggle", "label": "tasks_toggle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_toggle()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_uncheck", "label": "tasks_uncheck()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_uncheck()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_delete", "label": "tasks_delete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_delete_list", "label": "tasks_delete_list()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete_list()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_tasks_delete_list_confirm", "label": "tasks_delete_list_confirm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete_list_confirm()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_title", "label": "notes_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_new", "label": "notes_new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_new()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_pinned_section", "label": "notes_pinned_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_pinned_section()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_active_section", "label": "notes_active_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_active_section()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_archive", "label": "notes_archive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archive()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_archive_view", "label": "notes_archive_view()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archive_view()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_archived_empty", "label": "notes_archived_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archived_empty()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_trash_view", "label": "notes_trash_view()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_trash_view()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_trash_empty", "label": "notes_trash_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_trash_empty()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_pin", "label": "notes_pin()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_pin()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_unpin", "label": "notes_unpin()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_unpin()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_unarchive", "label": "notes_unarchive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_unarchive()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_send_to_trash", "label": "notes_send_to_trash()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_send_to_trash()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_restore", "label": "notes_restore()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_restore()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_duplicate", "label": "notes_duplicate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_duplicate()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_color", "label": "notes_color()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_color()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_title_placeholder", "label": "notes_title_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_title_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_content_placeholder", "label": "notes_content_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_content_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_content_aria", "label": "notes_content_aria()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_content_aria()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_back_to_board", "label": "notes_back_to_board()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_back_to_board()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_saved", "label": "notes_saved()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_saved()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_saving", "label": "notes_saving()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_saving()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_empty_board", "label": "notes_empty_board()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_empty_board()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_notes_empty_board_hint", "label": "notes_empty_board_hint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_empty_board_hint()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_title", "label": "search_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_placeholder", "label": "search_placeholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_placeholder()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_filter_all", "label": "search_filter_all()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_all()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_filter_lists", "label": "search_filter_lists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_lists()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_filter_tasks", "label": "search_filter_tasks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_tasks()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_filter_notes", "label": "search_filter_notes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_notes()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_group_shopping_items", "label": "search_group_shopping_items()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_shopping_items()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_group_tasks", "label": "search_group_tasks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_tasks()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_group_notes", "label": "search_group_notes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_notes()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_empty", "label": "search_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_empty()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_search_hint", "label": "search_hint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search_hint()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_trash_restore", "label": "trash_restore()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_restore()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_trash_delete_permanent", "label": "trash_delete_permanent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_delete_permanent()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_trash_empty", "label": "trash_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_empty()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_trash_expires_in", "label": "trash_expires_in()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_expires_in()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_confirm_delete", "label": "confirm_delete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "confirm_delete()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_cancel", "label": "cancel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cancel()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_save", "label": "save()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "save()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_action_delete", "label": "action_delete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "action_delete()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_edit", "label": "edit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "edit()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_add", "label": "add()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "add()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_done", "label": "done()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "done()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_sync_offline", "label": "sync_offline()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_offline()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_sync_syncing", "label": "sync_syncing()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_syncing()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_undo", "label": "undo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "undo()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_undo_deleted_item", "label": "undo_deleted_item()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "undo_deleted_item()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_item_delete_aria", "label": "list_item_delete_aria()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_item_delete_aria()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_qty_decrease", "label": "list_qty_decrease()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_decrease()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_qty_increase", "label": "list_qty_increase()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_increase()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_reorder_handle", "label": "list_reorder_handle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reorder_handle()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_edit_item", "label": "list_edit_item()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_edit_item()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_confirm", "label": "list_confirm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_confirm()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_close", "label": "list_close()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_close()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_select", "label": "list_select()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_select()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_selection_count", "label": "list_selection_count()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_selection_count()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_cancel_selection", "label": "list_cancel_selection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_cancel_selection()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_bulk_delete", "label": "list_bulk_delete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_delete()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_bulk_move", "label": "list_bulk_move()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_move()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_bulk_mark_checked", "label": "list_bulk_mark_checked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_mark_checked()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_undo_bulk_delete", "label": "list_undo_bulk_delete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_undo_bulk_delete()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_move_title", "label": "list_move_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_move_title()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "messages_list_move_create_new", "label": "list_move_create_new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_move_create_new()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/messages.js", "file_type": "code", "degree": 2}, {"id": "apps_web_src_lib_paraglide_runtime_js", "label": "runtime.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "runtime.js", "community": 29, "community_name": "Paraglide Tag Switching", "source_file": "apps/web/src/lib/paraglide/runtime.js", "file_type": "code", "degree": 5}, {"id": "runtime_languagetag", "label": "languageTag()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "languageTag()", "community": 0, "community_name": "Paraglide Runtime Messages", "source_file": "apps/web/src/lib/paraglide/runtime.js", "file_type": "code", "degree": 186}, {"id": "runtime_setlanguagetag", "label": "setLanguageTag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "setLanguageTag()", "community": 29, "community_name": "Paraglide Tag Switching", "source_file": "apps/web/src/lib/paraglide/runtime.js", "file_type": "code", "degree": 3}, {"id": "runtime_enforcelanguagetag", "label": "enforceLanguageTag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "enforceLanguageTag()", "community": 29, "community_name": "Paraglide Tag Switching", "source_file": "apps/web/src/lib/paraglide/runtime.js", "file_type": "code", "degree": 2}, {"id": "runtime_onsetlanguagetag", "label": "onSetLanguageTag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onSetLanguageTag()", "community": 29, "community_name": "Paraglide Tag Switching", "source_file": "apps/web/src/lib/paraglide/runtime.js", "file_type": "code", "degree": 1}, {"id": "runtime_isavailablelanguagetag", "label": "isAvailableLanguageTag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isAvailableLanguageTag()", "community": 29, "community_name": "Paraglide Tag Switching", "source_file": "apps/web/src/lib/paraglide/runtime.js", "file_type": "code", "degree": 1}, {"id": "apps_web_src_lib_paraglide_messages_en_js", "label": "en.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 39.7, "font": {"size": 12, "color": "#ffffff"}, "title": "en.js", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 184}, {"id": "en_nav_lists", "label": "nav_lists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_lists()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_nav_tasks", "label": "nav_tasks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_tasks()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_nav_notes", "label": "nav_notes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_notes()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_nav_search", "label": "nav_search()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_search()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_nav_settings", "label": "nav_settings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_settings()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_nav_collective", "label": "nav_collective()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_collective()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_app_name", "label": "app_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "app_name()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_loading", "label": "loading()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_error_generic", "label": "error_generic()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "error_generic()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_login_title", "label": "login_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "login_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_login_button", "label": "login_button()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "login_button()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_logout_button", "label": "logout_button()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logout_button()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_auth_back_to_home", "label": "auth_back_to_home()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auth_back_to_home()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_logged_out_title", "label": "logged_out_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_logged_out_subtitle", "label": "logged_out_subtitle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_subtitle()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_logged_out_sign_in", "label": "logged_out_sign_in()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_sign_in()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_title", "label": "onboarding_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_subtitle", "label": "onboarding_subtitle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_subtitle()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_create_tab", "label": "onboarding_create_tab()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_tab()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_join_tab", "label": "onboarding_join_tab()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_tab()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_create_collective", "label": "onboarding_create_collective()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_collective()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_join_collective", "label": "onboarding_join_collective()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_collective()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_collective_name", "label": "onboarding_collective_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_name()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_collective_name_placeholder", "label": "onboarding_collective_name_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_name_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_collective_emoji", "label": "onboarding_collective_emoji()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_emoji()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_invite_link_label", "label": "onboarding_invite_link_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_invite_link_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_invite_link_placeholder", "label": "onboarding_invite_link_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_invite_link_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_create_btn", "label": "onboarding_create_btn()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_btn()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_onboarding_join_btn", "label": "onboarding_join_btn()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_btn()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_collective_name_label", "label": "collective_name_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collective_name_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_collective_name_placeholder", "label": "collective_name_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collective_name_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_title", "label": "invitation_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_subtitle", "label": "invitation_subtitle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_subtitle()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_accept_btn", "label": "invitation_accept_btn()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_accept_btn()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_success", "label": "invitation_success()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_success()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_invalid_link", "label": "invitation_invalid_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_invalid_link()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_error_not_found", "label": "invitation_error_not_found()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_not_found()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_error_already_used", "label": "invitation_error_already_used()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_already_used()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_error_expired", "label": "invitation_error_expired()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_expired()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_error_already_member", "label": "invitation_error_already_member()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_already_member()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_error_unauthenticated", "label": "invitation_error_unauthenticated()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_unauthenticated()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invitation_error_unknown", "label": "invitation_error_unknown()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_unknown()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_title", "label": "manage_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_members", "label": "manage_members()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_members()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_you", "label": "manage_you()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_you()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_remove", "label": "manage_remove()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_remove()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_invite_title", "label": "manage_invite_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_invite_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_invite_role", "label": "manage_invite_role()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_invite_role()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_generate_link", "label": "manage_generate_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_generate_link()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_copy", "label": "manage_copy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_copy()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_copied", "label": "manage_copied()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_copied()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_manage_link_expires", "label": "manage_link_expires()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_link_expires()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_role_admin", "label": "role_admin()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "role_admin()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_role_member", "label": "role_member()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "role_member()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_role_guest", "label": "role_guest()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "role_guest()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_title", "label": "settings_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_display_name", "label": "settings_display_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_display_name()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_saving", "label": "settings_saving()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_saving()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_language", "label": "settings_language()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_language()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_avatar", "label": "settings_avatar()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_avatar_initials", "label": "settings_avatar_initials()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_initials()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_avatar_emoji", "label": "settings_avatar_emoji()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_emoji()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_avatar_upload", "label": "settings_avatar_upload()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_upload()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_avatar_upload_btn", "label": "settings_avatar_upload_btn()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_upload_btn()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_account", "label": "settings_account()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_account()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_keycloak_link", "label": "settings_keycloak_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_keycloak_link()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_logout", "label": "settings_logout()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_logout()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_save", "label": "settings_save()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_save()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_settings_saved", "label": "settings_saved()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_saved()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invite_member", "label": "invite_member()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_member()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invite_email_label", "label": "invite_email_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_email_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_invite_send", "label": "invite_send()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_send()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_masthead_lists_label", "label": "masthead_lists_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_lists_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_masthead_tasks_label", "label": "masthead_tasks_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_tasks_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_masthead_notes_label", "label": "masthead_notes_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_notes_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_masthead_search_label", "label": "masthead_search_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_search_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_masthead_search_title", "label": "masthead_search_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_search_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_lists_title", "label": "lists_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_lists_new_list", "label": "lists_new_list()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_new_list()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_lists_no_lists", "label": "lists_no_lists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_no_lists()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_lists_create_first", "label": "lists_create_first()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_create_first()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_lists_trash", "label": "lists_trash()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_trash()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_status_active", "label": "list_status_active()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_active()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_status_completed", "label": "list_status_completed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_completed()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_status_archived", "label": "list_status_archived()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_archived()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_name_placeholder", "label": "list_name_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_name_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_items_empty", "label": "list_items_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_items_empty()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_items_empty_hint", "label": "list_items_empty_hint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_items_empty_hint()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_reset", "label": "list_reset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reset()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_archive", "label": "list_archive()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_archive()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_delete", "label": "list_delete()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_delete()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_actions", "label": "list_actions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_actions()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_item_placeholder", "label": "list_item_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_item_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_qty_label", "label": "list_qty_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_label()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_add_item", "label": "list_add_item()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_add_item()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_to_buy", "label": "list_to_buy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_to_buy()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_checked", "label": "list_checked()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_checked()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_start_session", "label": "list_start_session()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_start_session()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_finish_shopping", "label": "list_finish_shopping()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_shopping()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_finish_confirm", "label": "list_finish_confirm()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_finish_confirm_yes", "label": "list_finish_confirm_yes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm_yes()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_finish_confirm_no", "label": "list_finish_confirm_no()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm_no()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_title", "label": "tasks_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_new_list", "label": "tasks_new_list()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_list()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_no_lists", "label": "tasks_no_lists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_no_lists()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_create_first", "label": "tasks_create_first()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_create_first()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_new_list_placeholder", "label": "tasks_new_list_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_list_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_new_task_placeholder", "label": "tasks_new_task_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_task_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_empty", "label": "tasks_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_empty()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_empty_hint", "label": "tasks_empty_hint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_empty_hint()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_completed_section", "label": "tasks_completed_section()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_completed_section()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_pending_section", "label": "tasks_pending_section()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_pending_section()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_completed_by", "label": "tasks_completed_by()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_completed_by()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_toggle", "label": "tasks_toggle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_toggle()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_uncheck", "label": "tasks_uncheck()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_uncheck()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_delete", "label": "tasks_delete()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_delete_list", "label": "tasks_delete_list()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete_list()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_tasks_delete_list_confirm", "label": "tasks_delete_list_confirm()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete_list_confirm()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_title", "label": "notes_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_new", "label": "notes_new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_new()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_pinned_section", "label": "notes_pinned_section()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_pinned_section()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_active_section", "label": "notes_active_section()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_active_section()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_archive", "label": "notes_archive()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archive()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_archive_view", "label": "notes_archive_view()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archive_view()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_archived_empty", "label": "notes_archived_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archived_empty()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_trash_view", "label": "notes_trash_view()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_trash_view()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_trash_empty", "label": "notes_trash_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_trash_empty()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_pin", "label": "notes_pin()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_pin()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_unpin", "label": "notes_unpin()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_unpin()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_unarchive", "label": "notes_unarchive()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_unarchive()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_send_to_trash", "label": "notes_send_to_trash()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_send_to_trash()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_restore", "label": "notes_restore()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_restore()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_duplicate", "label": "notes_duplicate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_duplicate()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_color", "label": "notes_color()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_color()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_title_placeholder", "label": "notes_title_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_title_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_content_placeholder", "label": "notes_content_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_content_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_content_aria", "label": "notes_content_aria()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_content_aria()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_back_to_board", "label": "notes_back_to_board()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_back_to_board()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_saved", "label": "notes_saved()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_saved()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_saving", "label": "notes_saving()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_saving()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_empty_board", "label": "notes_empty_board()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_empty_board()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_notes_empty_board_hint", "label": "notes_empty_board_hint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_empty_board_hint()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_title", "label": "search_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_placeholder", "label": "search_placeholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_placeholder()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_filter_all", "label": "search_filter_all()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_all()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_filter_lists", "label": "search_filter_lists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_lists()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_filter_tasks", "label": "search_filter_tasks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_tasks()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_filter_notes", "label": "search_filter_notes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_notes()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_group_shopping_items", "label": "search_group_shopping_items()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_shopping_items()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_group_tasks", "label": "search_group_tasks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_tasks()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_group_notes", "label": "search_group_notes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_notes()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_empty", "label": "search_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_empty()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_search_hint", "label": "search_hint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_hint()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_trash_restore", "label": "trash_restore()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_restore()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_trash_delete_permanent", "label": "trash_delete_permanent()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_delete_permanent()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_trash_empty", "label": "trash_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_empty()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_trash_expires_in", "label": "trash_expires_in()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_expires_in()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_confirm_delete", "label": "confirm_delete()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "confirm_delete()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_cancel", "label": "cancel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cancel()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_save", "label": "save()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "save()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_action_delete", "label": "action_delete()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "action_delete()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_edit", "label": "edit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edit()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_add", "label": "add()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "add()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_done", "label": "done()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "done()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_sync_offline", "label": "sync_offline()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_offline()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_sync_syncing", "label": "sync_syncing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_syncing()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_undo", "label": "undo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "undo()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_undo_deleted_item", "label": "undo_deleted_item()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "undo_deleted_item()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_item_delete_aria", "label": "list_item_delete_aria()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_item_delete_aria()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_qty_decrease", "label": "list_qty_decrease()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_decrease()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_qty_increase", "label": "list_qty_increase()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_increase()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_reorder_handle", "label": "list_reorder_handle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reorder_handle()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_edit_item", "label": "list_edit_item()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_edit_item()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_confirm", "label": "list_confirm()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_confirm()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_close", "label": "list_close()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_close()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_select", "label": "list_select()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_select()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_selection_count", "label": "list_selection_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_selection_count()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_cancel_selection", "label": "list_cancel_selection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_cancel_selection()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_bulk_delete", "label": "list_bulk_delete()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_delete()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_bulk_move", "label": "list_bulk_move()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_move()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_bulk_mark_checked", "label": "list_bulk_mark_checked()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_mark_checked()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_undo_bulk_delete", "label": "list_undo_bulk_delete()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_undo_bulk_delete()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_move_title", "label": "list_move_title()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_move_title()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "en_list_move_create_new", "label": "list_move_create_new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_move_create_new()", "community": 1, "community_name": "English Translations", "source_file": "apps/web/src/lib/paraglide/messages/en.js", "file_type": "code", "degree": 1}, {"id": "apps_web_src_lib_paraglide_messages_es_js", "label": "es.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 39.7, "font": {"size": 12, "color": "#ffffff"}, "title": "es.js", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 184}, {"id": "es_nav_lists", "label": "nav_lists()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_lists()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_nav_tasks", "label": "nav_tasks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_tasks()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_nav_notes", "label": "nav_notes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_notes()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_nav_search", "label": "nav_search()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_search()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_nav_settings", "label": "nav_settings()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_settings()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_nav_collective", "label": "nav_collective()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nav_collective()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_app_name", "label": "app_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "app_name()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_loading", "label": "loading()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_error_generic", "label": "error_generic()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "error_generic()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_login_title", "label": "login_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "login_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_login_button", "label": "login_button()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "login_button()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_logout_button", "label": "logout_button()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logout_button()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_auth_back_to_home", "label": "auth_back_to_home()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auth_back_to_home()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_logged_out_title", "label": "logged_out_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_logged_out_subtitle", "label": "logged_out_subtitle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_subtitle()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_logged_out_sign_in", "label": "logged_out_sign_in()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logged_out_sign_in()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_title", "label": "onboarding_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_subtitle", "label": "onboarding_subtitle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_subtitle()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_create_tab", "label": "onboarding_create_tab()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_tab()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_join_tab", "label": "onboarding_join_tab()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_tab()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_create_collective", "label": "onboarding_create_collective()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_collective()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_join_collective", "label": "onboarding_join_collective()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_collective()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_collective_name", "label": "onboarding_collective_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_name()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_collective_name_placeholder", "label": "onboarding_collective_name_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_name_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_collective_emoji", "label": "onboarding_collective_emoji()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_collective_emoji()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_invite_link_label", "label": "onboarding_invite_link_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_invite_link_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_invite_link_placeholder", "label": "onboarding_invite_link_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_invite_link_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_create_btn", "label": "onboarding_create_btn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_create_btn()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_onboarding_join_btn", "label": "onboarding_join_btn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding_join_btn()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_collective_name_label", "label": "collective_name_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collective_name_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_collective_name_placeholder", "label": "collective_name_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collective_name_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_title", "label": "invitation_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_subtitle", "label": "invitation_subtitle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_subtitle()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_accept_btn", "label": "invitation_accept_btn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_accept_btn()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_success", "label": "invitation_success()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_success()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_invalid_link", "label": "invitation_invalid_link()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_invalid_link()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_error_not_found", "label": "invitation_error_not_found()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_not_found()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_error_already_used", "label": "invitation_error_already_used()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_already_used()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_error_expired", "label": "invitation_error_expired()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_expired()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_error_already_member", "label": "invitation_error_already_member()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_already_member()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_error_unauthenticated", "label": "invitation_error_unauthenticated()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_unauthenticated()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invitation_error_unknown", "label": "invitation_error_unknown()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation_error_unknown()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_title", "label": "manage_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_members", "label": "manage_members()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_members()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_you", "label": "manage_you()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_you()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_remove", "label": "manage_remove()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_remove()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_invite_title", "label": "manage_invite_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_invite_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_invite_role", "label": "manage_invite_role()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_invite_role()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_generate_link", "label": "manage_generate_link()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_generate_link()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_copy", "label": "manage_copy()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_copy()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_copied", "label": "manage_copied()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_copied()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_manage_link_expires", "label": "manage_link_expires()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manage_link_expires()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_role_admin", "label": "role_admin()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "role_admin()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_role_member", "label": "role_member()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "role_member()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_role_guest", "label": "role_guest()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "role_guest()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_title", "label": "settings_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_display_name", "label": "settings_display_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_display_name()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_saving", "label": "settings_saving()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_saving()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_language", "label": "settings_language()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_language()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_avatar", "label": "settings_avatar()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_avatar_initials", "label": "settings_avatar_initials()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_initials()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_avatar_emoji", "label": "settings_avatar_emoji()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_emoji()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_avatar_upload", "label": "settings_avatar_upload()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_upload()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_avatar_upload_btn", "label": "settings_avatar_upload_btn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_avatar_upload_btn()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_account", "label": "settings_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_account()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_keycloak_link", "label": "settings_keycloak_link()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_keycloak_link()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_logout", "label": "settings_logout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_logout()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_save", "label": "settings_save()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_save()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_settings_saved", "label": "settings_saved()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings_saved()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invite_member", "label": "invite_member()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_member()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invite_email_label", "label": "invite_email_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_email_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_invite_send", "label": "invite_send()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "invite_send()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_masthead_lists_label", "label": "masthead_lists_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_lists_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_masthead_tasks_label", "label": "masthead_tasks_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_tasks_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_masthead_notes_label", "label": "masthead_notes_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_notes_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_masthead_search_label", "label": "masthead_search_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_search_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_masthead_search_title", "label": "masthead_search_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "masthead_search_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_lists_title", "label": "lists_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_lists_new_list", "label": "lists_new_list()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_new_list()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_lists_no_lists", "label": "lists_no_lists()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_no_lists()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_lists_create_first", "label": "lists_create_first()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_create_first()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_lists_trash", "label": "lists_trash()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lists_trash()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_status_active", "label": "list_status_active()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_active()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_status_completed", "label": "list_status_completed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_completed()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_status_archived", "label": "list_status_archived()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_status_archived()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_name_placeholder", "label": "list_name_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_name_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_items_empty", "label": "list_items_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_items_empty()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_items_empty_hint", "label": "list_items_empty_hint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_items_empty_hint()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_reset", "label": "list_reset()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reset()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_archive", "label": "list_archive()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_archive()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_delete", "label": "list_delete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_delete()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_actions", "label": "list_actions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_actions()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_item_placeholder", "label": "list_item_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_item_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_qty_label", "label": "list_qty_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_label()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_add_item", "label": "list_add_item()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_add_item()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_to_buy", "label": "list_to_buy()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_to_buy()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_checked", "label": "list_checked()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_checked()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_start_session", "label": "list_start_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_start_session()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_finish_shopping", "label": "list_finish_shopping()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_shopping()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_finish_confirm", "label": "list_finish_confirm()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_finish_confirm_yes", "label": "list_finish_confirm_yes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm_yes()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_finish_confirm_no", "label": "list_finish_confirm_no()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_finish_confirm_no()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_title", "label": "tasks_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_new_list", "label": "tasks_new_list()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_list()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_no_lists", "label": "tasks_no_lists()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_no_lists()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_create_first", "label": "tasks_create_first()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_create_first()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_new_list_placeholder", "label": "tasks_new_list_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_list_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_new_task_placeholder", "label": "tasks_new_task_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_new_task_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_empty", "label": "tasks_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_empty()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_empty_hint", "label": "tasks_empty_hint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_empty_hint()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_completed_section", "label": "tasks_completed_section()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_completed_section()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_pending_section", "label": "tasks_pending_section()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_pending_section()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_completed_by", "label": "tasks_completed_by()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_completed_by()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_toggle", "label": "tasks_toggle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_toggle()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_uncheck", "label": "tasks_uncheck()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_uncheck()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_delete", "label": "tasks_delete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_delete_list", "label": "tasks_delete_list()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete_list()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_tasks_delete_list_confirm", "label": "tasks_delete_list_confirm()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_delete_list_confirm()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_title", "label": "notes_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_new", "label": "notes_new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_new()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_pinned_section", "label": "notes_pinned_section()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_pinned_section()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_active_section", "label": "notes_active_section()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_active_section()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_archive", "label": "notes_archive()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archive()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_archive_view", "label": "notes_archive_view()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archive_view()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_archived_empty", "label": "notes_archived_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_archived_empty()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_trash_view", "label": "notes_trash_view()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_trash_view()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_trash_empty", "label": "notes_trash_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_trash_empty()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_pin", "label": "notes_pin()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_pin()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_unpin", "label": "notes_unpin()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_unpin()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_unarchive", "label": "notes_unarchive()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_unarchive()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_send_to_trash", "label": "notes_send_to_trash()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_send_to_trash()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_restore", "label": "notes_restore()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_restore()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_duplicate", "label": "notes_duplicate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_duplicate()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_color", "label": "notes_color()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_color()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_title_placeholder", "label": "notes_title_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_title_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_content_placeholder", "label": "notes_content_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_content_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_content_aria", "label": "notes_content_aria()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_content_aria()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_back_to_board", "label": "notes_back_to_board()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_back_to_board()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_saved", "label": "notes_saved()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_saved()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_saving", "label": "notes_saving()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_saving()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_empty_board", "label": "notes_empty_board()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_empty_board()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_notes_empty_board_hint", "label": "notes_empty_board_hint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_empty_board_hint()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_title", "label": "search_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_placeholder", "label": "search_placeholder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_placeholder()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_filter_all", "label": "search_filter_all()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_all()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_filter_lists", "label": "search_filter_lists()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_lists()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_filter_tasks", "label": "search_filter_tasks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_tasks()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_filter_notes", "label": "search_filter_notes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_filter_notes()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_group_shopping_items", "label": "search_group_shopping_items()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_shopping_items()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_group_tasks", "label": "search_group_tasks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_tasks()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_group_notes", "label": "search_group_notes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_group_notes()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_empty", "label": "search_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_empty()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_search_hint", "label": "search_hint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_hint()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_trash_restore", "label": "trash_restore()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_restore()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_trash_delete_permanent", "label": "trash_delete_permanent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_delete_permanent()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_trash_empty", "label": "trash_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_empty()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_trash_expires_in", "label": "trash_expires_in()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trash_expires_in()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_confirm_delete", "label": "confirm_delete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "confirm_delete()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_cancel", "label": "cancel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cancel()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_save", "label": "save()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "save()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_action_delete", "label": "action_delete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "action_delete()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_edit", "label": "edit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edit()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_add", "label": "add()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "add()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_done", "label": "done()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "done()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_sync_offline", "label": "sync_offline()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_offline()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_sync_syncing", "label": "sync_syncing()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_syncing()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_undo", "label": "undo()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "undo()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_undo_deleted_item", "label": "undo_deleted_item()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "undo_deleted_item()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_item_delete_aria", "label": "list_item_delete_aria()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_item_delete_aria()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_qty_decrease", "label": "list_qty_decrease()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_decrease()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_qty_increase", "label": "list_qty_increase()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_qty_increase()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_reorder_handle", "label": "list_reorder_handle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reorder_handle()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_edit_item", "label": "list_edit_item()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_edit_item()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_confirm", "label": "list_confirm()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_confirm()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_close", "label": "list_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_close()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_select", "label": "list_select()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_select()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_selection_count", "label": "list_selection_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_selection_count()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_cancel_selection", "label": "list_cancel_selection()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_cancel_selection()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_bulk_delete", "label": "list_bulk_delete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_delete()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_bulk_move", "label": "list_bulk_move()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_move()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_bulk_mark_checked", "label": "list_bulk_mark_checked()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_bulk_mark_checked()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_undo_bulk_delete", "label": "list_undo_bulk_delete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_undo_bulk_delete()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_move_title", "label": "list_move_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_move_title()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "es_list_move_create_new", "label": "list_move_create_new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_move_create_new()", "community": 2, "community_name": "Spanish Translations", "source_file": "apps/web/src/lib/paraglide/messages/es.js", "file_type": "code", "degree": 1}, {"id": "apps_web_src_lib_sync_undoqueue_test_ts", "label": "undoQueue.test.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "undoQueue.test.ts", "community": 122, "community_name": "undoQueue.test (undoQueue.test.ts)", "source_file": "apps/web/src/lib/sync/undoQueue.test.ts", "file_type": "code", "degree": 0}, {"id": "apps_web_src_lib_sync_queue_ts", "label": "queue.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "queue.ts", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 4}, {"id": "queue_getdb", "label": "getDb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "getDb()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 5}, {"id": "queue_syncqueue", "label": "SyncQueue", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SyncQueue", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 7}, {"id": "queue_syncqueue_constructor", "label": ".constructor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 1}, {"id": "queue_syncqueue_enqueue", "label": ".enqueue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".enqueue()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 5}, {"id": "queue_syncqueue_flush", "label": ".flush()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".flush()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 4}, {"id": "queue_syncqueue_pending", "label": ".pending()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".pending()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 4}, {"id": "queue_syncqueue_clear", "label": ".clear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 3}, {"id": "queue_syncqueue_trysend", "label": ".trySend()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".trySend()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 3}, {"id": "queue_attachonlineflush", "label": "attachOnlineFlush()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "attachOnlineFlush()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_src_lib_sync_index_ts", "label": "index.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/index.ts", "file_type": "code", "degree": 5}, {"id": "index_getqueue", "label": "getQueue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "getQueue()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/index.ts", "file_type": "code", "degree": 5}, {"id": "index_refreshpending", "label": "refreshPending()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "refreshPending()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/index.ts", "file_type": "code", "degree": 3}, {"id": "index_enqueueop", "label": "enqueueOp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "enqueueOp()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/index.ts", "file_type": "code", "degree": 4}, {"id": "index_hydratesyncstate", "label": "hydrateSyncState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "hydrateSyncState()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/index.ts", "file_type": "code", "degree": 4}, {"id": "index_resetsyncfortests", "label": "__resetSyncForTests()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__resetSyncForTests()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/index.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_src_lib_sync_undoqueue_ts", "label": "undoQueue.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "undoQueue.ts", "community": 21, "community_name": "Undo Queue", "source_file": "apps/web/src/lib/sync/undoQueue.ts", "file_type": "code", "degree": 5}, {"id": "undoqueue_scheduleundoable", "label": "scheduleUndoable()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "scheduleUndoable()", "community": 21, "community_name": "Undo Queue", "source_file": "apps/web/src/lib/sync/undoQueue.ts", "file_type": "code", "degree": 2}, {"id": "undoqueue_undo", "label": "undo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "undo()", "community": 21, "community_name": "Undo Queue", "source_file": "apps/web/src/lib/sync/undoQueue.ts", "file_type": "code", "degree": 1}, {"id": "undoqueue_commit", "label": "commit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "commit()", "community": 21, "community_name": "Undo Queue", "source_file": "apps/web/src/lib/sync/undoQueue.ts", "file_type": "code", "degree": 2}, {"id": "undoqueue_flushundoqueuefortests", "label": "__flushUndoQueueForTests()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "__flushUndoQueueForTests()", "community": 21, "community_name": "Undo Queue", "source_file": "apps/web/src/lib/sync/undoQueue.ts", "file_type": "code", "degree": 2}, {"id": "undoqueue_pendingundocount", "label": "__pendingUndoCount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__pendingUndoCount()", "community": 21, "community_name": "Undo Queue", "source_file": "apps/web/src/lib/sync/undoQueue.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_src_lib_sync_queue_test_ts", "label": "queue.test.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "queue.test.ts", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.test.ts", "file_type": "code", "degree": 3}, {"id": "queue_test_makemockclient", "label": "makeMockClient()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "makeMockClient()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.test.ts", "file_type": "code", "degree": 1}, {"id": "queue_test_clearidb", "label": "clearIdb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "clearIdb()", "community": 10, "community_name": "Offline Sync Queue", "source_file": "apps/web/src/lib/sync/queue.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_src_routes_page_svelte", "label": "+page.svelte", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 123, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_layout_svelte", "label": "+layout.svelte", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+layout.svelte", "community": 124, "community_name": "+layout (+layout.svelte)", "source_file": "apps/web/src/routes/+layout.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_logged_out_page_svelte", "label": "+page.svelte", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 125, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/logged-out/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_layout_svelte", "label": "+layout.svelte", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+layout.svelte", "community": 126, "community_name": "+layout (+layout.svelte)", "source_file": "apps/web/src/routes/(app)/+layout.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_layout_ts", "label": "+layout.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "+layout.ts", "community": 64, "community_name": "+layout (+layout.ts)", "source_file": "apps/web/src/routes/(app)/+layout.ts", "file_type": "code", "degree": 1}, {"id": "layout_load", "label": "load()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "load()", "community": 64, "community_name": "+layout (+layout.ts)", "source_file": "apps/web/src/routes/(app)/+layout.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_src_routes_app_notes_page_svelte", "label": "+page.svelte", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 127, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/notes/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_notes_id_page_svelte", "label": "+page.svelte", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 128, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/notes/[id]/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_notes_trash_page_svelte", "label": "+page.svelte", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 129, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/notes/trash/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_notes_archive_page_svelte", "label": "+page.svelte", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 130, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/notes/archive/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_settings_page_svelte", "label": "+page.svelte", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 131, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/settings/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_search_page_svelte", "label": "+page.svelte", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 132, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/search/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_tasks_page_svelte", "label": "+page.svelte", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 133, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/tasks/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_tasks_id_page_svelte", "label": "+page.svelte", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 134, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/(app)/tasks/[id]/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_app_lists_page_svelte", "label": "+page.svelte", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 11}, {"id": "page_toggletrash", "label": "toggleTrash()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleTrash()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_handlecreate", "label": "handleCreate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handleCreate()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_togglemenu", "label": "toggleMenu()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleMenu()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 1}, {"id": "page_closemenu", "label": "closeMenu()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "closeMenu()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 4}, {"id": "page_handlearchive", "label": "handleArchive()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleArchive()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 3}, {"id": "page_handlereset", "label": "handleReset()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleReset()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 3}, {"id": "page_handledelete", "label": "handleDelete()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleDelete()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 3}, {"id": "page_handlerestore", "label": "handleRestore()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handleRestore()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_handlepermanentdelete", "label": "handlePermanentDelete()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handlePermanentDelete()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_handlewindowclick", "label": "handleWindowClick()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handleWindowClick()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 1}, {"id": "page_trashdaysleft", "label": "trashDaysLeft()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trashDaysLeft()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/+page.svelte", "file_type": "code", "degree": 1}, {"id": "apps_web_src_routes_app_lists_id_page_svelte", "label": "+page.svelte", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 46, "community_name": "List Detail Svelte Page", "source_file": "apps/web/src/routes/(app)/lists/[id]/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_each", "label": "#each()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "#each()", "community": 46, "community_name": "List Detail Svelte Page", "source_file": "apps/web/src/routes/(app)/lists/[id]/+page.svelte", "file_type": "code", "degree": 1}, {"id": "page_additemform", "label": "addItemForm()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "addItemForm()", "community": 46, "community_name": "List Detail Svelte Page", "source_file": "apps/web/src/routes/(app)/lists/[id]/+page.svelte", "file_type": "code", "degree": 1}, {"id": "apps_web_src_routes_app_lists_id_session_page_svelte", "label": "+page.svelte", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/[id]/session/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_togglecheck", "label": "toggleCheck()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleCheck()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/[id]/session/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_confirmfinish", "label": "confirmFinish()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "confirmFinish()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/lists/[id]/session/+page.svelte", "file_type": "code", "degree": 2}, {"id": "apps_web_src_routes_app_collective_manage_page_svelte", "label": "+page.svelte", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/collective/manage/+page.svelte", "file_type": "code", "degree": 3}, {"id": "page_removemember", "label": "removeMember()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "removeMember()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/collective/manage/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_generateinvitelink", "label": "generateInviteLink()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "generateInviteLink()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/collective/manage/+page.svelte", "file_type": "code", "degree": 2}, {"id": "page_copylink", "label": "copyLink()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "copyLink()", "community": 4, "community_name": "Frontend Svelte Stores", "source_file": "apps/web/src/routes/(app)/collective/manage/+page.svelte", "file_type": "code", "degree": 1}, {"id": "apps_web_src_routes_onboarding_page_svelte", "label": "+page.svelte", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 135, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/onboarding/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_src_routes_auth_callback_page_svelte", "label": "+page.svelte", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "+page.svelte", "community": 136, "community_name": "+page (+page.svelte)", "source_file": "apps/web/src/routes/auth/callback/+page.svelte", "file_type": "code", "degree": 0}, {"id": "apps_web_dev_dist_workbox_c6ace0a7_js", "label": "workbox-c6ace0a7.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "workbox-c6ace0a7.js", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 48}, {"id": "workbox_c6ace0a7_generatorfunction", "label": "generatorFunction()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generatorFunction()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_workboxerror", "label": "WorkboxError", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkboxError", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_workboxerror_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_isarray", "label": "isArray()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "isArray()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_hasmethod", "label": "hasMethod()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "hasMethod()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_istype", "label": "isType()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "isType()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_isinstance", "label": "isInstance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "isInstance()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_isoneof", "label": "isOneOf()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isOneOf()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_isarrayofclass", "label": "isArrayOfClass()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "isArrayOfClass()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_normalizehandler", "label": "normalizeHandler()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeHandler()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 7}, {"id": "workbox_c6ace0a7_route", "label": "Route", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Route", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_route_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_route_setcatchhandler", "label": ".setCatchHandler()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".setCatchHandler()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_regexproute", "label": "RegExpRoute", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RegExpRoute", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_regexproute_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_getfriendlyurl", "label": "getFriendlyURL()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFriendlyURL()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 7}, {"id": "workbox_c6ace0a7_router", "label": "Router", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Router", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 11}, {"id": "workbox_c6ace0a7_router_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_router_routes", "label": ".routes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".routes()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_router_addfetchlistener", "label": ".addFetchListener()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".addFetchListener()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_router_addcachelistener", "label": ".addCacheListener()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".addCacheListener()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_router_handlerequest", "label": ".handleRequest()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleRequest()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 5}, {"id": "workbox_c6ace0a7_router_findmatchingroute", "label": ".findMatchingRoute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".findMatchingRoute()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_router_setdefaulthandler", "label": ".setDefaultHandler()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".setDefaultHandler()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_router_setcatchhandler", "label": ".setCatchHandler()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".setCatchHandler()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_router_registerroute", "label": ".registerRoute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".registerRoute()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_router_unregisterroute", "label": ".unregisterRoute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".unregisterRoute()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_getorcreatedefaultrouter", "label": "getOrCreateDefaultRouter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getOrCreateDefaultRouter()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_registerroute", "label": "registerRoute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "registerRoute()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_createcachename", "label": "_createCacheName()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_createCacheName()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_eachcachenamedetail", "label": "eachCacheNameDetail()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "eachCacheNameDetail()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_waituntil", "label": "waitUntil()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "waitUntil()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_createcachekey", "label": "createCacheKey()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "createCacheKey()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precacheinstallreportplugin", "label": "PrecacheInstallReportPlugin", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PrecacheInstallReportPlugin", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precacheinstallreportplugin_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precachecachekeyplugin", "label": "PrecacheCacheKeyPlugin", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PrecacheCacheKeyPlugin", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precachecachekeyplugin_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_loggroup", "label": "logGroup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "logGroup()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_printcleanupdetails", "label": "printCleanupDetails()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "printCleanupDetails()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_nestedgroup", "label": "_nestedGroup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_nestedGroup()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_printinstalldetails", "label": "printInstallDetails()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "printInstallDetails()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_canconstructresponsefrombodystream", "label": "canConstructResponseFromBodyStream()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "canConstructResponseFromBodyStream()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_copyresponse", "label": "copyResponse()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "copyResponse()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_stripparams", "label": "stripParams()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "stripParams()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_cachematchignoreparams", "label": "cacheMatchIgnoreParams()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "cacheMatchIgnoreParams()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_deferred", "label": "Deferred", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Deferred", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_deferred_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_executequotaerrorcallbacks", "label": "executeQuotaErrorCallbacks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "executeQuotaErrorCallbacks()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_timeout", "label": "timeout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "timeout()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_torequest", "label": "toRequest()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "toRequest()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 5}, {"id": "workbox_c6ace0a7_strategyhandler", "label": "StrategyHandler", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StrategyHandler", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 14}, {"id": "workbox_c6ace0a7_strategyhandler_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_strategyhandler_fetch", "label": ".fetch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetch()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 10}, {"id": "workbox_c6ace0a7_strategyhandler_fetchandcacheput", "label": ".fetchAndCachePut()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchAndCachePut()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_strategyhandler_cachematch", "label": ".cacheMatch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".cacheMatch()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 5}, {"id": "workbox_c6ace0a7_strategyhandler_cacheput", "label": ".cachePut()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cachePut()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 13}, {"id": "workbox_c6ace0a7_strategyhandler_getcachekey", "label": ".getCacheKey()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCacheKey()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 6}, {"id": "workbox_c6ace0a7_strategyhandler_hascallback", "label": ".hasCallback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasCallback()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_strategyhandler_runcallbacks", "label": ".runCallbacks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".runCallbacks()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 5}, {"id": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "label": ".iterateCallbacks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".iterateCallbacks()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 8}, {"id": "workbox_c6ace0a7_strategyhandler_waituntil", "label": ".waitUntil()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".waitUntil()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 6}, {"id": "workbox_c6ace0a7_strategyhandler_donewaiting", "label": ".doneWaiting()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".doneWaiting()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_strategyhandler_destroy", "label": ".destroy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".destroy()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_strategyhandler_ensureresponsesafetocache", "label": "._ensureResponseSafeToCache()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._ensureResponseSafeToCache()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_strategy", "label": "Strategy", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Strategy", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 6}, {"id": "workbox_c6ace0a7_strategy_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_strategy_handle", "label": ".handle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_strategy_handleall", "label": ".handleAll()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleAll()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_strategy_getresponse", "label": "._getResponse()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._getResponse()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 6}, {"id": "workbox_c6ace0a7_strategy_awaitcomplete", "label": "._awaitComplete()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._awaitComplete()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 5}, {"id": "workbox_c6ace0a7_precachestrategy", "label": "PrecacheStrategy", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PrecacheStrategy", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 6}, {"id": "workbox_c6ace0a7_precachestrategy_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precachestrategy_handle", "label": "._handle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._handle()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 5}, {"id": "workbox_c6ace0a7_precachestrategy_handlefetch", "label": "._handleFetch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._handleFetch()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 7}, {"id": "workbox_c6ace0a7_precachestrategy_handleinstall", "label": "._handleInstall()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._handleInstall()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 5}, {"id": "workbox_c6ace0a7_precachestrategy_usedefaultcacheabilitypluginifneeded", "label": "._useDefaultCacheabilityPluginIfNeeded()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._useDefaultCacheabilityPluginIfNeeded()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_cachewillupdate", "label": "cacheWillUpdate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cacheWillUpdate()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precachecontroller", "label": "PrecacheController", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PrecacheController", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 13}, {"id": "workbox_c6ace0a7_precachecontroller_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precachecontroller_strategy", "label": ".strategy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".strategy()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precachecontroller_precache", "label": ".precache()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".precache()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precachecontroller_addtocachelist", "label": ".addToCacheList()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".addToCacheList()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_precachecontroller_install", "label": ".install()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".install()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precachecontroller_activate", "label": ".activate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".activate()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precachecontroller_geturlstocachekeys", "label": ".getURLsToCacheKeys()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getURLsToCacheKeys()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precachecontroller_getcachedurls", "label": ".getCachedURLs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCachedURLs()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precachecontroller_getcachekeyforurl", "label": ".getCacheKeyForURL()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCacheKeyForURL()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_precachecontroller_getintegrityforcachekey", "label": ".getIntegrityForCacheKey()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getIntegrityForCacheKey()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precachecontroller_matchprecache", "label": ".matchPrecache()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".matchPrecache()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precachecontroller_createhandlerboundtourl", "label": ".createHandlerBoundToURL()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".createHandlerBoundToURL()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_getorcreateprecachecontroller", "label": "getOrCreatePrecacheController()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getOrCreatePrecacheController()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_removeignoredsearchparams", "label": "removeIgnoredSearchParams()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "removeIgnoredSearchParams()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_precacheroute", "label": "PrecacheRoute", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PrecacheRoute", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_precacheroute_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_addroute", "label": "addRoute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "addRoute()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 4}, {"id": "workbox_c6ace0a7_precache", "label": "precache()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "precache()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_precacheandroute", "label": "precacheAndRoute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "precacheAndRoute()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_deleteoutdatedcaches", "label": "deleteOutdatedCaches()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteOutdatedCaches()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_cleanupoutdatedcaches", "label": "cleanupOutdatedCaches()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanupOutdatedCaches()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_navigationroute", "label": "NavigationRoute", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NavigationRoute", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 3}, {"id": "workbox_c6ace0a7_navigationroute_constructor", "label": ".constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "workbox_c6ace0a7_navigationroute_match", "label": "._match()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._match()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 1}, {"id": "workbox_c6ace0a7_createhandlerboundtourl", "label": "createHandlerBoundToURL()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "createHandlerBoundToURL()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/dev-dist/workbox-c6ace0a7.js", "file_type": "code", "degree": 2}, {"id": "apps_web_dev_dist_suppress_warnings_js", "label": "suppress-warnings.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "suppress-warnings.js", "community": 137, "community_name": "suppress-warnings (suppress-warnings.js)", "source_file": "apps/web/dev-dist/suppress-warnings.js", "file_type": "code", "degree": 0}, {"id": "apps_web_dev_dist_sw_js", "label": "sw.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sw.js", "community": 47, "community_name": "Dev Service Worker", "source_file": "apps/web/dev-dist/sw.js", "file_type": "code", "degree": 2}, {"id": "sw_singlerequire", "label": "singleRequire()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "singleRequire()", "community": 47, "community_name": "Dev Service Worker", "source_file": "apps/web/dev-dist/sw.js", "file_type": "code", "degree": 2}, {"id": "sw_require", "label": "require()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "require()", "community": 47, "community_name": "Dev Service Worker", "source_file": "apps/web/dev-dist/sw.js", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_fixtures_global_setup_ts", "label": "global-setup.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "global-setup.ts", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/tests/fixtures/global-setup.ts", "file_type": "code", "degree": 1}, {"id": "global_setup_globalsetup", "label": "globalSetup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "globalSetup()", "community": 3, "community_name": "PWA Service Worker (Workbox)", "source_file": "apps/web/tests/fixtures/global-setup.ts", "file_type": "code", "degree": 3}, {"id": "apps_web_tests_fixtures_login_ts", "label": "login.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "login.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/login.ts", "file_type": "code", "degree": 19}, {"id": "login_loginas", "label": "loginAs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loginAs()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/login.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_fixtures_db_ts", "label": "db.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "db.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/db.ts", "file_type": "code", "degree": 8}, {"id": "db_reseteva", "label": "resetEva()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resetEva()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/db.ts", "file_type": "code", "degree": 2}, {"id": "db_seedexpiredinvitation", "label": "seedExpiredInvitation()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "seedExpiredInvitation()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/db.ts", "file_type": "code", "degree": 2}, {"id": "db_seedusedinvitation", "label": "seedUsedInvitation()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "seedUsedInvitation()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/db.ts", "file_type": "code", "degree": 2}, {"id": "db_restoreseedmembership", "label": "restoreSeedMembership()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "restoreSeedMembership()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/db.ts", "file_type": "code", "degree": 2}, {"id": "db_countmembership", "label": "countMembership()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "countMembership()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/db.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_fixtures_users_ts", "label": "users.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": "users.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/fixtures/users.ts", "file_type": "code", "degree": 18}, {"id": "apps_web_tests_e2e_realtime_test_ts", "label": "realtime.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "realtime.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/realtime.test.ts", "file_type": "code", "degree": 3}, {"id": "realtime_test_loggedinlistpage", "label": "loggedInListPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loggedInListPage()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/realtime.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_session_test_ts", "label": "session.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "session.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/session.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_insecure_context_test_ts", "label": "insecure-context.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "insecure-context.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/insecure-context.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_items_test_ts", "label": "items.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "items.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/items.test.ts", "file_type": "code", "degree": 4}, {"id": "items_test_gotoseedlist", "label": "gotoSeedList()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gotoSeedList()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/items.test.ts", "file_type": "code", "degree": 1}, {"id": "items_test_itemrow", "label": "itemRow()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "itemRow()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/items.test.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_tests_e2e_pwa_test_ts", "label": "pwa.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pwa.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/pwa.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_lists_test_ts", "label": "lists.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lists.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/lists.test.ts", "file_type": "code", "degree": 6}, {"id": "lists_test_listheading", "label": "listHeading()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "listHeading()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/lists.test.ts", "file_type": "code", "degree": 2}, {"id": "lists_test_cardactionsbutton", "label": "cardActionsButton()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cardActionsButton()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/lists.test.ts", "file_type": "code", "degree": 1}, {"id": "lists_test_gotolistsclean", "label": "gotoListsClean()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gotoListsClean()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/lists.test.ts", "file_type": "code", "degree": 1}, {"id": "lists_test_createlist", "label": "createList()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "createList()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/lists.test.ts", "file_type": "code", "degree": 3}, {"id": "apps_web_tests_e2e_mobile_masthead_test_ts", "label": "mobile-masthead.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "mobile-masthead.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/mobile-masthead.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_selection_test_ts", "label": "selection.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "selection.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/selection.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_onboarding_test_ts", "label": "onboarding.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/onboarding.test.ts", "file_type": "code", "degree": 3}, {"id": "apps_web_tests_e2e_search_test_ts", "label": "search.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "search.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/search.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_tasks_test_ts", "label": "tasks.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/tasks.test.ts", "file_type": "code", "degree": 4}, {"id": "tasks_test_gototasksclean", "label": "gotoTasksClean()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gotoTasksClean()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/tasks.test.ts", "file_type": "code", "degree": 1}, {"id": "tasks_test_createtasklist", "label": "createTaskList()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "createTaskList()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/tasks.test.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_tests_e2e_invitation_test_ts", "label": "invitation.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "invitation.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/invitation.test.ts", "file_type": "code", "degree": 3}, {"id": "apps_web_tests_e2e_notes_test_ts", "label": "notes.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "notes.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/notes.test.ts", "file_type": "code", "degree": 4}, {"id": "notes_test_gotonotes", "label": "gotoNotes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gotoNotes()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/notes.test.ts", "file_type": "code", "degree": 1}, {"id": "notes_test_createnote", "label": "createNote()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "createNote()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/notes.test.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_tests_e2e_offline_test_ts", "label": "offline.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "offline.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/offline.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_auth_test_ts", "label": "auth.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "auth.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/auth.test.ts", "file_type": "code", "degree": 3}, {"id": "auth_test_confirmkeycloaklogout", "label": "confirmKeycloakLogout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "confirmKeycloakLogout()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/auth.test.ts", "file_type": "code", "degree": 1}, {"id": "apps_web_tests_e2e_mobile_shell_test_ts", "label": "mobile-shell.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "mobile-shell.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/mobile-shell.test.ts", "file_type": "code", "degree": 2}, {"id": "apps_web_tests_e2e_manage_collective_test_ts", "label": "manage-collective.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "manage-collective.test.ts", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "apps/web/tests/e2e/manage-collective.test.ts", "file_type": "code", "degree": 3}, {"id": "packages_types_src_database_ts", "label": "database.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "database.ts", "community": 65, "community_name": "database (database.ts)", "source_file": "packages/types/src/database.ts", "file_type": "code", "degree": 1}, {"id": "packages_types_src_domain_ts", "label": "domain.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "domain.ts", "community": 65, "community_name": "database (database.ts)", "source_file": "packages/types/src/domain.ts", "file_type": "code", "degree": 1}, {"id": "packages_types_src_index_ts", "label": "index.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 138, "community_name": "index (index.ts)", "source_file": "packages/types/src/index.ts", "file_type": "code", "degree": 0}, {"id": "packages_test_utils_vitest_config_ts", "label": "vitest.config.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vitest.config.ts", "community": 139, "community_name": "vitest.config (vitest.config.ts)", "source_file": "packages/test-utils/vitest.config.ts", "file_type": "code", "degree": 0}, {"id": "packages_test_utils_src_realtime_helpers_ts", "label": "realtime-helpers.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "realtime-helpers.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/realtime-helpers.ts", "file_type": "code", "degree": 3}, {"id": "realtime_helpers_subscribepostgreschanges", "label": "subscribePostgresChanges()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "subscribePostgresChanges()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/realtime-helpers.ts", "file_type": "code", "degree": 1}, {"id": "packages_test_utils_src_seed_constants_ts", "label": "seed-constants.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "seed-constants.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/seed-constants.ts", "file_type": "code", "degree": 13}, {"id": "packages_test_utils_src_supabase_clients_ts", "label": "supabase-clients.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "supabase-clients.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/supabase-clients.ts", "file_type": "code", "degree": 17}, {"id": "supabase_clients_requiredenv", "label": "requiredEnv()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "requiredEnv()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/supabase-clients.ts", "file_type": "code", "degree": 4}, {"id": "supabase_clients_signtoken", "label": "signToken()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "signToken()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/supabase-clients.ts", "file_type": "code", "degree": 3}, {"id": "supabase_clients_createclientas", "label": "createClientAs()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "createClientAs()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/supabase-clients.ts", "file_type": "code", "degree": 3}, {"id": "supabase_clients_createadminclient", "label": "createAdminClient()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "createAdminClient()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/supabase-clients.ts", "file_type": "code", "degree": 2}, {"id": "packages_test_utils_src_index_ts", "label": "index.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 140, "community_name": "index (index.ts)", "source_file": "packages/test-utils/src/index.ts", "file_type": "code", "degree": 0}, {"id": "packages_test_utils_src_db_helpers_ts", "label": "db-helpers.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "db-helpers.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/db-helpers.ts", "file_type": "code", "degree": 8}, {"id": "db_helpers_getpool", "label": "getPool()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getPool()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "packages/test-utils/src/db-helpers.ts", "file_type": "code", "degree": 2}, {"id": "db_helpers_sql", "label": "sql()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sql()", "community": 6, "community_name": "Playwright E2E Tests", "source_file": "packages/test-utils/src/db-helpers.ts", "file_type": "code", "degree": 7}, {"id": "db_helpers_closepool", "label": "closePool()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "closePool()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/src/db-helpers.ts", "file_type": "code", "degree": 1}, {"id": "packages_test_utils_tests_rls_audit_test_ts", "label": "rls-audit.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-audit.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-audit.test.ts", "file_type": "code", "degree": 3}, {"id": "packages_test_utils_tests_rls_collective_test_ts", "label": "rls-collective.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-collective.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-collective.test.ts", "file_type": "code", "degree": 2}, {"id": "packages_test_utils_tests_realtime_presence_test_ts", "label": "realtime-presence.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "realtime-presence.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/realtime-presence.test.ts", "file_type": "code", "degree": 4}, {"id": "realtime_presence_test_track", "label": "track()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "track()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/realtime-presence.test.ts", "file_type": "code", "degree": 1}, {"id": "realtime_presence_test_subscribepresence", "label": "subscribePresence()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "subscribePresence()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/realtime-presence.test.ts", "file_type": "code", "degree": 1}, {"id": "packages_test_utils_tests_realtime_isolation_test_ts", "label": "realtime-isolation.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "realtime-isolation.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/realtime-isolation.test.ts", "file_type": "code", "degree": 4}, {"id": "realtime_isolation_test_track", "label": "track()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "track()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/realtime-isolation.test.ts", "file_type": "code", "degree": 1}, {"id": "packages_test_utils_tests_search_test_ts", "label": "search.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "search.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/search.test.ts", "file_type": "code", "degree": 4}, {"id": "search_test_search", "label": "search()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/search.test.ts", "file_type": "code", "degree": 1}, {"id": "packages_test_utils_tests_rls_lists_test_ts", "label": "rls-lists.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-lists.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-lists.test.ts", "file_type": "code", "degree": 3}, {"id": "packages_test_utils_tests_rate_limit_test_ts", "label": "rate-limit.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rate-limit.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rate-limit.test.ts", "file_type": "code", "degree": 3}, {"id": "rate_limit_test_signborja", "label": "signBorja()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "signBorja()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rate-limit.test.ts", "file_type": "code", "degree": 1}, {"id": "packages_test_utils_tests_rls_tasks_test_ts", "label": "rls-tasks.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-tasks.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-tasks.test.ts", "file_type": "code", "degree": 3}, {"id": "packages_test_utils_tests_rls_isolation_test_ts", "label": "rls-isolation.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-isolation.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-isolation.test.ts", "file_type": "code", "degree": 2}, {"id": "packages_test_utils_tests_rls_frequency_test_ts", "label": "rls-frequency.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-frequency.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-frequency.test.ts", "file_type": "code", "degree": 2}, {"id": "packages_test_utils_tests_realtime_postgres_changes_test_ts", "label": "realtime-postgres-changes.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "realtime-postgres-changes.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/realtime-postgres-changes.test.ts", "file_type": "code", "degree": 4}, {"id": "realtime_postgres_changes_test_track", "label": "track()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "track()", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/realtime-postgres-changes.test.ts", "file_type": "code", "degree": 1}, {"id": "packages_test_utils_tests_rls_items_test_ts", "label": "rls-items.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-items.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-items.test.ts", "file_type": "code", "degree": 2}, {"id": "packages_test_utils_tests_rls_notes_test_ts", "label": "rls-notes.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rls-notes.test.ts", "community": 9, "community_name": "Integration Test Helpers", "source_file": "packages/test-utils/tests/rls-notes.test.ts", "file_type": "code", "degree": 3}, {"id": "readme_development_plan", "label": "Development plan (Fase 0-6 roadmap)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Development plan (Fase 0-6 roadmap)", "community": 66, "community_name": "README (Development plan (Fase 0-6 roadmap))", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_tdd_methodology", "label": "TDD methodology per phase (X.0 tests first)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TDD methodology per phase (X.0 tests first)", "community": 66, "community_name": "README (Development plan (Fase 0-6 roadmap))", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_stack_sveltekit", "label": "Stack: SvelteKit 2 frontend/PWA", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: SvelteKit 2 frontend/PWA", "community": 68, "community_name": "app (app.html SvelteKit shell)", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_stack_supabase_selfhosted", "label": "Stack: Supabase self-hosted BaaS", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: Supabase self-hosted BaaS", "community": 141, "community_name": "README (Stack: Supabase self-hosted BaaS)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_keycloak", "label": "Stack: Keycloak self-hosted IdP", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: Keycloak self-hosted IdP", "community": 142, "community_name": "README (Stack: Keycloak self-hosted IdP)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_postgres_15", "label": "Stack: PostgreSQL 15", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: PostgreSQL 15", "community": 143, "community_name": "README (Stack: PostgreSQL 15)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_realtime_websocket", "label": "Stack: Supabase Realtime (WebSocket)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: Supabase Realtime (WebSocket)", "community": 144, "community_name": "README (Stack: Supabase Realtime (WebSocket))", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_idb_offline", "label": "Stack: IndexedDB via idb", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: IndexedDB via idb", "community": 145, "community_name": "README (Stack: IndexedDB via idb)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_vite_pwa", "label": "Stack: @vite-pwa/sveltekit + Workbox", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: @vite-pwa/sveltekit + Workbox", "community": 38, "community_name": "iOS PWA Meta + Caveats", "source_file": "README.md", "file_type": "document", "degree": 2}, {"id": "readme_stack_docker_compose", "label": "Stack: Docker Compose dev + prod", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: Docker Compose dev + prod", "community": 146, "community_name": "README (Stack: Docker Compose dev + prod)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_github_actions", "label": "Stack: GitHub Actions CI/CD", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: GitHub Actions CI/CD", "community": 147, "community_name": "README (Stack: GitHub Actions CI/CD)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_resend_smtp", "label": "Stack: Resend SMTP", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: Resend SMTP", "community": 148, "community_name": "README (Stack: Resend SMTP)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_stack_backblaze_backups", "label": "Stack: pg_dump -> Backblaze B2 backups", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack: pg_dump -&gt; Backblaze B2 backups", "community": 149, "community_name": "README (Stack: pg_dump -> Backblaze B2 backups)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_repo_layout", "label": "Repo layout (apps/web, packages, supabase, keycloak, infra)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Repo layout (apps/web, packages, supabase, keycloak, infra)", "community": 67, "community_name": "README (Justfile command reference)", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_justfile_reference", "label": "Justfile command reference", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Justfile command reference", "community": 67, "community_name": "README (Justfile command reference)", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_local_endpoints_credentials", "label": "Local endpoints + dev credentials", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Local endpoints + dev credentials", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_decision_option_b_gotrue_proxy", "label": "Decision: Option B \u2014 GoTrue as OIDC proxy", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Decision: Option B \u2014 GoTrue as OIDC proxy", "community": 150, "community_name": "README (Decision: Option B \u2014 GoTrue as OIDC prox)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_decision_selfregistration_keycloak", "label": "Decision: self-registration in Keycloak", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Decision: self-registration in Keycloak", "community": 151, "community_name": "README (Decision: self-registration in Keycloak)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_decision_invitations_link_only", "label": "Decision: invitations link-only", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Decision: invitations link-only", "community": 152, "community_name": "README (Decision: invitations link-only)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_warning_keycloak_supabase_rls", "label": "Warning: Keycloak JWT + Supabase RLS via GoTrue proxy", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning: Keycloak JWT + Supabase RLS via GoTrue proxy", "community": 153, "community_name": "README (Warning: Keycloak JWT + Supabase RLS via)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_warning_keycloak_prod_requirements", "label": "Warning: Keycloak prod: 512MB+, public discovery, SSL external", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning: Keycloak prod: 512MB+, public discovery, SSL external", "community": 154, "community_name": "README (Warning: Keycloak prod: 512MB+, public d)", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_warning_ios_safari_pwa", "label": "Warning: iOS Safari / PWA caveats (no Background Sync, push iOS 16.4+)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning: iOS Safari / PWA caveats (no Background Sync, push iOS 16.4+)", "community": 38, "community_name": "iOS PWA Meta + Caveats", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "readme_warning_realtime_selfhosted", "label": "Warning: Realtime MAX_REPLICATION_SLOTS / presence cost", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning: Realtime MAX_REPLICATION_SLOTS / presence cost", "community": 155, "community_name": "README (Warning: Realtime MAX_REPLICATION_SLOTS )", "source_file": "README.md", "file_type": "document", "degree": 0}, {"id": "readme_warning_last_write_wins_no_crdt", "label": "Warning: last-write-wins, no CRDT in MVP", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning: last-write-wins, no CRDT in MVP", "community": 36, "community_name": "Sync Strategy + Realtime", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "apphtml_shell", "label": "app.html SvelteKit shell", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "app.html SvelteKit shell", "community": 68, "community_name": "app (app.html SvelteKit shell)", "source_file": "apps/web/src/app.html", "file_type": "code", "degree": 1}, {"id": "apphtml_ios_pwa_meta_tags", "label": "iOS PWA meta tags (apple-mobile-web-app-*)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "iOS PWA meta tags (apple-mobile-web-app-*)", "community": 38, "community_name": "iOS PWA Meta + Caveats", "source_file": "apps/web/src/app.html", "file_type": "code", "degree": 2}, {"id": "apphtml_paraglide_lang", "label": "html lang=%paraglide.lang% (Paraglide SSR)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "html lang=%paraglide.lang% (Paraglide SSR)", "community": 156, "community_name": "app (html lang=%paraglide.lang% (Paraglide SS)", "source_file": "apps/web/src/app.html", "file_type": "code", "degree": 0}, {"id": "silentchecksso_html", "label": "silent-check-sso.html (Keycloak silent SSO postMessage)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "silent-check-sso.html (Keycloak silent SSO postMessage)", "community": 157, "community_name": "silent-check-sso (silent-check-sso.html (Keycloak silent S)", "source_file": "apps/web/static/silent-check-sso.html", "file_type": "code", "degree": 0}, {"id": "iconsreadme_placeholders", "label": "PWA icon placeholders (192/512/maskable/180)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PWA icon placeholders (192/512/maskable/180)", "community": 38, "community_name": "iOS PWA Meta + Caveats", "source_file": "apps/web/static/icons/README.md", "file_type": "document", "degree": 1}, {"id": "pwa_icon_asset", "label": "PWA Icon Asset (letter C on dark navy background)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PWA Icon Asset (letter C on dark navy background)", "community": 31, "community_name": "PWA Icon Assets", "source_file": "apps/web/static/icons/README.md", "file_type": "image", "degree": 4}, {"id": "analisisfuncional_modulo_colectivo_miembros", "label": "Modulo Colectivo y Miembros", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Modulo Colectivo y Miembros", "community": 30, "community_name": "Collective + Membership Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 3}, {"id": "analisisfuncional_concepto_colectivo", "label": "Concepto de Colectivo (unidad organizativa central)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Concepto de Colectivo (unidad organizativa central)", "community": 69, "community_name": "analisis-funcional (Concepto de Colectivo (unidad organizati)", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_roles_colectivo", "label": "Roles: administrador | miembro | invitado", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Roles: administrador | miembro | invitado", "community": 158, "community_name": "analisis-funcional (Roles: administrador | miembro | invitad)", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 0}, {"id": "analisisfuncional_rationale_permisos_simples", "label": "Rationale: modelo de permisos deliberadamente simple", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Rationale: modelo de permisos deliberadamente simple", "community": 37, "community_name": "Domain Roles + Business Rules", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_entity_colectivo", "label": "Entity: Colectivo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: Colectivo", "community": 30, "community_name": "Collective + Membership Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 3}, {"id": "analisisfuncional_entity_miembrocolectivo", "label": "Entity: MiembroColectivo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: MiembroColectivo", "community": 30, "community_name": "Collective + Membership Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_entity_invitacioncolectivo", "label": "Entity: InvitacionColectivo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: InvitacionColectivo", "community": 30, "community_name": "Collective + Membership Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 3}, {"id": "analisisfuncional_usecases_colectivo", "label": "Casos de uso Colectivo CU-H01..CU-H09", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Casos de uso Colectivo CU-H01..CU-H09", "community": 159, "community_name": "analisis-funcional (Casos de uso Colectivo CU-H01..CU-H09)", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 0}, {"id": "analisisfuncional_flujo_incorporacion_miembro", "label": "Flujo: incorporacion de nuevo miembro", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Flujo: incorporacion de nuevo miembro", "community": 30, "community_name": "Collective + Membership Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_modulo_lista_compra", "label": "Modulo Lista de la Compra", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Modulo Lista de la Compra", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 10}, {"id": "analisisfuncional_entity_listacompra", "label": "Entity: ListaCompra", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: ListaCompra", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_entity_itemcompra", "label": "Entity: ItemCompra", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: ItemCompra", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 3}, {"id": "analisisfuncional_estados_lista", "label": "Estados de una Lista (activa/completada/archivada)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estados de una Lista (activa/completada/archivada)", "community": 160, "community_name": "analisis-funcional (Estados de una Lista (activa/completada/)", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 0}, {"id": "analisisfuncional_modo_ir_de_compras", "label": "Modo Ir de Compras (UX dedicada supermercado)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Modo Ir de Compras (UX dedicada supermercado)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 5}, {"id": "analisisfuncional_usecases_lista_compra", "label": "Casos de uso Lista Compra CU-C01..CU-C12", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Casos de uso Lista Compra CU-C01..CU-C12", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_recomendaciones_items_frecuentes", "label": "Recomendaciones items frecuentes (sin IA, frecuencia DB)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Recomendaciones items frecuentes (sin IA, frecuencia DB)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_flujo_sesion_compra", "label": "Flujo: Sesion de Compra", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Flujo: Sesion de Compra", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_modulo_tareas", "label": "Modulo Tareas", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Modulo Tareas", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 5}, {"id": "analisisfuncional_entity_listatareas", "label": "Entity: ListaTareas", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: ListaTareas", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_entity_tarea", "label": "Entity: Tarea", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: Tarea", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_rationale_tareas_simples", "label": "Rationale: Tareas sin fechas/prioridades/subtareas en MVP", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Rationale: Tareas sin fechas/prioridades/subtareas en MVP", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_usecases_tareas", "label": "Casos de uso Tareas CU-T01..CU-T09", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Casos de uso Tareas CU-T01..CU-T09", "community": 161, "community_name": "analisis-funcional (Casos de uso Tareas CU-T01..CU-T09)", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 0}, {"id": "analisisfuncional_modulo_notas", "label": "Modulo Notas", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Modulo Notas", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_entity_nota", "label": "Entity: Nota", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: Nota", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_rationale_notas_scope_reducido", "label": "Rationale: notas scope reducido (sin imagen/audio/version)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Rationale: notas scope reducido (sin imagen/audio/version)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_usecases_notas", "label": "Casos de uso Notas CU-N01..CU-N09", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Casos de uso Notas CU-N01..CU-N09", "community": 162, "community_name": "analisis-funcional (Casos de uso Notas CU-N01..CU-N09)", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 0}, {"id": "analisisfuncional_modulo_auth_usuarios", "label": "Modulo Autenticacion y Usuarios", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Modulo Autenticacion y Usuarios", "community": 22, "community_name": "User Settings Screens", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_entity_user", "label": "Entity: User (display_name, avatar_type, language)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Entity: User (display_name, avatar_type, language)", "community": 22, "community_name": "User Settings Screens", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_settings_screen", "label": "Pantalla /settings (display name, avatar, language)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Pantalla /settings (display name, avatar, language)", "community": 22, "community_name": "User Settings Screens", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 4}, {"id": "analisisfuncional_modulo_sync_offline", "label": "Modulo Sincronizacion y Offline", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Modulo Sincronizacion y Offline", "community": 39, "community_name": "Offline-First Strategy", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_estrategia_offline_first", "label": "Estrategia Offline-First (IndexedDB/SQLite)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Estrategia Offline-First (IndexedDB/SQLite)", "community": 39, "community_name": "Offline-First Strategy", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_sync_realtime_ws", "label": "Sincronizacion WebSocket + presencia + SSE/polling", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Sincronizacion WebSocket + presencia + SSE/polling", "community": 39, "community_name": "Offline-First Strategy", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 2}, {"id": "analisisfuncional_modulo_busqueda", "label": "Modulo Busqueda", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Modulo Busqueda", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_reglas_globales", "label": "Reglas de Negocio Globales RN-01..RN-12", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Reglas de Negocio Globales RN-01..RN-12", "community": 69, "community_name": "analisis-funcional (Concepto de Colectivo (unidad organizati)", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_no_funcionales", "label": "Requerimientos No Funcionales (<1s sync, offline, TLS)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Requerimientos No Funcionales (&lt;1s sync, offline, TLS)", "community": 39, "community_name": "Offline-First Strategy", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 1}, {"id": "analisisfuncional_pantallas_mvp", "label": "Pantallas Principales del MVP", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Pantallas Principales del MVP", "community": 7, "community_name": "Functional Domain Entities", "source_file": "analysis/analisis-funcional.md", "file_type": "document", "degree": 5}, {"id": "designref_colectivo_design_reference_html", "label": "Reference mock: colectivo_design_reference.html", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Reference mock: colectivo_design_reference.html", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/colectivo_design_reference.html", "file_type": "code", "degree": 1}, {"id": "codehtml_search_mobile", "label": "Stitch mock: search_mobile screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: search_mobile screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/search_mobile/code.html", "file_type": "code", "degree": 2}, {"id": "codehtml_settings_2", "label": "Stitch mock: settings_2 screen", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: settings_2 screen", "community": 22, "community_name": "User Settings Screens", "source_file": "design/settings_2/code.html", "file_type": "code", "degree": 3}, {"id": "codehtml_tasks_view", "label": "Stitch mock: tasks_view screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: tasks_view screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/tasks_view/code.html", "file_type": "code", "degree": 1}, {"id": "codehtml_grocery_list_quick_quantity", "label": "Stitch mock: grocery_list_with_quick_quantity_controls", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: grocery_list_with_quick_quantity_controls", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/grocery_list_with_quick_quantity_controls/code.html", "file_type": "code", "degree": 2}, {"id": "codehtml_shopping_session_1", "label": "Stitch mock: shopping_session_1 screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: shopping_session_1 screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/shopping_session_1/code.html", "file_type": "code", "degree": 3}, {"id": "codehtml_settings_1", "label": "Stitch mock: settings_1 screen", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: settings_1 screen", "community": 22, "community_name": "User Settings Screens", "source_file": "design/settings_1/code.html", "file_type": "code", "degree": 2}, {"id": "codehtml_shopping_session_2", "label": "Stitch mock: shopping_session_2 screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: shopping_session_2 screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/shopping_session_2/code.html", "file_type": "code", "degree": 3}, {"id": "codehtml_notes_view", "label": "Stitch mock: notes_view screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: notes_view screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/notes_view/code.html", "file_type": "code", "degree": 2}, {"id": "codehtml_user_settings", "label": "Stitch mock: user_settings screen", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: user_settings screen", "community": 22, "community_name": "User Settings Screens", "source_file": "design/user_settings/code.html", "file_type": "code", "degree": 2}, {"id": "codehtml_shopping_session_mobile", "label": "Stitch mock: shopping_session_mobile screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: shopping_session_mobile screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/shopping_session_mobile/code.html", "file_type": "code", "degree": 3}, {"id": "design_monolith_editorial", "label": "Design North Star: The Monolith Editorial", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Design North Star: The Monolith Editorial", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 11}, {"id": "design_tonal_architecture", "label": "Tonal Architecture (monochromatic slate)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tonal Architecture (monochromatic slate)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "design_no_line_rule", "label": "The No-Line Rule (use background shifts)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "The No-Line Rule (use background shifts)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "design_surface_hierarchy", "label": "Surface Hierarchy & Nesting", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Surface Hierarchy &amp; Nesting", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "design_inter_typography", "label": "Inter Typography Hierarchy", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Inter Typography Hierarchy", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "design_tonal_layering_elevation", "label": "Tonal Layering Elevation (no drop shadows)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tonal Layering Elevation (no drop shadows)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "design_button_inversion_logic", "label": "Buttons: Inversion logic (primary bg-slate-900)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Buttons: Inversion logic (primary bg-slate-900)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "design_monolith_sticky_input", "label": "Monolith Sticky Input (backdrop-blur)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Monolith Sticky Input (backdrop-blur)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "design_swipe_to_delete", "label": "Swipe-to-Delete (red zone emerges from behind)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Swipe-to-Delete (red zone emerges from behind)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 2}, {"id": "design_shopping_mode_components", "label": "Shopping Mode Components (56px tap targets, 24px presence avatars)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Shopping Mode Components (56px tap targets, 24px presence avatars)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 5}, {"id": "design_layout_philosophy", "label": "Layout Philosophy (desktop sidebar, mobile bottom tab glass)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Layout Philosophy (desktop sidebar, mobile bottom tab glass)", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/slate_collective/DESIGN.md", "file_type": "document", "degree": 1}, {"id": "codehtml_grocery_list_mobile", "label": "Stitch mock: grocery_list_mobile screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: grocery_list_mobile screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/grocery_list_mobile/code.html", "file_type": "code", "degree": 3}, {"id": "codehtml_grocery_list_simplified", "label": "Stitch mock: grocery_list_simplified screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: grocery_list_simplified screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/grocery_list_simplified/code.html", "file_type": "code", "degree": 2}, {"id": "codehtml_grocery_list_crud", "label": "Stitch mock: grocery_list_crud screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: grocery_list_crud screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/grocery_list_crud/code.html", "file_type": "code", "degree": 1}, {"id": "codehtml_tasks_mobile", "label": "Stitch mock: tasks_mobile screen", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stitch mock: tasks_mobile screen", "community": 7, "community_name": "Functional Domain Entities", "source_file": "design/tasks_mobile/code.html", "file_type": "code", "degree": 2}, {"id": "design_search_page_html", "label": "design/search_page/code.html \u2014 Stitch mockup for Search screen", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "design/search_page/code.html \u2014 Stitch mockup for Search screen", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "design/search_page/code.html", "file_type": "document", "degree": 1}, {"id": "design_notes_mobile_html", "label": "design/notes_mobile/code.html \u2014 Monolith Editorial Notes mobile mockup", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "design/notes_mobile/code.html \u2014 Monolith Editorial Notes mobile mockup", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "design/notes_mobile/code.html", "file_type": "document", "degree": 2}, {"id": "design_monolith_editorial_direction", "label": "Monolith Editorial design direction (uppercase mastheads, slate palette, Inter font)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Monolith Editorial design direction (uppercase mastheads, slate palette, Inter font)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "design/notes_mobile/code.html", "file_type": "document", "degree": 1}, {"id": "design_lists_view_html", "label": "design/lists_view/code.html \u2014 Lists desktop mockup", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "design/lists_view/code.html \u2014 Lists desktop mockup", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "design/lists_view/code.html", "file_type": "document", "degree": 2}, {"id": "design_lists_mobile_html", "label": "design/lists_mobile/code.html \u2014 Lists mobile mockup", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "design/lists_mobile/code.html \u2014 Lists mobile mockup", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "design/lists_mobile/code.html", "file_type": "document", "degree": 3}, {"id": "plan_fase_6", "label": "Fase 6 \u2014 Deploy readiness (PWA + rate-limit + JWT rotation)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 6 \u2014 Deploy readiness (PWA + rate-limit + JWT rotation)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-6-deploy-prep.md", "file_type": "document", "degree": 7}, {"id": "concept_inject_manifest_pwa", "label": "PWA injectManifest with custom src/sw.ts + workbox-precaching", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PWA injectManifest with custom src/sw.ts + workbox-precaching", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-6-deploy-prep.md", "file_type": "document", "degree": 2}, {"id": "concept_kong_rate_limit_invitations", "label": "Kong rate-limit 20/hour on POST /rest/v1/collective_invitations", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Kong rate-limit 20/hour on POST /rest/v1/collective_invitations", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-6-deploy-prep.md", "file_type": "document", "degree": 2}, {"id": "concept_jwt_rotation_script", "label": "rotate-jwt.sh \u2014 HS256 signing script for anon + service_role keys", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rotate-jwt.sh \u2014 HS256 signing script for anon + service_role keys", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-6-deploy-prep.md", "file_type": "document", "degree": 1}, {"id": "concept_lighthouse_rls_audit", "label": "just lighthouse + rls-audit.sh tooling", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "just lighthouse + rls-audit.sh tooling", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-6-deploy-prep.md", "file_type": "document", "degree": 1}, {"id": "rationale_drop_auth_rate_limit", "label": "Why Kong rate-limit on /auth/v1/token was dropped: Keycloak already has native brute-force protection, and Kong can't distinguish PKCE from password auth", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Why Kong rate-limit on /auth/v1/token was dropped: Keycloak already has native brute-force protection, and Kong can&#x27;t distinguish PKCE from password auth", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-6-deploy-prep.md", "file_type": "document", "degree": 1}, {"id": "plan_fase_5", "label": "Fase 5 \u2014 Redise\u00f1o UX Mobile (Monolith Editorial)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 5 \u2014 Redise\u00f1o UX Mobile (Monolith Editorial)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 13}, {"id": "concept_mobile_shell", "label": "Mobile shell (DesktopSidebar hidden, MobileTopBar + BottomTabBar + MobileDrawer)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Mobile shell (DesktopSidebar hidden, MobileTopBar + BottomTabBar + MobileDrawer)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 1}, {"id": "concept_masthead_editorial", "label": "Editorial masthead component (uppercase label + big title)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Editorial masthead component (uppercase label + big title)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 1}, {"id": "concept_undo_queue_toast", "label": "UndoQueue + UndoToast (4s TTL, optimistic delete with undo)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UndoQueue + UndoToast (4s TTL, optimistic delete with undo)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 2}, {"id": "concept_swipe_toggle_gestures", "label": "Swipe-right check / swipe-left uncheck symmetric gestures on items", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Swipe-right check / swipe-left uncheck symmetric gestures on items", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 3}, {"id": "concept_selection_mode_bulk", "label": "Selection mode + bulk actions (long-press entry, delete/move/mark-checked)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection mode + bulk actions (long-press entry, delete/move/mark-checked)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 2}, {"id": "concept_generate_id_helper", "label": "generateId() helper (crypto.randomUUID fallback for insecure contexts)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generateId() helper (crypto.randomUUID fallback for insecure contexts)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 1}, {"id": "rationale_drop_unit_column", "label": "Why drop shopping_items.unit: double-tap overlay only edits name; leaving unit unreachable would strand data. Users encode units in the name.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Why drop shopping_items.unit: double-tap overlay only edits name; leaving unit unreachable would strand data. Users encode units in the name.", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 1}, {"id": "rationale_inline_add_form", "label": "Why inline add-form at end of list: avoids competing with bottom tab bar; consistent with /notes pattern", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Why inline add-form at end of list: avoids competing with bottom tab bar; consistent with /notes pattern", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-5-mobile-ux.md", "file_type": "document", "degree": 1}, {"id": "plan_fase_2a", "label": "Fase 2a \u2014 Lista de la Compra (CRUD)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 2a \u2014 Lista de la Compra (CRUD)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-2a-lista-compra-crud.md", "file_type": "document", "degree": 5}, {"id": "concept_item_frequency_recommendations", "label": "item_frequency table + trigger (frequency-based item suggestions, no AI)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "item_frequency table + trigger (frequency-based item suggestions, no AI)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-2a-lista-compra-crud.md", "file_type": "document", "degree": 2}, {"id": "plan_fase_2b", "label": "Fase 2b \u2014 Sincronizaci\u00f3n Realtime + Modo Compra", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 2b \u2014 Sincronizaci\u00f3n Realtime + Modo Compra", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-2b-realtime-modo-compra.md", "file_type": "document", "degree": 6}, {"id": "concept_realtime_postgres_changes", "label": "Supabase Realtime postgres_changes subscription on shopping_items", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Supabase Realtime postgres_changes subscription on shopping_items", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-2b-realtime-modo-compra.md", "file_type": "document", "degree": 1}, {"id": "concept_offline_queue_idb", "label": "Offline-first IndexedDB queue (pending_ops, flush on window.online)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Offline-first IndexedDB queue (pending_ops, flush on window.online)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-2b-realtime-modo-compra.md", "file_type": "document", "degree": 3}, {"id": "concept_modo_compra", "label": "Modo Compra \u2014 full-screen shopping session UI (56px toggles, flip animation, presence)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Modo Compra \u2014 full-screen shopping session UI (56px toggles, flip animation, presence)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-2b-realtime-modo-compra.md", "file_type": "document", "degree": 1}, {"id": "rationale_last_write_wins", "label": "Why last-write-wins conflict resolution: no CRDT in MVP; conflicts logged to sync_conflicts for debugging", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Why last-write-wins conflict resolution: no CRDT in MVP; conflicts logged to sync_conflicts for debugging", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-2b-realtime-modo-compra.md", "file_type": "document", "degree": 1}, {"id": "plan_fase_1", "label": "Fase 1 \u2014 Autenticaci\u00f3n y Colectivo", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 1 \u2014 Autenticaci\u00f3n y Colectivo", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-1-auth-colectivo.md", "file_type": "document", "degree": 8}, {"id": "concept_keycloak_gotrue_oidc_proxy", "label": "GoTrue as OIDC proxy for Keycloak (Option B auth strategy)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GoTrue as OIDC proxy for Keycloak (Option B auth strategy)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-1-auth-colectivo.md", "file_type": "document", "degree": 2}, {"id": "concept_paraglide_i18n", "label": "Paraglide JS i18n (@inlang/paraglide-sveltekit, compile-time tree-shaken)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Paraglide JS i18n (@inlang/paraglide-sveltekit, compile-time tree-shaken)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-1-auth-colectivo.md", "file_type": "document", "degree": 1}, {"id": "concept_invitations_link_only", "label": "Link-only invitations (no email, token URL shared manually)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Link-only invitations (no email, token URL shared manually)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-1-auth-colectivo.md", "file_type": "document", "degree": 2}, {"id": "concept_rls_policies", "label": "Row-Level Security across all public tables (is_active_member / is_admin helpers)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Row-Level Security across all public tables (is_active_member / is_admin helpers)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-1-auth-colectivo.md", "file_type": "document", "degree": 2}, {"id": "rationale_option_b_gotrue_proxy", "label": "Why Option B (GoTrue as OIDC proxy): keeps auth.users populated, lets RLS use auth.uid(), allows GoTrue helpers", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Why Option B (GoTrue as OIDC proxy): keeps auth.users populated, lets RLS use auth.uid(), allows GoTrue helpers", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-1-auth-colectivo.md", "file_type": "document", "degree": 1}, {"id": "rationale_no_email_invitations", "label": "Why no-email invitations: avoids Resend setup for MVP; link via any channel", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Why no-email invitations: avoids Resend setup for MVP; link via any channel", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-1-auth-colectivo.md", "file_type": "document", "degree": 1}, {"id": "plan_fase_3", "label": "Fase 3 \u2014 Tareas y Notas", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 3 \u2014 Tareas y Notas", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-3-tareas-notas.md", "file_type": "document", "degree": 3}, {"id": "plan_fase_0", "label": "Fase 0 \u2014 Infraestructura y Entornos", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 0 \u2014 Infraestructura y Entornos", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-0-infraestructura.md", "file_type": "document", "degree": 4}, {"id": "entity_backup_system", "label": "Backup system (daily/weekly/monthly rotation + Backblaze B2)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Backup system (daily/weekly/monthly rotation + Backblaze B2)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-0-infraestructura.md", "file_type": "document", "degree": 1}, {"id": "entity_keycloak_realm_colectivo", "label": "Keycloak realm 'colectivo' with 5 seeded test users (Ana/Borja/Carmen/David/Eva)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Keycloak realm &#x27;colectivo&#x27; with 5 seeded test users (Ana/Borja/Carmen/David/Eva)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-0-infraestructura.md", "file_type": "document", "degree": 1}, {"id": "entity_nginx_realtime_block", "label": "nginx /realtime/ block (WebSocket upgrade + proxy_read_timeout 3600s)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nginx /realtime/ block (WebSocket upgrade + proxy_read_timeout 3600s)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-0-infraestructura.md", "file_type": "document", "degree": 2}, {"id": "plan_fase_4", "label": "Fase 4 \u2014 B\u00fasqueda y Pulido Final", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 4 \u2014 B\u00fasqueda y Pulido Final", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-4-busqueda-pulido.md", "file_type": "document", "degree": 5}, {"id": "concept_tsvector_search", "label": "STORED GENERATED tsvector columns + GIN indexes + search_in_collective() RPC", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "STORED GENERATED tsvector columns + GIN indexes + search_in_collective() RPC", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-4-busqueda-pulido.md", "file_type": "document", "degree": 2}, {"id": "plan_fase_7", "label": "Fase 7 \u2014 Collective-flow E2E tests", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 7 \u2014 Collective-flow E2E tests", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "plan/fase-7-collective-flow-tests.md", "file_type": "document", "degree": 2}, {"id": "docs_deployment", "label": "docs/deployment.md \u2014 production deploy to ambrosio (erosi.oier.ovh)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "docs/deployment.md \u2014 production deploy to ambrosio (erosi.oier.ovh)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/deployment.md", "file_type": "document", "degree": 5}, {"id": "entity_docker_compose_erosi", "label": "infra/docker-compose.erosi.yml \u2014 full prod stack bound to 127.0.0.1", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "infra/docker-compose.erosi.yml \u2014 full prod stack bound to 127.0.0.1", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/deployment.md", "file_type": "document", "degree": 1}, {"id": "entity_caddy_erosi", "label": "infra/caddy/erosi.Caddyfile \u2014 Let's Encrypt TLS + route delegation to Kong/SvelteKit", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "infra/caddy/erosi.Caddyfile \u2014 Let&#x27;s Encrypt TLS + route delegation to Kong/SvelteKit", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/deployment.md", "file_type": "document", "degree": 2}, {"id": "entity_deploy_erosi_script", "label": "infra/scripts/deploy-erosi.sh \u2014 idempotent rsync + migrate + caddy reload", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "infra/scripts/deploy-erosi.sh \u2014 idempotent rsync + migrate + caddy reload", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/deployment.md", "file_type": "document", "degree": 1}, {"id": "entity_db_init_roles_script", "label": "infra/db-init/00-role-passwords.sh \u2014 Supabase role bootstrap on fresh volume", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "infra/db-init/00-role-passwords.sh \u2014 Supabase role bootstrap on fresh volume", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/deployment.md", "file_type": "document", "degree": 1}, {"id": "rationale_generate_sw_fallback", "label": "Why generateSW in prod: @vite-pwa/sveltekit 0.6.8 injectManifest hardcodes filename; SvelteKit blocks imports in service-worker.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Why generateSW in prod: @vite-pwa/sveltekit 0.6.8 injectManifest hardcodes filename; SvelteKit blocks imports in service-worker.ts", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/deployment.md", "file_type": "document", "degree": 1}, {"id": "history_fase_2b", "label": "Fase 2b history \u2014 realtime + offline + Modo Compra delivered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 2b history \u2014 realtime + offline + Modo Compra delivered", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-2b.md", "file_type": "document", "degree": 1}, {"id": "history_fase_2a", "label": "Fase 2a history \u2014 shopping-list CRUD delivered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 2a history \u2014 shopping-list CRUD delivered", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-2a.md", "file_type": "document", "degree": 1}, {"id": "history_fase_1", "label": "Fase 1 history \u2014 what was built (auth + collective)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 1 history \u2014 what was built (auth + collective)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-1.md", "file_type": "document", "degree": 1}, {"id": "history_fase_4", "label": "Fase 4 history \u2014 search + RLS audit delivered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 4 history \u2014 search + RLS audit delivered", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-4.md", "file_type": "document", "degree": 1}, {"id": "history_fase_7", "label": "Fase 7 history \u2014 12 new E2E tests + 3 bug fixes delivered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 7 history \u2014 12 new E2E tests + 3 bug fixes delivered", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-7.md", "file_type": "document", "degree": 3}, {"id": "concept_create_collective_rpc", "label": "create_collective(name, emoji) atomic SECURITY DEFINER RPC (migration 012)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_collective(name, emoji) atomic SECURITY DEFINER RPC (migration 012)", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-7.md", "file_type": "document", "degree": 2}, {"id": "concept_pending_invitation_token_restore", "label": "sessionStorage.pendingInvitationToken restore after Keycloak login", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sessionStorage.pendingInvitationToken restore after Keycloak login", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-7.md", "file_type": "document", "degree": 1}, {"id": "history_fase_6", "label": "Fase 6 history \u2014 PWA + rate-limit + JWT rotation delivered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 6 history \u2014 PWA + rate-limit + JWT rotation delivered", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-6.md", "file_type": "document", "degree": 1}, {"id": "history_fase_3", "label": "Fase 3 history \u2014 tasks and notes delivered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 3 history \u2014 tasks and notes delivered", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-3.md", "file_type": "document", "degree": 1}, {"id": "history_fase_5", "label": "Fase 5 history \u2014 mobile UX rewrite delivered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 5 history \u2014 mobile UX rewrite delivered", "community": 5, "community_name": "Deploy + Infra Decisions", "source_file": "docs/history/fase-5.md", "file_type": "document", "degree": 1}, {"id": "icon_180_pwa", "label": "PWA icon 180x180 (Apple touch icon) \u2014 white letter C on dark navy square", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PWA icon 180x180 (Apple touch icon) \u2014 white letter C on dark navy square", "community": 31, "community_name": "PWA Icon Assets", "source_file": "apps/web/static/icons/icon-180.png", "file_type": "image", "degree": 4}, {"id": "icon_512_pwa", "label": "PWA icon 512x512 \u2014 white letter C on dark navy square", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PWA icon 512x512 \u2014 white letter C on dark navy square", "community": 31, "community_name": "PWA Icon Assets", "source_file": "apps/web/static/icons/icon-512.png", "file_type": "image", "degree": 4}, {"id": "icon_192_pwa", "label": "PWA icon 192x192 \u2014 white letter C on dark navy square", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PWA icon 192x192 \u2014 white letter C on dark navy square", "community": 31, "community_name": "PWA Icon Assets", "source_file": "apps/web/static/icons/icon-192.png", "file_type": "image", "degree": 4}, {"id": "icon_512_maskable_pwa", "label": "PWA icon 512x512 maskable \u2014 white letter C on dark navy square with safe-zone padding", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PWA icon 512x512 maskable \u2014 white letter C on dark navy square with safe-zone padding", "community": 31, "community_name": "PWA Icon Assets", "source_file": "apps/web/static/icons/icon-512-maskable.png", "file_type": "image", "degree": 4}, {"id": "searchmobile_top_app_bar", "label": "Top app bar (hamburger menu + MONOLITH brand + avatar)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Top app bar (hamburger menu + MONOLITH brand + avatar)", "community": 163, "community_name": "screen (Top app bar (hamburger menu + MONOLITH b)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_header_eyebrow", "label": "Eyebrow label 'OMNI-SEARCH' above page title", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Eyebrow label &#x27;OMNI-SEARCH&#x27; above page title", "community": 164, "community_name": "screen (Eyebrow label 'OMNI-SEARCH' above page t)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_page_title", "label": "Editorial page title 'Find Anything.'", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Editorial page title &#x27;Find Anything.&#x27;", "community": 165, "community_name": "screen (Editorial page title 'Find Anything.')", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_search_input", "label": "Search input field with magnifier icon and query 'Project Q4'", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Search input field with magnifier icon and query &#x27;Project Q4&#x27;", "community": 166, "community_name": "screen (Search input field with magnifier icon a)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_lists_section", "label": "Results section 'LISTS' with '2 MATCHES' badge", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Results section &#x27;LISTS&#x27; with &#x27;2 MATCHES&#x27; badge", "community": 167, "community_name": "screen (Results section 'LISTS' with '2 MATCHES')", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_list_result_card", "label": "List result card (icon + title + last-updated metadata)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List result card (icon + title + last-updated metadata)", "community": 48, "community_name": "Search Result Cards UX", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "searchmobile_tasks_section", "label": "Results section 'TASKS' with '1 MATCH' badge", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Results section &#x27;TASKS&#x27; with &#x27;1 MATCH&#x27; badge", "community": 168, "community_name": "screen (Results section 'TASKS' with '1 MATCH' b)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_task_result_card", "label": "Task result card (check icon + title + due date + priority)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task result card (check icon + title + due date + priority)", "community": 48, "community_name": "Search Result Cards UX", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "searchmobile_notes_section", "label": "Results section 'NOTES' with '3 MATCHES' badge", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Results section &#x27;NOTES&#x27; with &#x27;3 MATCHES&#x27; badge", "community": 169, "community_name": "screen (Results section 'NOTES' with '3 MATCHES')", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_note_result_card", "label": "Note result card (document icon + date + title + excerpt)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Note result card (document icon + date + title + excerpt)", "community": 48, "community_name": "Search Result Cards UX", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "searchmobile_match_count_badge", "label": "Pill-shaped match-count badge next to each section header", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pill-shaped match-count badge next to each section header", "community": 170, "community_name": "screen (Pill-shaped match-count badge next to ea)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_bottom_nav", "label": "Bottom navigation bar (lists, tasks, search [active], notes, settings)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bottom navigation bar (lists, tasks, search [active], notes, settings)", "community": 171, "community_name": "screen (Bottom navigation bar (lists, tasks, sea)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_grouped_results_layout", "label": "Grouped multi-entity results layout (sections by content type)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Grouped multi-entity results layout (sections by content type)", "community": 70, "community_name": "screen (Grouped multi-entity results layout (sec)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "searchmobile_editorial_typography", "label": "Editorial typography (serif-style bold title, all-caps eyebrow labels)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Editorial typography (serif-style bold title, all-caps eyebrow labels)", "community": 172, "community_name": "screen (Editorial typography (serif-style bold t)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "searchmobile_universal_search_pattern", "label": "Universal/omni search with typed, grouped results", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Universal/omni search with typed, grouped results", "community": 70, "community_name": "screen (Grouped multi-entity results layout (sec)", "source_file": "design/search_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_sidebar_branding", "label": "Sidebar: THE MONOLITH / Collaborative Space brand block", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar: THE MONOLITH / Collaborative Space brand block", "community": 73, "community_name": "screen (Monolith Editorial style: serif brand, u)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_sidebar_nav", "label": "Sidebar nav: Lists, Tasks, Notes, Search", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar nav: Lists, Tasks, Notes, Search", "community": 173, "community_name": "screen (Sidebar nav: Lists, Tasks, Notes, Search)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 0}, {"id": "settings2_sidebar_collective_footer", "label": "Sidebar footer: Household collective chip", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar footer: Household collective chip", "community": 71, "community_name": "screen (Header breadcrumb: COLECTIVO eyebrow + S)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_header_breadcrumb", "label": "Header breadcrumb: COLECTIVO eyebrow + Settings title with back arrow", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Header breadcrumb: COLECTIVO eyebrow + Settings title with back arrow", "community": 71, "community_name": "screen (Header breadcrumb: COLECTIVO eyebrow + S)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_header_icons", "label": "Top-right icons: notifications bell + account avatar", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Top-right icons: notifications bell + account avatar", "community": 174, "community_name": "screen (Top-right icons: notifications bell + ac)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 0}, {"id": "settings2_avatar_preview", "label": "Avatar preview tile with initials 'AG' and 'Change avatar' caption", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Avatar preview tile with initials &#x27;AG&#x27; and &#x27;Change avatar&#x27; caption", "community": 40, "community_name": "Avatar Emoji Picker UX", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 2}, {"id": "settings2_avatar_type_tabs", "label": "Avatar type segmented tabs: Initials | Emoji (active) | Photo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Avatar type segmented tabs: Initials | Emoji (active) | Photo", "community": 40, "community_name": "Avatar Emoji Picker UX", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 3}, {"id": "settings2_emoji_picker_grid", "label": "Emoji picker grid (8 columns, animals/nature/food/objects rows)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Emoji picker grid (8 columns, animals/nature/food/objects rows)", "community": 40, "community_name": "Avatar Emoji Picker UX", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 2}, {"id": "settings2_display_name_section", "label": "Section: DISPLAY NAME with input 'Ana Garc\u00eda' and 'Changes saved automatically' helper", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Section: DISPLAY NAME with input &#x27;Ana Garc\u00eda&#x27; and &#x27;Changes saved automatically&#x27; helper", "community": 74, "community_name": "screen (Design decision: autosave for per-field )", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_language_section", "label": "Section: LANGUAGE with command-palette style search (cmd-K)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Section: LANGUAGE with command-palette style search (cmd-K)", "community": 49, "community_name": "Settings Language + Danger Zone", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_account_section", "label": "Section: ACCOUNT \u2014 Email & password row, 'Managed in Keycloak' caption, lock icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Section: ACCOUNT \u2014 Email &amp; password row, &#x27;Managed in Keycloak&#x27; caption, lock icon", "community": 72, "community_name": "screen (Section: ACCOUNT \u2014 Email & password row,)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_danger_zone_section", "label": "Section: DANGER ZONE with Delete account row (red accent)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Section: DANGER ZONE with Delete account row (red accent)", "community": 49, "community_name": "Settings Language + Danger Zone", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_design_editorial_style", "label": "Monolith Editorial style: serif brand, uppercase eyebrow section labels, muted slate palette", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Monolith Editorial style: serif brand, uppercase eyebrow section labels, muted slate palette", "community": 73, "community_name": "screen (Monolith Editorial style: serif brand, u)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_design_autosave_pattern", "label": "Design decision: autosave for per-field edits (no explicit Save button)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Design decision: autosave for per-field edits (no explicit Save button)", "community": 74, "community_name": "screen (Design decision: autosave for per-field )", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_design_external_auth_hint", "label": "Design decision: password managed externally (Keycloak) \u2014 surfaced in UI", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Design decision: password managed externally (Keycloak) \u2014 surfaced in UI", "community": 72, "community_name": "screen (Section: ACCOUNT \u2014 Email & password row,)", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_design_avatar_three_modes", "label": "Design decision: avatar has three exclusive modes (Initials/Emoji/Photo) via segmented control", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Design decision: avatar has three exclusive modes (Initials/Emoji/Photo) via segmented control", "community": 40, "community_name": "Avatar Emoji Picker UX", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 1}, {"id": "settings2_purpose_user_profile", "label": "Purpose: per-user profile settings (avatar, display name, language, account, destructive)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Purpose: per-user profile settings (avatar, display name, language, account, destructive)", "community": 49, "community_name": "Settings Language + Danger Zone", "source_file": "design/settings_2/screen.png", "file_type": "image", "degree": 2}, {"id": "tasksview_sidebar_workspace", "label": "Sidebar: Colectivo shared workspace header", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar: Colectivo shared workspace header", "community": 50, "community_name": "Tasks Page Sidebar UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 2}, {"id": "tasksview_sidebar_nav_lists", "label": "Sidebar nav: Lists", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar nav: Lists", "community": 175, "community_name": "screen (Sidebar nav: Lists)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 0}, {"id": "tasksview_sidebar_nav_tasks_active", "label": "Sidebar nav: Tasks (active item)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar nav: Tasks (active item)", "community": 50, "community_name": "Tasks Page Sidebar UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_sidebar_nav_notes", "label": "Sidebar nav: Notes", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar nav: Notes", "community": 176, "community_name": "screen (Sidebar nav: Notes)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 0}, {"id": "tasksview_sidebar_nav_search", "label": "Sidebar nav: Search", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar nav: Search", "community": 177, "community_name": "screen (Sidebar nav: Search)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 0}, {"id": "tasksview_sidebar_user_profile", "label": "Sidebar footer: Alex Rivera user profile with settings", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar footer: Alex Rivera user profile with settings", "community": 50, "community_name": "Tasks Page Sidebar UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_header_breadcrumb", "label": "Header breadcrumb: PROJECT ATLAS", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Header breadcrumb: PROJECT ATLAS", "community": 178, "community_name": "screen (Header breadcrumb: PROJECT ATLAS)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 0}, {"id": "tasksview_header_title", "label": "Header title: Tasks", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Header title: Tasks", "community": 75, "community_name": "screen (Header: stacked member avatars with +3 o)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_header_member_avatars", "label": "Header: stacked member avatars with +3 overflow", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Header: stacked member avatars with +3 overflow", "community": 75, "community_name": "screen (Header: stacked member avatars with +3 o)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_header_overflow_menu", "label": "Header: kebab overflow menu", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Header: kebab overflow menu", "community": 179, "community_name": "screen (Header: kebab overflow menu)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 0}, {"id": "tasksview_section_high_priority", "label": "Section header: HIGH PRIORITY", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Section header: HIGH PRIORITY", "community": 41, "community_name": "Task Priority Badges UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 2}, {"id": "tasksview_task_finalize_q4", "label": "Task: Finalize Q4 strategy deck (checkbox + TODAY badge)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task: Finalize Q4 strategy deck (checkbox + TODAY badge)", "community": 41, "community_name": "Task Priority Badges UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 2}, {"id": "tasksview_task_coordinate_design", "label": "Task: Coordinate with design on monolith brand tokens (URGENT badge)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task: Coordinate with design on monolith brand tokens (URGENT badge)", "community": 41, "community_name": "Task Priority Badges UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 2}, {"id": "tasksview_section_product_dev", "label": "Section header: PRODUCT DEVELOPMENT", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Section header: PRODUCT DEVELOPMENT", "community": 23, "community_name": "Task Subtasks UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 2}, {"id": "tasksview_task_parent_core_api", "label": "Parent task: Core API Integration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Parent task: Core API Integration", "community": 23, "community_name": "Task Subtasks UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 3}, {"id": "tasksview_task_sub_review_docs", "label": "Subtask (indented): Review documentation for Auth endpoints", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Subtask (indented): Review documentation for Auth endpoints", "community": 23, "community_name": "Task Subtasks UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_task_sub_map_schema_completed", "label": "Subtask completed: Map database schema to editorial structure (strikethrough + checked)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Subtask completed: Map database schema to editorial structure (strikethrough + checked)", "community": 23, "community_name": "Task Subtasks UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 2}, {"id": "tasksview_task_user_testing", "label": "Task: User testing: Editorial workflow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task: User testing: Editorial workflow", "community": 23, "community_name": "Task Subtasks UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_section_backlog", "label": "Section header: BACKLOG", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Section header: BACKLOG", "community": 76, "community_name": "screen (Section header: BACKLOG)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_task_update_deps", "label": "Task: Update dependency libraries", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task: Update dependency libraries", "community": 76, "community_name": "screen (Section header: BACKLOG)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_filter_pills", "label": "Bottom filter pills: DAILY (active) / WEEKLY / URGENT", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bottom filter pills: DAILY (active) / WEEKLY / URGENT", "community": 77, "community_name": "screen (Add task input row with plus icon and Sa)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_add_task_row", "label": "Add task input row with plus icon and Save button", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add task input row with plus icon and Save button", "community": 77, "community_name": "screen (Add task input row with plus icon and Sa)", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_task_checkbox_control", "label": "Task checkbox control (unchecked/checked states)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task checkbox control (unchecked/checked states)", "community": 23, "community_name": "Task Subtasks UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksview_priority_badges", "label": "Priority badges: TODAY, URGENT (right-aligned metadata)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Priority badges: TODAY, URGENT (right-aligned metadata)", "community": 41, "community_name": "Task Priority Badges UX", "source_file": "design/tasks_view/screen.png", "file_type": "image", "degree": 2}, {"id": "groceryqty_brand_header", "label": "Colectivo / The Monolith Editorial brand header (top-left)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Colectivo / The Monolith Editorial brand header (top-left)", "community": 78, "community_name": "screen (Colectivo / The Monolith Editorial brand)", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_sidebar_nav", "label": "Left sidebar with Home, My Lists (active), Shared, Pantry, Settings", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Left sidebar with Home, My Lists (active), Shared, Pantry, Settings", "community": 79, "community_name": "screen (Left sidebar with Home, My Lists (active)", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_page_title", "label": "Page title 'Grocery List' with 'ACTIVE LEDGER' eyebrow kicker", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Page title &#x27;Grocery List&#x27; with &#x27;ACTIVE LEDGER&#x27; eyebrow kicker", "community": 80, "community_name": "screen (Member avatar cluster with '+1' overflow)", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_member_avatars", "label": "Member avatar cluster with '+1' overflow badge", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Member avatar cluster with &#x27;+1&#x27; overflow badge", "community": 80, "community_name": "screen (Member avatar cluster with '+1' overflow)", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_overflow_menu", "label": "Top-right kebab / overflow menu icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Top-right kebab / overflow menu icon", "community": 180, "community_name": "screen (Top-right kebab / overflow menu icon)", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 0}, {"id": "groceryqty_item_row", "label": "Grocery item row: checkbox + name on left, quantity stepper on right", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Grocery item row: checkbox + name on left, quantity stepper on right", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 3}, {"id": "groceryqty_checkbox", "label": "Unchecked square checkbox for marking item purchased", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Unchecked square checkbox for marking item purchased", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_item_label", "label": "Item name label (Honeycrisp Apples, Organic Baby Spinach, Whole milk 1L, Salted Butter, Sourdough Loaf)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item name label (Honeycrisp Apples, Organic Baby Spinach, Whole milk 1L, Salted Butter, Sourdough Loaf)", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_stepper", "label": "Inline quantity stepper: minus button, numeric value, plus button", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Inline quantity stepper: minus button, numeric value, plus button", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 5}, {"id": "groceryqty_stepper_minus", "label": "Minus (decrement) button in the stepper", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Minus (decrement) button in the stepper", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_stepper_value", "label": "Numeric quantity value (e.g. 6, 2, 1)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Numeric quantity value (e.g. 6, 2, 1)", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_stepper_plus", "label": "Plus (increment) button in the stepper", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Plus (increment) button in the stepper", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_suggestion_chips", "label": "Suggestion chip row: MILK, BREAD (selected/dark), EGGS, COFFEE, APPLES", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Suggestion chip row: MILK, BREAD (selected/dark), EGGS, COFFEE, APPLES", "community": 51, "community_name": "Add Item Input UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_add_input", "label": "Add-item input field with placeholder 'Add Item (e.g. Greek Yogurt 500g)' and CMD+N hint", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Add-item input field with placeholder &#x27;Add Item (e.g. Greek Yogurt 500g)&#x27; and CMD+N hint", "community": 51, "community_name": "Add Item Input UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 2}, {"id": "groceryqty_add_button", "label": "Dark square '+' submit button for adding a new item", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Dark square &#x27;+&#x27; submit button for adding a new item", "community": 51, "community_name": "Add Item Input UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_user_card", "label": "Bottom-left user identity card: avatar, 'Julian Voss', 'Editor-in-Chief'", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bottom-left user identity card: avatar, &#x27;Julian Voss&#x27;, &#x27;Editor-in-Chief&#x27;", "community": 79, "community_name": "screen (Left sidebar with Home, My Lists (active)", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_design_intent_fast_qty", "label": "Design intent: enable fast quantity editing via always-visible inline steppers, no modal / long-press", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Design intent: enable fast quantity editing via always-visible inline steppers, no modal / long-press", "community": 16, "community_name": "Grocery Qty-Stepper UX", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "groceryqty_design_intent_editorial", "label": "Design intent: Monolith Editorial aesthetic \u2014 serif display title, generous whitespace, muted slate palette", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Design intent: Monolith Editorial aesthetic \u2014 serif display title, generous whitespace, muted slate palette", "community": 78, "community_name": "screen (Colectivo / The Monolith Editorial brand)", "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_close_button", "label": "Close (X) button", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Close (X) button", "community": 32, "community_name": "Shopping Budget Insight UX", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_session_title", "label": "Session title 'Compra semanal'", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Session title &#x27;Compra semanal&#x27;", "community": 81, "community_name": "screen (Presence avatars (active participants))", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_presence_avatars", "label": "Presence avatars (active participants)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Presence avatars (active participants)", "community": 81, "community_name": "screen (Presence avatars (active participants))", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_to_buy_section", "label": "'TO BUY' section header", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "&#x27;TO BUY&#x27; section header", "community": 18, "community_name": "Active Shopping Item List", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 2}, {"id": "session1_item_card", "label": "Item card (checkbox + name + category/tag + drag handle)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Item card (checkbox + name + category/tag + drag handle)", "community": 18, "community_name": "Active Shopping Item List", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 4}, {"id": "session1_item_checkbox", "label": "Item checkbox", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item checkbox", "community": 18, "community_name": "Active Shopping Item List", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_item_metadata", "label": "Item metadata (category dot descriptor)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item metadata (category dot descriptor)", "community": 18, "community_name": "Active Shopping Item List", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_drag_handle", "label": "Drag handle (reorder)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Drag handle (reorder)", "community": 18, "community_name": "Active Shopping Item List", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_checked_section", "label": "'CHECKED' section divider", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "&#x27;CHECKED&#x27; section divider", "community": 18, "community_name": "Active Shopping Item List", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 2}, {"id": "session1_checked_item", "label": "Checked item row (strikethrough)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Checked item row (strikethrough)", "community": 18, "community_name": "Active Shopping Item List", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_budget_status_card", "label": "Budget status insight card", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Budget status insight card", "community": 32, "community_name": "Shopping Budget Insight UX", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 3}, {"id": "session1_budget_headline", "label": "Budget headline 'You are within the weekly limit.'", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Budget headline &#x27;You are within the weekly limit.&#x27;", "community": 32, "community_name": "Shopping Budget Insight UX", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_budget_detail", "label": "Budget detail (history comparison copy)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Budget detail (history comparison copy)", "community": 32, "community_name": "Shopping Budget Insight UX", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session1_finish_shopping_button", "label": "Finish shopping primary action button", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Finish shopping primary action button", "community": 32, "community_name": "Shopping Budget Insight UX", "source_file": "design/shopping_session_1/screen.png", "file_type": "image", "degree": 2}, {"id": "settings1_sidebar", "label": "Left sidebar navigation (Household collaborative space)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Left sidebar navigation (Household collaborative space)", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 7}, {"id": "settings1_sidebar_header", "label": "Sidebar header: Household / Collaborative Space", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar header: Household / Collaborative Space", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_nav_lists", "label": "Nav item: Lists", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item: Lists", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_nav_tasks", "label": "Nav item: Tasks", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item: Tasks", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_nav_notes", "label": "Nav item: Notes", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item: Notes", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_nav_search", "label": "Nav item: Search", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item: Search", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_nav_settings_active", "label": "Nav item: Settings (active, dark pill)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item: Settings (active, dark pill)", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 2}, {"id": "settings1_nav_profile", "label": "Nav item: Profile", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item: Profile", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_topbar", "label": "Top bar: back arrow + Settings title + notification bell + help icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Top bar: back arrow + Settings title + notification bell + help icon", "community": 14, "community_name": "Left Sidebar Navigation", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_avatar_block", "label": "Avatar block: AG tile + 'Change avatar' label", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Avatar block: AG tile + &#x27;Change avatar&#x27; label", "community": 42, "community_name": "Settings Avatar Tabs UX", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 3}, {"id": "settings1_avatar_tabs", "label": "Avatar type tabs: Initials (selected) / Emoji / Photo", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Avatar type tabs: Initials (selected) / Emoji / Photo", "community": 42, "community_name": "Settings Avatar Tabs UX", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_emoji_grid", "label": "Emoji picker grid (8 columns x 5 rows) with first emoji selected", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Emoji picker grid (8 columns x 5 rows) with first emoji selected", "community": 42, "community_name": "Settings Avatar Tabs UX", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_display_name_section", "label": "Display Name section with input 'Ana Garc\u00eda' and 'Changes saved automatically' hint", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Display Name section with input &#x27;Ana Garc\u00eda&#x27; and &#x27;Changes saved automatically&#x27; hint", "community": 42, "community_name": "Settings Avatar Tabs UX", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_language_section", "label": "Language section with English (selected) / Espa\u00f1ol toggle", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Language section with English (selected) / Espa\u00f1ol toggle", "community": 181, "community_name": "screen (Language section with English (selected))", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 0}, {"id": "settings1_account_section", "label": "Account section: 'Email & password \u2192 Managed in Keycloak' external link row", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Account section: &#x27;Email &amp; password \u2192 Managed in Keycloak&#x27; external link row", "community": 82, "community_name": "screen (Account section: 'Email & password \u2192 Man)", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "settings1_danger_zone", "label": "Danger Zone section with red 'Delete account' button", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Danger Zone section with red &#x27;Delete account&#x27; button", "community": 82, "community_name": "screen (Account section: 'Email & password \u2192 Man)", "source_file": "design/settings_1/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_close_button", "label": "Close (X) button", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Close (X) button", "community": 52, "community_name": "Shopping Session Header", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_header_title", "label": "Header title 'Compra semanal'", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Header title &#x27;Compra semanal&#x27;", "community": 52, "community_name": "Shopping Session Header", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 2}, {"id": "session2_active_users_avatars", "label": "Active users avatar stack (top-right)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Active users avatar stack (top-right)", "community": 52, "community_name": "Shopping Session Header", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_to_buy_section", "label": "TO BUY section header", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TO BUY section header", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_item_card", "label": "Unchecked item card (checkbox + name + category/meta + drag handle)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Unchecked item card (checkbox + name + category/meta + drag handle)", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 6}, {"id": "session2_item_checkbox", "label": "Item checkbox (empty square)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item checkbox (empty square)", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_item_meta", "label": "Item meta line (category \u2022 attribute)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item meta line (category \u2022 attribute)", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_drag_handle", "label": "Drag handle (6-dot) on each row", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Drag handle (6-dot) on each row", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_checked_section", "label": "CHECKED section header with divider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CHECKED section header with divider", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 2}, {"id": "session2_checked_item", "label": "Checked item (filled checkmark + strikethrough label)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Checked item (filled checkmark + strikethrough label)", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 2}, {"id": "session2_finish_shopping_button", "label": "Finish shopping CTA (dark pill, bottom)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Finish shopping CTA (dark pill, bottom)", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "session2_card_layout", "label": "Card-based item layout (elevated rows on light gray bg)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Card-based item layout (elevated rows on light gray bg)", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 2}, {"id": "session2_variant_difference", "label": "V2 variant: airier whitespace, card surfaces, centered narrow column, no bottom tab bar vs v1", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "V2 variant: airier whitespace, card surfaces, centered narrow column, no bottom tab bar vs v1", "community": 12, "community_name": "Shopping Session Card UX", "source_file": "design/shopping_session_2/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_sidebar", "label": "Left navigation sidebar (Colectivo / Personal Workspace)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Left navigation sidebar (Colectivo / Personal Workspace)", "community": 19, "community_name": "Notes Quick-Capture UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 3}, {"id": "notesview_new_entry_button", "label": "New Entry button (primary CTA)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "New Entry button (primary CTA)", "community": 19, "community_name": "Notes Quick-Capture UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 2}, {"id": "notesview_nav_items", "label": "Sidebar nav items (Lists, Tasks, Notes active, Search)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar nav items (Lists, Tasks, Notes active, Search)", "community": 19, "community_name": "Notes Quick-Capture UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_settings_support", "label": "Sidebar footer (Settings, Support)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar footer (Settings, Support)", "community": 19, "community_name": "Notes Quick-Capture UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_breadcrumb", "label": "Top breadcrumb (Workspace / Notes)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Top breadcrumb (Workspace / Notes)", "community": 83, "community_name": "screen (Top breadcrumb (Workspace / Notes))", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_topbar_actions", "label": "Top bar actions (notifications, app-grid, avatar)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Top bar actions (notifications, app-grid, avatar)", "community": 83, "community_name": "screen (Top breadcrumb (Workspace / Notes))", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_category_meeting_notes", "label": "Category heading: Meeting Notes", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Category heading: Meeting Notes", "community": 24, "community_name": "Notes Grid UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_category_project_ideas", "label": "Category heading: Project Ideas", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Category heading: Project Ideas", "community": 24, "community_name": "Notes Grid UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_notes_grid", "label": "Notes grid (two-column card layout)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Notes grid (two-column card layout)", "community": 24, "community_name": "Notes Grid UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 3}, {"id": "notesview_note_card", "label": "Note card (date, title, preview excerpt, overflow menu)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Note card (date, title, preview excerpt, overflow menu)", "community": 24, "community_name": "Notes Grid UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 3}, {"id": "notesview_note_metadata", "label": "Note metadata (date label, collaborator avatars +2)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Note metadata (date label, collaborator avatars +2)", "community": 24, "community_name": "Notes Grid UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_note_overflow_menu", "label": "Per-note overflow menu (three-dot)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Per-note overflow menu (three-dot)", "community": 24, "community_name": "Notes Grid UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "notesview_quick_capture_input", "label": "Quick-capture floating input ('Capture a new thought\u2026')", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Quick-capture floating input (&#x27;Capture a new thought\u2026&#x27;)", "community": 19, "community_name": "Notes Quick-Capture UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 2}, {"id": "notesview_formatting_toolbar", "label": "Formatting toolbar (add, tag #, attachment, Save)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Formatting toolbar (add, tag #, attachment, Save)", "community": 19, "community_name": "Notes Quick-Capture UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 2}, {"id": "notesview_save_button", "label": "Save button in quick-capture toolbar", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Save button in quick-capture toolbar", "community": 19, "community_name": "Notes Quick-Capture UX", "source_file": "design/notes_view/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_page_title", "label": "Settings page title", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Settings page title", "community": 33, "community_name": "User Settings Form UX", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_sidebar", "label": "Sidebar navigation (Lists, Tasks, Notes, Search, Settings, Help)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar navigation (Lists, Tasks, Notes, Search, Settings, Help)", "community": 84, "community_name": "screen (Add member button (sidebar footer))", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_avatar_preview", "label": "Avatar preview (initials AG)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Avatar preview (initials AG)", "community": 33, "community_name": "User Settings Form UX", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 3}, {"id": "usersettings_change_avatar_button", "label": "Change avatar button", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Change avatar button", "community": 33, "community_name": "User Settings Form UX", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_display_name_field", "label": "Display name input (Ana Garcia)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Display name input (Ana Garcia)", "community": 33, "community_name": "User Settings Form UX", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_status_icon_picker", "label": "Status icon / emoji picker grid", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Status icon / emoji picker grid", "community": 33, "community_name": "User Settings Form UX", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 2}, {"id": "usersettings_language_selector", "label": "Language selector (English / Espanol toggle)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Language selector (English / Espanol toggle)", "community": 85, "community_name": "screen (Account section (Email & password))", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_account_section", "label": "Account section (Email & password)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Account section (Email &amp; password)", "community": 85, "community_name": "screen (Account section (Email & password))", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_danger_zone", "label": "Danger zone panel", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Danger zone panel", "community": 86, "community_name": "screen (Danger zone panel)", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_delete_account_button", "label": "Delete account button", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete account button", "community": 86, "community_name": "screen (Danger zone panel)", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "usersettings_add_member_button", "label": "Add member button (sidebar footer)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add member button (sidebar footer)", "community": 84, "community_name": "screen (Add member button (sidebar footer))", "source_file": "design/user_settings/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_sticky_header", "label": "Sticky header (close X, 'SHOPPING SESSION' title, bag icon)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sticky header (close X, &#x27;SHOPPING SESSION&#x27; title, bag icon)", "community": 25, "community_name": "Shopping Session Mobile UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 3}, {"id": "sessionmobile_close_button", "label": "Close (X) button top-left to exit session", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Close (X) button top-left to exit session", "community": 25, "community_name": "Shopping Session Mobile UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_presence_row", "label": "Presence row: stacked member avatars with +2 overflow chip", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Presence row: stacked member avatars with +2 overflow chip", "community": 25, "community_name": "Shopping Session Mobile UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "sessionmobile_bag_icon", "label": "Shopping bag icon top-right", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Shopping bag icon top-right", "community": 25, "community_name": "Shopping Session Mobile UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_active_list_label", "label": "ACTIVE LIST eyebrow label above title", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ACTIVE LIST eyebrow label above title", "community": 87, "community_name": "screen (ACTIVE LIST eyebrow label above title)", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_list_title", "label": "Large display title: WEEKLY PROVISIONS", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Large display title: WEEKLY PROVISIONS", "community": 87, "community_name": "screen (ACTIVE LIST eyebrow label above title)", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_item_card", "label": "Item card with big-touch check square, name, quantity/category meta, drag handle", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Item card with big-touch check square, name, quantity/category meta, drag handle", "community": 26, "community_name": "Session Item Row UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 4}, {"id": "sessionmobile_check_target", "label": "Large touch-friendly checkbox at left of each item row", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Large touch-friendly checkbox at left of each item row", "community": 26, "community_name": "Session Item Row UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_item_meta", "label": "Item secondary meta line (quantity + category, e.g., '2.5 lbs \u00b7 Produce')", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item secondary meta line (quantity + category, e.g., &#x27;2.5 lbs \u00b7 Produce&#x27;)", "community": 26, "community_name": "Session Item Row UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_drag_handle", "label": "Right-side drag handle (dotted grid) for reordering items", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Right-side drag handle (dotted grid) for reordering items", "community": 26, "community_name": "Session Item Row UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_checked_section", "label": "CHECKED section divider separating pending from completed items", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CHECKED section divider separating pending from completed items", "community": 26, "community_name": "Session Item Row UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_checked_item", "label": "Checked item row: filled check, strikethrough name, muted card", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Checked item row: filled check, strikethrough name, muted card", "community": 26, "community_name": "Session Item Row UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "sessionmobile_finish_cta", "label": "Sticky bottom 'Finish shopping' primary CTA button with arrow", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sticky bottom &#x27;Finish shopping&#x27; primary CTA button with arrow", "community": 25, "community_name": "Shopping Session Mobile UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "sessionmobile_active_session_banner", "label": "Implicit active-session banner: header title + presence row signal session-mode context", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Implicit active-session banner: header title + presence row signal session-mode context", "community": 25, "community_name": "Shopping Session Mobile UX", "source_file": "design/shopping_session_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerymobile_header", "label": "Top header (menu + MONOLITH + LISTS)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Top header (menu + MONOLITH + LISTS)", "community": 43, "community_name": "Mobile Grocery Header", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 3}, {"id": "grocerymobile_menu_button", "label": "Hamburger menu button", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Hamburger menu button", "community": 43, "community_name": "Mobile Grocery Header", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_brand_logo", "label": "MONOLITH wordmark", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MONOLITH wordmark", "community": 43, "community_name": "Mobile Grocery Header", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_lists_link", "label": "LISTS navigation link", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LISTS navigation link", "community": 43, "community_name": "Mobile Grocery Header", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_list_header", "label": "List header (CURRENT INVENTORY / Grocery List)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "List header (CURRENT INVENTORY / Grocery List)", "community": 53, "community_name": "Inventory List Header", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerymobile_eyebrow_label", "label": "CURRENT INVENTORY eyebrow label", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CURRENT INVENTORY eyebrow label", "community": 53, "community_name": "Inventory List Header", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_list_title", "label": "Grocery List title", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Grocery List title", "community": 53, "community_name": "Inventory List Header", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_item_row", "label": "Grocery item row card", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Grocery item row card", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 5}, {"id": "grocerymobile_item_checkbox", "label": "Item checkbox (unchecked/checked states)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Item checkbox (unchecked/checked states)", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerymobile_item_name", "label": "Item name label", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item name label", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_item_metadata", "label": "Item metadata subtitle (category + detail)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item metadata subtitle (category + detail)", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_quantity_stepper", "label": "Quantity stepper (minus / value / plus)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Quantity stepper (minus / value / plus)", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerymobile_checked_item_state", "label": "Checked item with strikethrough", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Checked item with strikethrough", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerymobile_frequency_section", "label": "FREQUENCY suggestion chips row", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FREQUENCY suggestion chips row", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerymobile_frequency_chip", "label": "Frequency chip (Milk/Bread/Eggs/Coffee)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Frequency chip (Milk/Bread/Eggs/Coffee)", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_add_row", "label": "Add item input row", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Add item input row", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 4}, {"id": "grocerymobile_add_input", "label": "Add item text input", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add item text input", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerymobile_add_quantity_stepper", "label": "Add-row quantity stepper", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Add-row quantity stepper", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerymobile_add_submit_button", "label": "Add submit button (dark return arrow)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add submit button (dark return arrow)", "community": 11, "community_name": "Add-Item UX (mock)", "source_file": "design/grocery_list_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_sidebar_nav", "label": "Left sidebar nav (Home, My Lists, Shared, Pantry, Settings)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Left sidebar nav (Home, My Lists, Shared, Pantry, Settings)", "community": 54, "community_name": "Monolith Editorial Sidebar", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerysimple_brand_header", "label": "Colectivo / The Monolith Editorial brand mark", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Colectivo / The Monolith Editorial brand mark", "community": 54, "community_name": "Monolith Editorial Sidebar", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_user_footer", "label": "Sidebar footer with Julian Voss, Editor-in-Chief", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar footer with Julian Voss, Editor-in-Chief", "community": 54, "community_name": "Monolith Editorial Sidebar", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_active_ledger_header", "label": "Active Ledger / Grocery List title with participant avatars (+1)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Active Ledger / Grocery List title with participant avatars (+1)", "community": 88, "community_name": "screen (Active Ledger / Grocery List title with )", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_overflow_menu", "label": "Top-right three-dot overflow menu", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Top-right three-dot overflow menu", "community": 88, "community_name": "screen (Active Ledger / Grocery List title with )", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_item_row", "label": "Minimal item row: checkbox + name + quantity stepper (minus/count/plus)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Minimal item row: checkbox + name + quantity stepper (minus/count/plus)", "community": 34, "community_name": "Simplified Grocery UX", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerysimple_item_list", "label": "Flat item list (Honeycrisp Apples, Organic Baby Spinach, Whole milk 1L, Salted Butter, Sourdough Loaf)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Flat item list (Honeycrisp Apples, Organic Baby Spinach, Whole milk 1L, Salted Butter, Sourdough Loaf)", "community": 34, "community_name": "Simplified Grocery UX", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_suggestion_chips", "label": "Quick-add suggestion chips (Milk, Bread selected, Eggs, Coffee, Apples)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Quick-add suggestion chips (Milk, Bread selected, Eggs, Coffee, Apples)", "community": 89, "community_name": "screen (Bottom 'Add Item' text input with CMD+N )", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_add_input", "label": "Bottom 'Add Item' text input with CMD+N shortcut and black plus button", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bottom &#x27;Add Item&#x27; text input with CMD+N shortcut and black plus button", "community": 89, "community_name": "screen (Bottom 'Add Item' text input with CMD+N )", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_generous_whitespace", "label": "Large empty canvas below list \u2014 airy editorial whitespace", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Large empty canvas below list \u2014 airy editorial whitespace", "community": 34, "community_name": "Simplified Grocery UX", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerysimple_design_intent_simplification", "label": "Simplification intent: no category grouping, no sections, no per-item metadata, no aisle tags, no notes/prices \u2014 only name + qty", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Simplification intent: no category grouping, no sections, no per-item metadata, no aisle tags, no notes/prices \u2014 only name + qty", "community": 34, "community_name": "Simplified Grocery UX", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 3}, {"id": "grocerysimple_missing_session_controls", "label": "Missing vs full variant: no shopping-session start/stop, no progress indicator, no completed/remaining split", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Missing vs full variant: no shopping-session start/stop, no progress indicator, no completed/remaining split", "community": 34, "community_name": "Simplified Grocery UX", "source_file": "design/grocery_list_simplified/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_header_title", "label": "Grocery List Header (Active Ledger)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Grocery List Header (Active Ledger)", "community": 55, "community_name": "Grocery List Header UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerycrud_member_avatars", "label": "Member Avatars Cluster (+1)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Member Avatars Cluster (+1)", "community": 55, "community_name": "Grocery List Header UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_overflow_menu", "label": "Overflow Menu (kebab)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Overflow Menu (kebab)", "community": 55, "community_name": "Grocery List Header UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_sidebar_nav", "label": "Sidebar Navigation (Home/My Lists/Shared/Pantry/Settings)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar Navigation (Home/My Lists/Shared/Pantry/Settings)", "community": 56, "community_name": "Colectivo Brand Sidebar", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerycrud_section_header", "label": "Section Header (SECTION 01 Produce / 02 Dairy / 03 Bakery)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Section Header (SECTION 01 Produce / 02 Dairy / 03 Bakery)", "community": 27, "community_name": "Grocery CRUD Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_item_row", "label": "Item Row with Checkbox + Name + Quantity", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Item Row with Checkbox + Name + Quantity", "community": 27, "community_name": "Grocery CRUD Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 4}, {"id": "grocerycrud_item_checkbox", "label": "Item Checkbox (unchecked state)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Item Checkbox (unchecked state)", "community": 27, "community_name": "Grocery CRUD Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_quantity_label", "label": "Quantity Label (6 UNITS, 2 BAGS, 250G, etc.)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Quantity Label (6 UNITS, 2 BAGS, 250G, etc.)", "community": 27, "community_name": "Grocery CRUD Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_swipe_action_delete", "label": "Swipe-to-Delete Red Action (Whole milk 1L)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Swipe-to-Delete Red Action (Whole milk 1L)", "community": 27, "community_name": "Grocery CRUD Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_swipe_revealed_row", "label": "Revealed Row in Swipe State (edit affordance)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Revealed Row in Swipe State (edit affordance)", "community": 27, "community_name": "Grocery CRUD Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerycrud_quick_suggestion_chips", "label": "Quick-Add Suggestion Chips (MILK/BREAD/EGGS/COFFEE/APPLES)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Quick-Add Suggestion Chips (MILK/BREAD/EGGS/COFFEE/APPLES)", "community": 44, "community_name": "Quick-Add Chip Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerycrud_chip_active_state", "label": "Active Chip (BREAD, dark filled)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Active Chip (BREAD, dark filled)", "community": 44, "community_name": "Quick-Add Chip Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_add_item_input", "label": "Add Item Text Input with Placeholder + CMD+N hint", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Add Item Text Input with Placeholder + CMD+N hint", "community": 44, "community_name": "Quick-Add Chip Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 2}, {"id": "grocerycrud_add_button", "label": "Add (+) Submit Button", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add (+) Submit Button", "community": 44, "community_name": "Quick-Add Chip Row UX", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_user_profile_footer", "label": "User Profile Footer (Julian Voss / Editor-in-Chief)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "User Profile Footer (Julian Voss / Editor-in-Chief)", "community": 56, "community_name": "Colectivo Brand Sidebar", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "grocerycrud_brand_mark", "label": "Colectivo Brand Mark (The Monolith Editorial)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Colectivo Brand Mark (The Monolith Editorial)", "community": 56, "community_name": "Colectivo Brand Sidebar", "source_file": "design/grocery_list_crud/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_header", "label": "Header with menu and search", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Header with menu and search", "community": 90, "community_name": "screen (Header with menu and search)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_page_title", "label": "Page title: Productivity (Task Manager)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Page title: Productivity (Task Manager)", "community": 90, "community_name": "screen (Header with menu and search)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_group_high_priority", "label": "Group: High Priority (Urgent Action)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Group: High Priority (Urgent Action)", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_group_product_development", "label": "Group: Product Development (Roadmap)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Group: Product Development (Roadmap)", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_group_backlog", "label": "Group: Backlog (Future Focused)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Group: Backlog (Future Focused)", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_task_row", "label": "Task row card (checkbox, title, description)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task row card (checkbox, title, description)", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 9}, {"id": "tasksmobile_task_checkbox", "label": "Completion checkbox", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Completion checkbox", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_task_title", "label": "Task title text", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task title text", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_task_description", "label": "Task description / subtitle", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task description / subtitle", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_due_today_badge", "label": "Due Today badge", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Due Today badge", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_attachments_indicator", "label": "Attachments indicator (paperclip + count)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Attachments indicator (paperclip + count)", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_assignee_avatars", "label": "Assignee avatar stack", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Assignee avatar stack", "community": 13, "community_name": "Task List UX (priorities)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_filter_chips", "label": "Filter chips (Daily, Weekly, Urgent)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Filter chips (Daily, Weekly, Urgent)", "community": 91, "community_name": "screen (Add task input with plus and submit arro)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "tasksmobile_add_task_input", "label": "Add task input with plus and submit arrow", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add task input with plus and submit arrow", "community": 91, "community_name": "screen (Add task input with plus and submit arro)", "source_file": "design/tasks_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_sidebar", "label": "Left sidebar navigation (Lists, Tasks, Notes, Search, Settings, Support)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Left sidebar navigation (Lists, Tasks, Notes, Search, Settings, Support)", "community": 45, "community_name": "Search Page Chrome", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 2}, {"id": "searchpage_new_entry_button", "label": "+ New Entry button in sidebar", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "+ New Entry button in sidebar", "community": 45, "community_name": "Search Page Chrome", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_workspace_header", "label": "Colectivo workspace header (Personal Workspace)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Colectivo workspace header (Personal Workspace)", "community": 45, "community_name": "Search Page Chrome", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 2}, {"id": "searchpage_breadcrumb", "label": "Top breadcrumb: DIRECTORY / SEARCH RESULTS", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Top breadcrumb: DIRECTORY / SEARCH RESULTS", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_search_title", "label": "Large 'Design' search query title with magnifier icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Large &#x27;Design&#x27; search query title with magnifier icon", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 3}, {"id": "searchpage_filter_tabs", "label": "Filter chips: All Results, Last 7 Days, Attachments", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Filter chips: All Results, Last 7 Days, Attachments", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 2}, {"id": "searchpage_notes_group", "label": "NOTES result group with 'Design thoughts' heading", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "NOTES result group with &#x27;Design thoughts&#x27; heading", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 4}, {"id": "searchpage_note_card_interface_heuristics", "label": "Note card: Interface Heuristics preview", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Note card: Interface Heuristics preview", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 2}, {"id": "searchpage_note_card_monolith_system", "label": "Note card: Monolith System preview (SYSTEM tag)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Note card: Monolith System preview (SYSTEM tag)", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 2}, {"id": "searchpage_editorial_spatial_study", "label": "Visual Inspiration feature card: Editorial Spatial Study", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Visual Inspiration feature card: Editorial Spatial Study", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_tasks_panel", "label": "TASKS Active Items panel (right sidebar)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TASKS Active Items panel (right sidebar)", "community": 57, "community_name": "Tasks Side Panel UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 2}, {"id": "searchpage_task_fix_navigation", "label": "Task: Fix navigation bug (Colectivo Mobile App)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task: Fix navigation bug (Colectivo Mobile App)", "community": 57, "community_name": "Tasks Side Panel UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_task_finalize_search_ui", "label": "Task: Finalize search UI (NEW badge)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task: Finalize search UI (NEW badge)", "community": 57, "community_name": "Tasks Side Panel UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_lists_collections_panel", "label": "LISTS Collections panel with Grocery list and Reading list", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LISTS Collections panel with Grocery list and Reading list", "community": 92, "community_name": "screen (LISTS Collections panel with Grocery lis)", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_search_insights_card", "label": "Dark Search Insights card (indexing stats, CMD+K shortcut hint)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Dark Search Insights card (indexing stats, CMD+K shortcut hint)", "community": 92, "community_name": "screen (LISTS Collections panel with Grocery lis)", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_ask_ai_input", "label": "Bottom 'Ask AI about your workspace' input bar", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bottom &#x27;Ask AI about your workspace&#x27; input bar", "community": 17, "community_name": "Search Results UX", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "searchpage_top_actions", "label": "Top-right notification bell and user avatar", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Top-right notification bell and user avatar", "community": 45, "community_name": "Search Page Chrome", "source_file": "design/search_page/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_header", "label": "Header (Monolith logo + NOTES + avatar)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Header (Monolith logo + NOTES + avatar)", "community": 182, "community_name": "screen (Header (Monolith logo + NOTES + avatar))", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "notesmobile_repository_title", "label": "Repository title \u2014 Project Intelligence", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Repository title \u2014 Project Intelligence", "community": 183, "community_name": "screen (Repository title \u2014 Project Intelligence)", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "notesmobile_section_meeting_notes", "label": "Section header \u2014 MEETING NOTES (4 entries)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Section header \u2014 MEETING NOTES (4 entries)", "community": 184, "community_name": "screen (Section header \u2014 MEETING NOTES (4 entrie)", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 0}, {"id": "notesmobile_note_card", "label": "Note card (title + preview + metadata)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Note card (title + preview + metadata)", "community": 28, "community_name": "Notes Mobile UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 5}, {"id": "notesmobile_note_title", "label": "Note title (e.g. Quarterly Content Strategy Alignment)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Note title (e.g. Quarterly Content Strategy Alignment)", "community": 28, "community_name": "Notes Mobile UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_note_preview", "label": "Note preview text (truncated body)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Note preview text (truncated body)", "community": 28, "community_name": "Notes Mobile UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_note_metadata", "label": "Note metadata (date + contributor avatars)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Note metadata (date + contributor avatars)", "community": 28, "community_name": "Notes Mobile UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_note_overflow", "label": "Note overflow menu (...)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Note overflow menu (...)", "community": 28, "community_name": "Notes Mobile UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_section_project_ideas", "label": "Section header \u2014 PROJECT IDEAS with + add button", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Section header \u2014 PROJECT IDEAS with + add button", "community": 93, "community_name": "screen (Priority note card (dark, PRIORITY tag))", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_priority_card", "label": "Priority note card (dark, PRIORITY tag)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Priority note card (dark, PRIORITY tag)", "community": 93, "community_name": "screen (Priority note card (dark, PRIORITY tag))", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_tag_chips", "label": "Tag chips (RESEARCH, SUPPLY CHAIN)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tag chips (RESEARCH, SUPPLY CHAIN)", "community": 28, "community_name": "Notes Mobile UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_new_note_input", "label": "New-note input (Capture a new thought...)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "New-note input (Capture a new thought...)", "community": 58, "community_name": "Note Capture Input UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "notesmobile_attach_button", "label": "Attach (paperclip) button in input", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Attach (paperclip) button in input", "community": 58, "community_name": "Note Capture Input UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "notesmobile_save_button", "label": "SAVE button (dark pill)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SAVE button (dark pill)", "community": 58, "community_name": "Note Capture Input UX", "source_file": "design/notes_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_brand_colectivo", "label": "Brand wordmark Colectivo (top-left)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Brand wordmark Colectivo (top-left)", "community": 94, "community_name": "screen (Brand wordmark Colectivo (top-left))", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_top_center_title", "label": "Top center page title 'Lists'", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Top center page title &#x27;Lists&#x27;", "community": 185, "community_name": "screen (Top center page title 'Lists')", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 0}, {"id": "listsview_top_right_overflow", "label": "Top-right overflow/more menu (kebab)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Top-right overflow/more menu (kebab)", "community": 186, "community_name": "screen (Top-right overflow/more menu (kebab))", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 0}, {"id": "listsview_sidebar_nav", "label": "Left sidebar navigation (Lists, Tasks, Notes, Search)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Left sidebar navigation (Lists, Tasks, Notes, Search)", "community": 35, "community_name": "Lists Sidebar Nav UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 4}, {"id": "listsview_nav_lists_active", "label": "Nav item Lists (active) with cart icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item Lists (active) with cart icon", "community": 35, "community_name": "Lists Sidebar Nav UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_nav_tasks", "label": "Nav item Tasks with checkbox icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item Tasks with checkbox icon", "community": 35, "community_name": "Lists Sidebar Nav UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_nav_notes", "label": "Nav item Notes with document icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item Notes with document icon", "community": 35, "community_name": "Lists Sidebar Nav UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_nav_search", "label": "Nav item Search with magnifier icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav item Search with magnifier icon", "community": 35, "community_name": "Lists Sidebar Nav UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_sidebar_workspace_footer", "label": "Sidebar footer workspace card 'Shared Workspace \u00b7 Colectivo' with avatar", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar footer workspace card &#x27;Shared Workspace \u00b7 Colectivo&#x27; with avatar", "community": 94, "community_name": "screen (Brand wordmark Colectivo (top-left))", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_section_eyebrow", "label": "Eyebrow label 'WORKSPACE OVERVIEW'", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Eyebrow label &#x27;WORKSPACE OVERVIEW&#x27;", "community": 187, "community_name": "screen (Eyebrow label 'WORKSPACE OVERVIEW')", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 0}, {"id": "listsview_page_heading", "label": "Page heading 'Shared Lists'", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Page heading &#x27;Shared Lists&#x27;", "community": 188, "community_name": "screen (Page heading 'Shared Lists')", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 0}, {"id": "listsview_card_home", "label": "Featured list card 'Home' \u2014 12 items, updated 2h ago, member avatars", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Featured list card &#x27;Home&#x27; \u2014 12 items, updated 2h ago, member avatars", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 3}, {"id": "listsview_card_home_tags", "label": "Home card tags/chips GROCERIES and HOUSEHOLD", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Home card tags/chips GROCERIES and HOUSEHOLD", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_card_home_members", "label": "Home card member avatar stack (collaborators)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Home card member avatar stack (collaborators)", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_card_office", "label": "List card 'Office' \u2014 8 items, briefcase icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "List card &#x27;Office&#x27; \u2014 8 items, briefcase icon", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 2}, {"id": "listsview_card_party", "label": "List card 'Party' \u2014 24 items, party-popper icon, HIGH PRIORITY status", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "List card &#x27;Party&#x27; \u2014 24 items, party-popper icon, HIGH PRIORITY status", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 3}, {"id": "listsview_card_party_priority_badge", "label": "Party card status badge 'HIGH PRIORITY' (red)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Party card status badge &#x27;HIGH PRIORITY&#x27; (red)", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_card_travel", "label": "Compact list card 'Travel' \u2014 5 items \u00b7 Draft, plane icon, chevron-right", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Compact list card &#x27;Travel&#x27; \u2014 5 items \u00b7 Draft, plane icon, chevron-right", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 2}, {"id": "listsview_card_travel_draft_status", "label": "Travel card status 'Draft'", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Travel card status &#x27;Draft&#x27;", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_create_list_input", "label": "Bottom create-list input 'Create a new shared list\u2026' with plus icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bottom create-list input &#x27;Create a new shared list\u2026&#x27; with plus icon", "community": 95, "community_name": "screen (Primary 'Create' button (dark pill))", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_create_list_button", "label": "Primary 'Create' button (dark pill)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Primary &#x27;Create&#x27; button (dark pill)", "community": 95, "community_name": "screen (Primary 'Create' button (dark pill))", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 1}, {"id": "listsview_cards_grid_layout", "label": "Two-column grid layout of list cards (Home full-width, Office/Party pair, Travel full-width)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Two-column grid layout of list cards (Home full-width, Office/Party pair, Travel full-width)", "community": 15, "community_name": "Lists Dashboard UX", "source_file": "design/lists_view/screen.png", "file_type": "image", "degree": 4}, {"id": "listsmobile_header_menu", "label": "Hamburger menu icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Hamburger menu icon", "community": 59, "community_name": "Monolith Mobile Header", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_header_brand", "label": "MONOLITH brand wordmark", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "MONOLITH brand wordmark", "community": 59, "community_name": "Monolith Mobile Header", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "listsmobile_header_avatar", "label": "User avatar (top right)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "User avatar (top right)", "community": 59, "community_name": "Monolith Mobile Header", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_workspace_eyebrow", "label": "WORKSPACE eyebrow label", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WORKSPACE eyebrow label", "community": 96, "community_name": "screen (Shared Lists page title)", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_page_title", "label": "Shared Lists page title", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Shared Lists page title", "community": 96, "community_name": "screen (Shared Lists page title)", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_list_card_full", "label": "Full-width list card (Home/Office)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Full-width list card (Home/Office)", "community": 20, "community_name": "Lists Card Grid UX", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 5}, {"id": "listsmobile_list_card_icon", "label": "List icon tile (house/briefcase/party/plane)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List icon tile (house/briefcase/party/plane)", "community": 20, "community_name": "Lists Card Grid UX", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_list_card_title", "label": "List title (Home, Office, Party, Travel)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List title (Home, Office, Party, Travel)", "community": 20, "community_name": "Lists Card Grid UX", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_list_card_meta", "label": "Item count + shared-with meta line", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Item count + shared-with meta line", "community": 20, "community_name": "Lists Card Grid UX", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "listsmobile_list_card_members", "label": "Member avatar stack indicator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Member avatar stack indicator", "community": 20, "community_name": "Lists Card Grid UX", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_list_card_grid", "label": "Two-column compact list card grid (Party/Travel)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Two-column compact list card grid (Party/Travel)", "community": 20, "community_name": "Lists Card Grid UX", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_status_indicator", "label": "Status/meta indicator row on card", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Status/meta indicator row on card", "community": 20, "community_name": "Lists Card Grid UX", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_new_list_input", "label": "Create a new shared list inline input", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new shared list inline input", "community": 60, "community_name": "screen (Create button (primary dark))", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 2}, {"id": "listsmobile_new_list_button", "label": "Create button (primary dark)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create button (primary dark)", "community": 60, "community_name": "screen (Create button (primary dark))", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "listsmobile_new_list_plus_icon", "label": "Plus-icon affordance on create bar", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Plus-icon affordance on create bar", "community": 60, "community_name": "screen (Create button (primary dark))", "source_file": "design/lists_mobile/screen.png", "file_type": "image", "degree": 1}, {"id": "claudemd_project_guide", "label": "CLAUDE.md project guide", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CLAUDE.md project guide", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_auth_architecture", "label": "Auth Architecture (Keycloak -> GoTrue -> Supabase)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Auth Architecture (Keycloak -&gt; GoTrue -&gt; Supabase)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 7}, {"id": "claudemd_option_b_oidc_proxy", "label": "Option B: GoTrue as OIDC proxy", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Option B: GoTrue as OIDC proxy", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_self_registration", "label": "Keycloak self-registration enabled", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Keycloak self-registration enabled", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_link_only_invitations", "label": "Link-only invitations (no email)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Link-only invitations (no email)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_multi_collective", "label": "Multiple collectives per user", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Multiple collectives per user", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_rp_initiated_logout", "label": "RP-initiated logout flow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RP-initiated logout flow", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 4}, {"id": "claudemd_islogging_out_flag", "label": "isLoggingOut module flag", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isLoggingOut module flag", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_logged_out_route", "label": "/logged-out public route", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "/logged-out public route", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_sync_strategy", "label": "Sync Strategy (Realtime/SSE/Polling)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sync Strategy (Realtime/SSE/Polling)", "community": 36, "community_name": "Sync Strategy + Realtime", "source_file": "CLAUDE.md", "file_type": "document", "degree": 3}, {"id": "claudemd_offline_first", "label": "Offline-first with IndexedDB + LWW conflict", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Offline-first with IndexedDB + LWW conflict", "community": 36, "community_name": "Sync Strategy + Realtime", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_domain_model", "label": "Domain Model (Collective-centric)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Domain Model (Collective-centric)", "community": 37, "community_name": "Domain Roles + Business Rules", "source_file": "CLAUDE.md", "file_type": "document", "degree": 3}, {"id": "claudemd_roles_admin_member_guest", "label": "Roles: admin / member / guest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Roles: admin / member / guest", "community": 37, "community_name": "Domain Roles + Business Rules", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_core_entities", "label": "Core entities: Collective, ShoppingList, Task, Note", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Core entities: Collective, ShoppingList, Task, Note", "community": 37, "community_name": "Domain Roles + Business Rules", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_business_rules", "label": "Business rules (single active session, trash 7d, sole-admin promotion)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Business rules (single active session, trash 7d, sole-admin promotion)", "community": 37, "community_name": "Domain Roles + Business Rules", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_i18n_paraglide", "label": "Paraglide JS internationalisation", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Paraglide JS internationalisation", "community": 189, "community_name": "CLAUDE (Paraglide JS internationalisation)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_typescript_types", "label": "TypeScript types generation (database.ts / domain.ts)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TypeScript types generation (database.ts / domain.ts)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_dev_test_users", "label": "Dev test users (ana/borja/carmen/david/eva)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Dev test users (ana/borja/carmen/david/eva)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_gotcha_colectivo_web_confidential", "label": "Gotcha: colectivo-web is confidential client", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: colectivo-web is confidential client", "community": 61, "community_name": "CLAUDE (Gotcha: colectivo-web is confidential cl)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_gotcha_openid_scope", "label": "Gotcha: custom openid client scope in Keycloak", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: custom openid client scope in Keycloak", "community": 61, "community_name": "CLAUDE (Gotcha: colectivo-web is confidential cl)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_disable_signup", "label": "Gotcha: GOTRUE_DISABLE_SIGNUP must be false", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: GOTRUE_DISABLE_SIGNUP must be false", "community": 190, "community_name": "CLAUDE (Gotcha: GOTRUE_DISABLE_SIGNUP must be fa)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_auth_users_seed", "label": "Gotcha: auth.users pre-seeded with Keycloak UUIDs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: auth.users pre-seeded with Keycloak UUIDs", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_gotcha_kong_env_sub", "label": "Gotcha: Kong env var substitution via kong-start.sh", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: Kong env var substitution via kong-start.sh", "community": 97, "community_name": "CLAUDE (Gotcha: Kong env var substitution via ko)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_gotrue_empty_role", "label": "Gotcha: GoTrue empty role/aud on INSERT + UPDATE clobber (migrations 013/014)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: GoTrue empty role/aud on INSERT + UPDATE clobber (migrations 013/014)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_gotcha_no_getsession_in_load", "label": "Gotcha: do not call getSession() in SvelteKit load()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: do not call getSession() in SvelteKit load()", "community": 62, "community_name": "CLAUDE (Gotcha: Supabase onAuthStateChange query)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_initial_session_event", "label": "Gotcha: onAuthStateChange fires INITIAL_SESSION not SIGNED_IN", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: onAuthStateChange fires INITIAL_SESSION not SIGNED_IN", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_rgb_not_hsl", "label": "Gotcha: CSS custom properties use rgb() not hsl()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: CSS custom properties use rgb() not hsl()", "community": 191, "community_name": "CLAUDE (Gotcha: CSS custom properties use rgb() )", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_auth_lock_deadlock", "label": "Gotcha: Supabase onAuthStateChange query deadlock (setTimeout + pass-through lock)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: Supabase onAuthStateChange query deadlock (setTimeout + pass-through lock)", "community": 62, "community_name": "CLAUDE (Gotcha: Supabase onAuthStateChange query)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_gotcha_logout_pkce_race", "label": "Gotcha: logout must be RP-initiated + guard $effect (PKCE race)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: logout must be RP-initiated + guard $effect (PKCE race)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 5}, {"id": "claudemd_gotcha_crypto_randomuuid", "label": "Gotcha: never call crypto.randomUUID() directly, use generateId()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: never call crypto.randomUUID() directly, use generateId()", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_pwa_service_worker_filename", "label": "Gotcha: PWA SW filename (use src/sw.ts not src/service-worker.ts)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: PWA SW filename (use src/sw.ts not src/service-worker.ts)", "community": 63, "community_name": "CLAUDE (Gotcha: injectManifest hardcodes filenam)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_gotcha_pwa_no_auto_register", "label": "Gotcha: @vite-pwa/sveltekit does not auto-register SW", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: @vite-pwa/sveltekit does not auto-register SW", "community": 63, "community_name": "CLAUDE (Gotcha: injectManifest hardcodes filenam)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_injectmanifest_hardcoded", "label": "Gotcha: injectManifest hardcodes filename -> use generateSW", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: injectManifest hardcodes filename -&gt; use generateSW", "community": 63, "community_name": "CLAUDE (Gotcha: injectManifest hardcodes filenam)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_no_storagestate", "label": "Gotcha: Playwright must use live Keycloak login, not storageState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: Playwright must use live Keycloak login, not storageState", "community": 62, "community_name": "CLAUDE (Gotcha: Supabase onAuthStateChange query)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_gotcha_playwright_baseurl", "label": "Gotcha: Playwright baseURL hardcoded to localhost:5173", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: Playwright baseURL hardcoded to localhost:5173", "community": 192, "community_name": "CLAUDE (Gotcha: Playwright baseURL hardcoded to )", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_realtime_waitfor_timeout", "label": "Gotcha: Realtime waitFor timeout 10s not 5s", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: Realtime waitFor timeout 10s not 5s", "community": 193, "community_name": "CLAUDE (Gotcha: Realtime waitFor timeout 10s not)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_kong_strip_path", "label": "Gotcha: Kong strip_path: true on full-table route strips too much", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: Kong strip_path: true on full-table route strips too much", "community": 194, "community_name": "CLAUDE (Gotcha: Kong strip_path: true on full-ta)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_kong_plugins_list", "label": "Gotcha: KONG_PLUGINS must list every plugin used", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: KONG_PLUGINS must list every plugin used", "community": 195, "community_name": "CLAUDE (Gotcha: KONG_PLUGINS must list every plu)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_select_after_insert_rls", "label": "Gotcha: .select() after .insert() evaluates SELECT RLS policy", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: .select() after .insert() evaluates SELECT RLS policy", "community": 196, "community_name": "CLAUDE (Gotcha: .select() after .insert() evalua)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_supabase_roles_bootstrap", "label": "Gotcha: supabase/postgres v15.1.1.78 does not bootstrap internal roles", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: supabase/postgres v15.1.1.78 does not bootstrap internal roles", "community": 197, "community_name": "CLAUDE (Gotcha: supabase/postgres v15.1.1.78 doe)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_gotcha_docker_exec_stdin_drain", "label": "Gotcha: docker compose exec -T drains surrounding heredoc", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Gotcha: docker compose exec -T drains surrounding heredoc", "community": 198, "community_name": "CLAUDE (Gotcha: docker compose exec -T drains su)", "source_file": "CLAUDE.md", "file_type": "document", "degree": 0}, {"id": "claudemd_ios_safari_platform", "label": "iOS Safari / PWA platform notes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "iOS Safari / PWA platform notes", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 2}, {"id": "claudemd_nginx_realtime_config", "label": "nginx (prod) Realtime WebSocket config", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nginx (prod) Realtime WebSocket config", "community": 36, "community_name": "Sync Strategy + Realtime", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_keycloak_behind_nginx", "label": "Keycloak behind nginx (X-Forwarded headers)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Keycloak behind nginx (X-Forwarded headers)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "claudemd_supabase_realtime_selfhosted", "label": "Supabase Realtime self-hosted config", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Supabase Realtime self-hosted config", "community": 36, "community_name": "Sync Strategy + Realtime", "source_file": "CLAUDE.md", "file_type": "document", "degree": 1}, {"id": "development_doc", "label": "docs/development.md", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "docs/development.md", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/development.md", "file_type": "document", "degree": 1}, {"id": "development_planned_stack", "label": "Planned tech stack table", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Planned tech stack table", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/development.md", "file_type": "document", "degree": 1}, {"id": "development_repo_layout", "label": "Planned repository layout", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Planned repository layout", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/development.md", "file_type": "document", "degree": 2}, {"id": "development_justfile_commands", "label": "Justfile dev commands", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Justfile dev commands", "community": 199, "community_name": "development (Justfile dev commands)", "source_file": "docs/development.md", "file_type": "document", "degree": 0}, {"id": "development_test_commands", "label": "Justfile test commands (test-all, test-e2e, etc.)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Justfile test commands (test-all, test-e2e, etc.)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/development.md", "file_type": "document", "degree": 1}, {"id": "development_local_endpoints", "label": "Local dev endpoints + credentials", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Local dev endpoints + credentials", "community": 97, "community_name": "CLAUDE (Gotcha: Kong env var substitution via ko)", "source_file": "docs/development.md", "file_type": "document", "degree": 1}, {"id": "development_dev_secrets", "label": "Dev secrets table (.env)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Dev secrets table (.env)", "community": 61, "community_name": "CLAUDE (Gotcha: colectivo-web is confidential cl)", "source_file": "docs/development.md", "file_type": "document", "degree": 1}, {"id": "fase8_doc", "label": "Fase 8 prod auth hardening", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Fase 8 prod auth hardening", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 4}, {"id": "fase8_bug1_empty_role", "label": "Bug 1: empty auth.users.role on self-registration", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Bug 1: empty auth.users.role on self-registration", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 3}, {"id": "fase8_migration_014", "label": "Migration 014 auth_users_role_update_trigger", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Migration 014 auth_users_role_update_trigger", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 3}, {"id": "fase8_ensure_user_role_default_fn", "label": "auth.ensure_user_role_default() function", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auth.ensure_user_role_default() function", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 1}, {"id": "fase8_pgtap_008", "label": "pgTAP 008_auth_user_role_default.sql (11 assertions)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pgTAP 008_auth_user_role_default.sql (11 assertions)", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 2}, {"id": "fase8_bug2_logout_pkce", "label": "Bug 2: logout doesn't log out + PKCE verifier race", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Bug 2: logout doesn&#x27;t log out + PKCE verifier race", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 3}, {"id": "fase8_rp_initiated_fix", "label": "Fix: RP-initiated OIDC logout", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fix: RP-initiated OIDC logout", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 7}, {"id": "fase8_keycloak_confirm_caveat", "label": "Accepted UX caveat: Keycloak confirmation page", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Accepted UX caveat: Keycloak confirmation page", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 1}, {"id": "fase8_auth_ts", "label": "apps/web/src/lib/auth.ts logout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "apps/web/src/lib/auth.ts logout()", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 3}, {"id": "fase8_app_layout_svelte", "label": "apps/web/src/routes/(app)/+layout.svelte $effect", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "apps/web/src/routes/(app)/+layout.svelte $effect", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 2}, {"id": "fase8_logged_out_page", "label": "apps/web/src/routes/logged-out/+page.svelte", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "apps/web/src/routes/logged-out/+page.svelte", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 1}, {"id": "fase8_e2e_auth_tests", "label": "apps/web/tests/e2e/auth.test.ts A-05 + A-07", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "apps/web/tests/e2e/auth.test.ts A-05 + A-07", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 1}, {"id": "fase8_deploy_erosi_script", "label": "infra/scripts/deploy-erosi.sh", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "infra/scripts/deploy-erosi.sh", "community": 8, "community_name": "Auth Architecture + Gotchas", "source_file": "docs/history/fase-8-auth-logout.md", "file_type": "document", "degree": 1}];
const RAW_EDGES = [{"from": "apps_web_src_lib_auth_ts", "to": "auth_login", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_auth_ts", "to": "auth_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_login", "to": "supabase_getsupabase", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_logout", "to": "supabase_getsupabase", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_src_lib_supabase_ts", "to": "supabase_passthroughlock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_supabase_ts", "to": "supabase_getsupabase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "supabase_getsupabase", "to": "realtimesync_subscribetolist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_loadnotes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_loadarchivednotes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_loadtrashednotes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_loadnote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_createnote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_patchnote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_permanentdeletenote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "notes_duplicatenote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "search_runsearch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_loadlists", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_loadtrashedlists", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_createlist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_renamelist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_softdeletelist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_restorelist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_permanentdeletelist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_archivelist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_completelist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_resetlist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_loaditems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_additem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_updateitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_checkitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_deleteitem", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_bulkdeleteitems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_bulkmoveitems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_bulkcheckitems", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "lists_fetchsuggestions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_loadtasklists", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_createtasklist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_renametasklist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_deletetasklist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_loadtasks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_addtask", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_renametask", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_completetask", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "tasks_deletetask", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "index_getqueue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "page_removemember", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "supabase_getsupabase", "to": "page_generateinvitelink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_src_lib_stores_realtimesync_ts", "to": "realtimesync_subscribetolist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_realtimesync_ts", "to": "realtimesync_applyitemevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_loadnotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_loadarchivednotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_loadtrashednotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_loadnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_createnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_patchnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_pinnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_unpinnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_archivenote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_unarchivenote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_trashnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_restorenote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_permanentdeletenote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_notes_ts", "to": "notes_duplicatenote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notes_patchnote", "to": "notes_pinnote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notes_patchnote", "to": "notes_unpinnote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notes_patchnote", "to": "notes_archivenote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notes_patchnote", "to": "notes_unarchivenote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notes_patchnote", "to": "notes_trashnote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notes_patchnote", "to": "notes_restorenote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_search_ts", "to": "search_runsearch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_loadlists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_loadtrashedlists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_createlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_renamelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_softdeletelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_restorelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_permanentdeletelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_archivelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_completelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_resetlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_loaditems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_additem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_updateitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_checkitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_deleteitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_bulkdeleteitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_bulkmoveitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_bulkcheckitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_reorderitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_lists_ts", "to": "lists_fetchsuggestions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lists_loadlists", "to": "lists_restorelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lists_loadtrashedlists", "to": "page_toggletrash", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_createlist", "to": "id_generateid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_softdeletelist", "to": "page_handledelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_restorelist", "to": "page_handlerestore", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_permanentdeletelist", "to": "page_handlepermanentdelete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_archivelist", "to": "page_handlearchive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_completelist", "to": "page_confirmfinish", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_resetlist", "to": "page_handlereset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lists_checkitem", "to": "page_togglecheck", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_loadtasklists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_createtasklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_renametasklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_deletetasklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_loadtasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_addtask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_renametask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_completetask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_deletetask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_stores_tasks_ts", "to": "tasks_reordertasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_createtasklist", "to": "id_generateid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_src_lib_utils_id_ts", "to": "id_generateid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "id_generateid", "to": "queue_syncqueue_enqueue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "id_generateid", "to": "undoqueue_scheduleundoable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_nav_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_nav_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_nav_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_nav_search", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_nav_settings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_nav_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_app_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_error_generic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_login_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_login_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_logout_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_auth_back_to_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_logged_out_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_logged_out_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_logged_out_sign_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_create_tab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_join_tab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_create_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_join_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_collective_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_collective_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_collective_emoji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_invite_link_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_invite_link_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_create_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_onboarding_join_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_collective_name_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_collective_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_accept_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_invalid_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_error_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_error_already_used", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_error_expired", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_error_already_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_error_unauthenticated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invitation_error_unknown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_members", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_you", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_invite_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_invite_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_generate_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_copy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_copied", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_manage_link_expires", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_role_admin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_role_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_role_guest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_saving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_language", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_avatar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_avatar_initials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_avatar_emoji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_avatar_upload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_avatar_upload_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_account", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_keycloak_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_settings_saved", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invite_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invite_email_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_invite_send", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_masthead_lists_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_masthead_tasks_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_masthead_notes_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_masthead_search_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_masthead_search_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_lists_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_lists_new_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_lists_no_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_lists_create_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_lists_trash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_status_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_status_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_status_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_items_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_items_empty_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_reset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_actions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_item_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_qty_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_add_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_to_buy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_checked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_start_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_finish_shopping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_finish_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_finish_confirm_yes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_finish_confirm_no", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_new_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_no_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_create_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_new_list_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_new_task_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_empty_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_completed_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_pending_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_completed_by", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_toggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_uncheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_delete_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_tasks_delete_list_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_pinned_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_active_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_archive_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_archived_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_trash_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_trash_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_pin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_unpin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_unarchive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_send_to_trash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_restore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_duplicate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_title_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_content_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_content_aria", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_back_to_board", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_saved", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_saving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_empty_board", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_notes_empty_board_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_filter_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_filter_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_filter_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_filter_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_group_shopping_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_group_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_group_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_search_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_trash_restore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_trash_delete_permanent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_trash_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_trash_expires_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_confirm_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_cancel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_action_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_edit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_add", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_done", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_sync_offline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_sync_syncing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_undo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_undo_deleted_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_item_delete_aria", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_qty_decrease", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_qty_increase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_reorder_handle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_edit_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_selection_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_cancel_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_bulk_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_bulk_move", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_bulk_mark_checked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_undo_bulk_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_move_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_js", "to": "messages_list_move_create_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "messages_nav_lists", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_nav_tasks", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_nav_notes", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_nav_search", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_nav_settings", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_nav_collective", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_app_name", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_loading", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_error_generic", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_login_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_login_button", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_logout_button", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_auth_back_to_home", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_logged_out_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_logged_out_subtitle", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_logged_out_sign_in", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_subtitle", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_create_tab", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_join_tab", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_create_collective", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_join_collective", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_collective_name", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_collective_name_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_collective_emoji", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_invite_link_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_invite_link_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_create_btn", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_onboarding_join_btn", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_collective_name_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_collective_name_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_subtitle", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_accept_btn", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_success", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_invalid_link", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_error_not_found", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_error_already_used", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_error_expired", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_error_already_member", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_error_unauthenticated", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invitation_error_unknown", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_members", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_you", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_remove", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_invite_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_invite_role", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_generate_link", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_copy", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_copied", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_manage_link_expires", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_role_admin", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_role_member", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_role_guest", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_display_name", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_saving", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_language", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_avatar", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_avatar_initials", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_avatar_emoji", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_avatar_upload", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_avatar_upload_btn", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_account", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_keycloak_link", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_logout", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_save", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_settings_saved", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invite_member", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invite_email_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_invite_send", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_masthead_lists_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_masthead_tasks_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_masthead_notes_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_masthead_search_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_masthead_search_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_lists_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_lists_new_list", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_lists_no_lists", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_lists_create_first", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_lists_trash", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_status_active", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_status_completed", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_status_archived", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_name_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_items_empty", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_items_empty_hint", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_reset", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_archive", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_delete", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_actions", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_item_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_qty_label", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_add_item", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_to_buy", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_checked", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_start_session", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_finish_shopping", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_finish_confirm", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_finish_confirm_yes", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_finish_confirm_no", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_new_list", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_no_lists", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_create_first", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_new_list_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_new_task_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_empty", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_empty_hint", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_completed_section", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_pending_section", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_completed_by", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_toggle", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_uncheck", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_delete", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_delete_list", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_tasks_delete_list_confirm", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_new", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_pinned_section", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_active_section", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_archive", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_archive_view", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_archived_empty", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_trash_view", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_trash_empty", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_pin", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_unpin", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_unarchive", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_send_to_trash", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_restore", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_duplicate", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_color", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_title_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_content_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_content_aria", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_back_to_board", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_saved", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_saving", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_empty_board", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_notes_empty_board_hint", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_placeholder", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_filter_all", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_filter_lists", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_filter_tasks", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_filter_notes", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_group_shopping_items", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_group_tasks", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_group_notes", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_empty", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_search_hint", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_trash_restore", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_trash_delete_permanent", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_trash_empty", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_trash_expires_in", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_confirm_delete", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_cancel", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_save", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_action_delete", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_edit", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_add", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_done", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_sync_offline", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_sync_syncing", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_undo", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_undo_deleted_item", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_item_delete_aria", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_qty_decrease", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_qty_increase", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_reorder_handle", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_edit_item", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_confirm", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_close", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_select", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_selection_count", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_cancel_selection", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_bulk_delete", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_bulk_move", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_bulk_mark_checked", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_undo_bulk_delete", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_move_title", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messages_list_move_create_new", "to": "runtime_languagetag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_src_lib_paraglide_runtime_js", "to": "runtime_languagetag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_runtime_js", "to": "runtime_setlanguagetag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_runtime_js", "to": "runtime_enforcelanguagetag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_runtime_js", "to": "runtime_onsetlanguagetag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_runtime_js", "to": "runtime_isavailablelanguagetag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runtime_languagetag", "to": "runtime_setlanguagetag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runtime_setlanguagetag", "to": "runtime_enforcelanguagetag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_nav_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_nav_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_nav_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_nav_search", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_nav_settings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_nav_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_app_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_error_generic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_login_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_login_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_logout_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_auth_back_to_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_logged_out_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_logged_out_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_logged_out_sign_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_create_tab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_join_tab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_create_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_join_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_collective_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_collective_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_collective_emoji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_invite_link_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_invite_link_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_create_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_onboarding_join_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_collective_name_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_collective_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_accept_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_invalid_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_error_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_error_already_used", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_error_expired", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_error_already_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_error_unauthenticated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invitation_error_unknown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_members", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_you", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_invite_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_invite_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_generate_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_copy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_copied", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_manage_link_expires", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_role_admin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_role_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_role_guest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_saving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_language", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_avatar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_avatar_initials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_avatar_emoji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_avatar_upload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_avatar_upload_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_account", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_keycloak_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_settings_saved", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invite_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invite_email_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_invite_send", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_masthead_lists_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_masthead_tasks_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_masthead_notes_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_masthead_search_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_masthead_search_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_lists_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_lists_new_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_lists_no_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_lists_create_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_lists_trash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_status_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_status_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_status_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_items_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_items_empty_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_reset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_actions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_item_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_qty_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_add_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_to_buy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_checked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_start_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_finish_shopping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_finish_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_finish_confirm_yes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_finish_confirm_no", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_new_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_no_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_create_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_new_list_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_new_task_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_empty_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_completed_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_pending_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_completed_by", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_toggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_uncheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_delete_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_tasks_delete_list_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_pinned_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_active_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_archive_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_archived_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_trash_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_trash_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_pin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_unpin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_unarchive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_send_to_trash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_restore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_duplicate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_title_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_content_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_content_aria", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_back_to_board", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_saved", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_saving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_empty_board", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_notes_empty_board_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_filter_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_filter_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_filter_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_filter_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_group_shopping_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_group_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_group_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_search_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_trash_restore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_trash_delete_permanent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_trash_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_trash_expires_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_confirm_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_cancel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_action_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_edit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_add", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_done", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_sync_offline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_sync_syncing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_undo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_undo_deleted_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_item_delete_aria", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_qty_decrease", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_qty_increase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_reorder_handle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_edit_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_selection_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_cancel_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_bulk_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_bulk_move", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_bulk_mark_checked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_undo_bulk_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_move_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_en_js", "to": "en_list_move_create_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_nav_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_nav_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_nav_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_nav_search", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_nav_settings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_nav_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_app_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_error_generic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_login_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_login_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_logout_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_auth_back_to_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_logged_out_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_logged_out_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_logged_out_sign_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_create_tab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_join_tab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_create_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_join_collective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_collective_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_collective_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_collective_emoji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_invite_link_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_invite_link_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_create_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_onboarding_join_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_collective_name_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_collective_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_subtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_accept_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_invalid_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_error_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_error_already_used", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_error_expired", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_error_already_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_error_unauthenticated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invitation_error_unknown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_members", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_you", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_invite_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_invite_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_generate_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_copy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_copied", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_manage_link_expires", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_role_admin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_role_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_role_guest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_saving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_language", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_avatar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_avatar_initials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_avatar_emoji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_avatar_upload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_avatar_upload_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_account", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_keycloak_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_settings_saved", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invite_member", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invite_email_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_invite_send", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_masthead_lists_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_masthead_tasks_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_masthead_notes_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_masthead_search_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_masthead_search_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_lists_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_lists_new_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_lists_no_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_lists_create_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_lists_trash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_status_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_status_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_status_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_name_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_items_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_items_empty_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_reset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_actions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_item_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_qty_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_add_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_to_buy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_checked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_start_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_finish_shopping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_finish_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_finish_confirm_yes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_finish_confirm_no", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_new_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_no_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_create_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_new_list_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_new_task_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_empty_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_completed_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_pending_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_completed_by", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_toggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_uncheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_delete_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_tasks_delete_list_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_pinned_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_active_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_archive_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_archived_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_trash_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_trash_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_pin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_unpin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_unarchive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_send_to_trash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_restore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_duplicate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_title_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_content_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_content_aria", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_back_to_board", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_saved", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_saving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_empty_board", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_notes_empty_board_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_filter_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_filter_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_filter_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_filter_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_group_shopping_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_group_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_group_notes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_search_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_trash_restore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_trash_delete_permanent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_trash_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_trash_expires_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_confirm_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_cancel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_action_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_edit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_add", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_done", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_sync_offline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_sync_syncing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_undo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_undo_deleted_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_item_delete_aria", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_qty_decrease", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_qty_increase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_reorder_handle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_edit_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_selection_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_cancel_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_bulk_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_bulk_move", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_bulk_mark_checked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_undo_bulk_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_move_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_paraglide_messages_es_js", "to": "es_list_move_create_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_queue_ts", "to": "queue_getdb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_queue_ts", "to": "queue_syncqueue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_queue_ts", "to": "queue_attachonlineflush", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_queue_ts", "to": "apps_web_src_lib_sync_queue_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_getdb", "to": "queue_syncqueue_enqueue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_getdb", "to": "queue_syncqueue_flush", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_getdb", "to": "queue_syncqueue_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_getdb", "to": "queue_syncqueue_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue", "to": "queue_syncqueue_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue", "to": "queue_syncqueue_enqueue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue", "to": "queue_syncqueue_flush", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue", "to": "queue_syncqueue_pending", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue", "to": "queue_syncqueue_clear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue", "to": "queue_syncqueue_trysend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue_enqueue", "to": "queue_syncqueue_trysend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue_enqueue", "to": "index_enqueueop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_syncqueue_flush", "to": "queue_syncqueue_trysend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_syncqueue_flush", "to": "index_hydratesyncstate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_syncqueue_pending", "to": "index_refreshpending", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_syncqueue_pending", "to": "index_hydratesyncstate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_syncqueue_clear", "to": "queue_test_clearidb", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_attachonlineflush", "to": "index_getqueue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_src_lib_sync_index_ts", "to": "index_getqueue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_index_ts", "to": "index_refreshpending", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_index_ts", "to": "index_enqueueop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_index_ts", "to": "index_hydratesyncstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_index_ts", "to": "index_resetsyncfortests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_getqueue", "to": "index_enqueueop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_getqueue", "to": "index_hydratesyncstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_refreshpending", "to": "index_enqueueop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_undoqueue_ts", "to": "undoqueue_scheduleundoable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_undoqueue_ts", "to": "undoqueue_undo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_undoqueue_ts", "to": "undoqueue_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_undoqueue_ts", "to": "undoqueue_flushundoqueuefortests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_undoqueue_ts", "to": "undoqueue_pendingundocount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "undoqueue_commit", "to": "undoqueue_flushundoqueuefortests", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_queue_test_ts", "to": "queue_test_makemockclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_lib_sync_queue_test_ts", "to": "queue_test_clearidb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_layout_ts", "to": "layout_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_toggletrash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_handlecreate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_togglemenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_closemenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_handlearchive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_handlereset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_handledelete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_handlerestore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_handlepermanentdelete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_handlewindowclick", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_page_svelte", "to": "page_trashdaysleft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "page_handlecreate", "to": "lists_test_createlist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "page_closemenu", "to": "page_handlearchive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "page_closemenu", "to": "page_handlereset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "page_closemenu", "to": "page_handledelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_id_page_svelte", "to": "page_each", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_id_page_svelte", "to": "page_additemform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_id_session_page_svelte", "to": "page_togglecheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_lists_id_session_page_svelte", "to": "page_confirmfinish", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_collective_manage_page_svelte", "to": "page_removemember", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_collective_manage_page_svelte", "to": "page_generateinvitelink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_src_routes_app_collective_manage_page_svelte", "to": "page_copylink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_generatorfunction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_workboxerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_isarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_hasmethod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_istype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_isinstance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_isoneof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_isarrayofclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_normalizehandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_route", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_regexproute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_getfriendlyurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_router", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_getorcreatedefaultrouter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_registerroute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_createcachename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_eachcachenamedetail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_waituntil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_createcachekey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_precacheinstallreportplugin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_precachecachekeyplugin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_loggroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_printcleanupdetails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_nestedgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_printinstalldetails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_canconstructresponsefrombodystream", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_copyresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_stripparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_cachematchignoreparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_deferred", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_executequotaerrorcallbacks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_torequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_strategyhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_strategy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_precachestrategy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_cachewillupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_precachecontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_getorcreateprecachecontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_removeignoredsearchparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_precacheroute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_addroute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_precache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_precacheandroute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_deleteoutdatedcaches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_cleanupoutdatedcaches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_navigationroute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_workbox_c6ace0a7_js", "to": "workbox_c6ace0a7_createhandlerboundtourl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_workboxerror", "to": "workbox_c6ace0a7_workboxerror_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isarray", "to": "workbox_c6ace0a7_isarrayofclass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isarray", "to": "workbox_c6ace0a7_router_findmatchingroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isarray", "to": "workbox_c6ace0a7_precachecontroller_addtocachelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_hasmethod", "to": "workbox_c6ace0a7_normalizehandler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_hasmethod", "to": "workbox_c6ace0a7_router_registerroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_istype", "to": "workbox_c6ace0a7_normalizehandler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_istype", "to": "workbox_c6ace0a7_route_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_istype", "to": "workbox_c6ace0a7_router_registerroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isinstance", "to": "workbox_c6ace0a7_regexproute_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isinstance", "to": "workbox_c6ace0a7_router_handlerequest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isinstance", "to": "workbox_c6ace0a7_strategyhandler_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isoneof", "to": "workbox_c6ace0a7_route_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_isarrayofclass", "to": "workbox_c6ace0a7_navigationroute_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_normalizehandler", "to": "workbox_c6ace0a7_route_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_normalizehandler", "to": "workbox_c6ace0a7_route_setcatchhandler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_normalizehandler", "to": "workbox_c6ace0a7_router_setdefaulthandler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_normalizehandler", "to": "workbox_c6ace0a7_router_setcatchhandler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_route", "to": "workbox_c6ace0a7_route_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_route", "to": "workbox_c6ace0a7_route_setcatchhandler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_regexproute", "to": "workbox_c6ace0a7_regexproute_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getfriendlyurl", "to": "workbox_c6ace0a7_router_handlerequest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getfriendlyurl", "to": "workbox_c6ace0a7_router_findmatchingroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getfriendlyurl", "to": "workbox_c6ace0a7_strategyhandler_fetch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getfriendlyurl", "to": "workbox_c6ace0a7_strategyhandler_cacheput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getfriendlyurl", "to": "workbox_c6ace0a7_strategy_getresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getfriendlyurl", "to": "workbox_c6ace0a7_precachestrategy_handlefetch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_routes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_addfetchlistener", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_addcachelistener", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_handlerequest", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_findmatchingroute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_setdefaulthandler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_setcatchhandler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_registerroute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router", "to": "workbox_c6ace0a7_router_unregisterroute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router_addfetchlistener", "to": "workbox_c6ace0a7_getorcreatedefaultrouter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router_addcachelistener", "to": "workbox_c6ace0a7_getorcreatedefaultrouter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router_handlerequest", "to": "workbox_c6ace0a7_router_findmatchingroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_router_handlerequest", "to": "workbox_c6ace0a7_strategy_handle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getorcreatedefaultrouter", "to": "workbox_c6ace0a7_registerroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_registerroute", "to": "workbox_c6ace0a7_addroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_waituntil", "to": "workbox_c6ace0a7_strategyhandler_waituntil", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_createcachekey", "to": "workbox_c6ace0a7_precachecontroller_addtocachelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precacheinstallreportplugin", "to": "workbox_c6ace0a7_precacheinstallreportplugin_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecachekeyplugin", "to": "workbox_c6ace0a7_precachecachekeyplugin_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_loggroup", "to": "workbox_c6ace0a7_printcleanupdetails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_nestedgroup", "to": "workbox_c6ace0a7_printinstalldetails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_canconstructresponsefrombodystream", "to": "workbox_c6ace0a7_copyresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_copyresponse", "to": "workbox_c6ace0a7_cachewillupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_stripparams", "to": "workbox_c6ace0a7_cachematchignoreparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_cachematchignoreparams", "to": "workbox_c6ace0a7_strategyhandler_cacheput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_deferred", "to": "workbox_c6ace0a7_deferred_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_executequotaerrorcallbacks", "to": "workbox_c6ace0a7_strategyhandler_cacheput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_timeout", "to": "workbox_c6ace0a7_strategyhandler_cacheput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_timeout", "to": "global_setup_globalsetup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workbox_c6ace0a7_torequest", "to": "workbox_c6ace0a7_strategyhandler_fetch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_torequest", "to": "workbox_c6ace0a7_strategyhandler_cachematch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_torequest", "to": "workbox_c6ace0a7_strategyhandler_cacheput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_torequest", "to": "workbox_c6ace0a7_strategyhandler_getcachekey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_fetch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_fetchandcacheput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_cachematch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_cacheput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_getcachekey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_hascallback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_runcallbacks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_waituntil", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_donewaiting", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_destroy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler", "to": "workbox_c6ace0a7_strategyhandler_ensureresponsesafetocache", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_constructor", "to": "workbox_c6ace0a7_strategyhandler_waituntil", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetch", "to": "workbox_c6ace0a7_strategyhandler_hascallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetch", "to": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetch", "to": "workbox_c6ace0a7_strategyhandler_runcallbacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetch", "to": "workbox_c6ace0a7_strategyhandler_fetchandcacheput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetch", "to": "workbox_c6ace0a7_precachestrategy_handlefetch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetch", "to": "workbox_c6ace0a7_precachestrategy_handleinstall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetch", "to": "global_setup_globalsetup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetchandcacheput", "to": "workbox_c6ace0a7_strategyhandler_waituntil", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_fetchandcacheput", "to": "workbox_c6ace0a7_strategyhandler_cacheput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cachematch", "to": "workbox_c6ace0a7_strategyhandler_getcachekey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cachematch", "to": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cachematch", "to": "workbox_c6ace0a7_precachestrategy_handle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cacheput", "to": "workbox_c6ace0a7_strategyhandler_getcachekey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cacheput", "to": "workbox_c6ace0a7_strategyhandler_ensureresponsesafetocache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cacheput", "to": "workbox_c6ace0a7_strategyhandler_hascallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cacheput", "to": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cacheput", "to": "workbox_c6ace0a7_precachestrategy_handlefetch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_cacheput", "to": "workbox_c6ace0a7_precachestrategy_handleinstall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_getcachekey", "to": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_getcachekey", "to": "workbox_c6ace0a7_precachestrategy_handlefetch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_runcallbacks", "to": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_runcallbacks", "to": "workbox_c6ace0a7_strategy_getresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_runcallbacks", "to": "workbox_c6ace0a7_strategy_awaitcomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "to": "workbox_c6ace0a7_strategyhandler_ensureresponsesafetocache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_iteratecallbacks", "to": "workbox_c6ace0a7_strategy_getresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_waituntil", "to": "workbox_c6ace0a7_precachecontroller_install", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_waituntil", "to": "workbox_c6ace0a7_precachecontroller_activate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_donewaiting", "to": "workbox_c6ace0a7_strategy_awaitcomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategyhandler_destroy", "to": "workbox_c6ace0a7_strategy_awaitcomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy", "to": "workbox_c6ace0a7_strategy_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy", "to": "workbox_c6ace0a7_strategy_handle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy", "to": "workbox_c6ace0a7_strategy_handleall", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy", "to": "workbox_c6ace0a7_strategy_getresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy", "to": "workbox_c6ace0a7_strategy_awaitcomplete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy_handle", "to": "workbox_c6ace0a7_strategy_handleall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy_handleall", "to": "workbox_c6ace0a7_strategy_getresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy_handleall", "to": "workbox_c6ace0a7_strategy_awaitcomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_strategy_getresponse", "to": "workbox_c6ace0a7_precachestrategy_handle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy", "to": "workbox_c6ace0a7_precachestrategy_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy", "to": "workbox_c6ace0a7_precachestrategy_handle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy", "to": "workbox_c6ace0a7_precachestrategy_handlefetch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy", "to": "workbox_c6ace0a7_precachestrategy_handleinstall", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy", "to": "workbox_c6ace0a7_precachestrategy_usedefaultcacheabilitypluginifneeded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy_handle", "to": "workbox_c6ace0a7_precachestrategy_handleinstall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy_handle", "to": "workbox_c6ace0a7_precachestrategy_handlefetch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy_handlefetch", "to": "workbox_c6ace0a7_precachestrategy_usedefaultcacheabilitypluginifneeded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachestrategy_handleinstall", "to": "workbox_c6ace0a7_precachestrategy_usedefaultcacheabilitypluginifneeded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_strategy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_precache", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_addtocachelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_install", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_activate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_geturlstocachekeys", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_getcachedurls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_getcachekeyforurl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_getintegrityforcachekey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_matchprecache", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller", "to": "workbox_c6ace0a7_precachecontroller_createhandlerboundtourl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller_precache", "to": "workbox_c6ace0a7_precachecontroller_addtocachelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller_getcachekeyforurl", "to": "workbox_c6ace0a7_precachecontroller_matchprecache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precachecontroller_getcachekeyforurl", "to": "workbox_c6ace0a7_precachecontroller_createhandlerboundtourl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getorcreateprecachecontroller", "to": "workbox_c6ace0a7_addroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getorcreateprecachecontroller", "to": "workbox_c6ace0a7_precache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_getorcreateprecachecontroller", "to": "workbox_c6ace0a7_createhandlerboundtourl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precacheroute", "to": "workbox_c6ace0a7_precacheroute_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_addroute", "to": "workbox_c6ace0a7_precacheandroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_precache", "to": "workbox_c6ace0a7_precacheandroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_navigationroute", "to": "workbox_c6ace0a7_navigationroute_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workbox_c6ace0a7_navigationroute", "to": "workbox_c6ace0a7_navigationroute_match", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_sw_js", "to": "sw_singlerequire", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_dev_dist_sw_js", "to": "sw_require", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sw_singlerequire", "to": "sw_require", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_global_setup_ts", "to": "global_setup_globalsetup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_fixtures_users_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "login_loginas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_realtime_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_session_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_insecure_context_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_items_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_pwa_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_lists_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_mobile_masthead_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_selection_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_onboarding_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_search_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_tasks_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_invitation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_notes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_offline_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_auth_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_mobile_shell_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_login_ts", "to": "apps_web_tests_e2e_manage_collective_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "login_loginas", "to": "realtime_test_loggedinlistpage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "db_reseteva", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "db_seedexpiredinvitation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "db_seedusedinvitation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "db_restoreseedmembership", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "db_countmembership", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "apps_web_tests_e2e_onboarding_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "apps_web_tests_e2e_invitation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_db_ts", "to": "apps_web_tests_e2e_manage_collective_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_reseteva", "to": "db_helpers_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_seedexpiredinvitation", "to": "db_helpers_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_seedusedinvitation", "to": "db_helpers_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_restoreseedmembership", "to": "db_helpers_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_countmembership", "to": "db_helpers_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_realtime_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_session_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_insecure_context_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_items_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_pwa_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_lists_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_mobile_masthead_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_selection_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_onboarding_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_search_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_tasks_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_invitation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_notes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_offline_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_auth_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_mobile_shell_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_fixtures_users_ts", "to": "apps_web_tests_e2e_manage_collective_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_realtime_test_ts", "to": "realtime_test_loggedinlistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_items_test_ts", "to": "items_test_gotoseedlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_items_test_ts", "to": "items_test_itemrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_lists_test_ts", "to": "lists_test_listheading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_lists_test_ts", "to": "lists_test_cardactionsbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_lists_test_ts", "to": "lists_test_gotolistsclean", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_lists_test_ts", "to": "lists_test_createlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lists_test_listheading", "to": "lists_test_createlist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_tasks_test_ts", "to": "tasks_test_gototasksclean", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_tasks_test_ts", "to": "tasks_test_createtasklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_notes_test_ts", "to": "notes_test_gotonotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_notes_test_ts", "to": "notes_test_createnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_web_tests_e2e_auth_test_ts", "to": "auth_test_confirmkeycloaklogout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_types_src_database_ts", "to": "packages_types_src_domain_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_realtime_helpers_ts", "to": "realtime_helpers_subscribepostgreschanges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_realtime_helpers_ts", "to": "packages_test_utils_tests_realtime_isolation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_realtime_helpers_ts", "to": "packages_test_utils_tests_realtime_postgres_changes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_audit_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_collective_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_realtime_presence_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_realtime_isolation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_search_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_lists_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rate_limit_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_tasks_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_isolation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_frequency_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_realtime_postgres_changes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_items_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_seed_constants_ts", "to": "packages_test_utils_tests_rls_notes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "supabase_clients_requiredenv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "supabase_clients_signtoken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "supabase_clients_createclientas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "supabase_clients_createadminclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_audit_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_collective_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_realtime_presence_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_realtime_isolation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_search_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_lists_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rate_limit_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_tasks_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_isolation_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_frequency_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_realtime_postgres_changes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_items_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_supabase_clients_ts", "to": "packages_test_utils_tests_rls_notes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "supabase_clients_requiredenv", "to": "supabase_clients_signtoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "supabase_clients_requiredenv", "to": "supabase_clients_createclientas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "supabase_clients_requiredenv", "to": "supabase_clients_createadminclient", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "supabase_clients_signtoken", "to": "supabase_clients_createclientas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "db_helpers_getpool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "db_helpers_sql", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "db_helpers_closepool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "packages_test_utils_tests_rls_audit_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "packages_test_utils_tests_search_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "packages_test_utils_tests_rls_lists_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "packages_test_utils_tests_rls_tasks_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_src_db_helpers_ts", "to": "packages_test_utils_tests_rls_notes_test_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_helpers_getpool", "to": "db_helpers_sql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_tests_realtime_presence_test_ts", "to": "realtime_presence_test_track", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_tests_realtime_presence_test_ts", "to": "realtime_presence_test_subscribepresence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_tests_realtime_isolation_test_ts", "to": "realtime_isolation_test_track", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_tests_search_test_ts", "to": "search_test_search", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_tests_rate_limit_test_ts", "to": "rate_limit_test_signborja", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "packages_test_utils_tests_realtime_postgres_changes_test_ts", "to": "realtime_postgres_changes_test_track", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_development_plan", "to": "readme_tdd_methodology", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_stack_sveltekit", "to": "apphtml_shell", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_stack_vite_pwa", "to": "apphtml_ios_pwa_meta_tags", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_stack_vite_pwa", "to": "iconsreadme_placeholders", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_repo_layout", "to": "readme_justfile_reference", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_local_endpoints_credentials", "to": "claudemd_dev_test_users", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_warning_ios_safari_pwa", "to": "apphtml_ios_pwa_meta_tags", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_warning_last_write_wins_no_crdt", "to": "claudemd_offline_first", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pwa_icon_asset", "to": "icon_180_pwa", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pwa_icon_asset", "to": "icon_512_pwa", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pwa_icon_asset", "to": "icon_192_pwa", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pwa_icon_asset", "to": "icon_512_maskable_pwa", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_colectivo_miembros", "to": "analisisfuncional_entity_colectivo", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_colectivo_miembros", "to": "analisisfuncional_entity_miembrocolectivo", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_colectivo_miembros", "to": "analisisfuncional_entity_invitacioncolectivo", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_concepto_colectivo", "to": "analisisfuncional_reglas_globales", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_rationale_permisos_simples", "to": "claudemd_roles_admin_member_guest", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_entity_colectivo", "to": "analisisfuncional_entity_miembrocolectivo", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_entity_colectivo", "to": "analisisfuncional_entity_invitacioncolectivo", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_entity_invitacioncolectivo", "to": "analisisfuncional_flujo_incorporacion_miembro", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "analisisfuncional_entity_listacompra", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "analisisfuncional_entity_itemcompra", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "analisisfuncional_modo_ir_de_compras", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "analisisfuncional_usecases_lista_compra", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "analisisfuncional_flujo_sesion_compra", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "analisisfuncional_recomendaciones_items_frecuentes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "codehtml_grocery_list_quick_quantity", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "codehtml_grocery_list_mobile", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "codehtml_grocery_list_simplified", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modulo_lista_compra", "to": "codehtml_grocery_list_crud", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_entity_listacompra", "to": "analisisfuncional_entity_itemcompra", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_entity_itemcompra", "to": "codehtml_grocery_list_quick_quantity", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modo_ir_de_compras", "to": "codehtml_shopping_session_1", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modo_ir_de_compras", "to": "codehtml_shopping_session_2", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modo_ir_de_compras", "to": "codehtml_shopping_session_mobile", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modo_ir_de_compras", "to": "design_shopping_mode_components", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_usecases_lista_compra", "to": "design_swipe_to_delete", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modulo_tareas", "to": "analisisfuncional_entity_listatareas", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_tareas", "to": "analisisfuncional_entity_tarea", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_tareas", "to": "analisisfuncional_rationale_tareas_simples", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_tareas", "to": "codehtml_tasks_view", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modulo_tareas", "to": "codehtml_tasks_mobile", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_entity_listatareas", "to": "analisisfuncional_entity_tarea", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_notas", "to": "analisisfuncional_entity_nota", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_notas", "to": "codehtml_notes_view", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_entity_nota", "to": "analisisfuncional_rationale_notas_scope_reducido", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_auth_usuarios", "to": "analisisfuncional_entity_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_auth_usuarios", "to": "analisisfuncional_settings_screen", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_settings_screen", "to": "codehtml_settings_2", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_settings_screen", "to": "codehtml_settings_1", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_settings_screen", "to": "codehtml_user_settings", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_modulo_sync_offline", "to": "analisisfuncional_estrategia_offline_first", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_sync_offline", "to": "analisisfuncional_sync_realtime_ws", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_sync_realtime_ws", "to": "analisisfuncional_no_funcionales", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analisisfuncional_modulo_busqueda", "to": "codehtml_search_mobile", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_pantallas_mvp", "to": "codehtml_grocery_list_mobile", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_pantallas_mvp", "to": "codehtml_shopping_session_mobile", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_pantallas_mvp", "to": "codehtml_tasks_mobile", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_pantallas_mvp", "to": "codehtml_notes_view", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analisisfuncional_pantallas_mvp", "to": "codehtml_search_mobile", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "designref_colectivo_design_reference_html", "to": "design_monolith_editorial", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codehtml_settings_2", "to": "codehtml_settings_1", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codehtml_settings_2", "to": "codehtml_user_settings", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codehtml_shopping_session_1", "to": "design_shopping_mode_components", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codehtml_shopping_session_1", "to": "codehtml_shopping_session_2", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codehtml_shopping_session_2", "to": "design_shopping_mode_components", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codehtml_shopping_session_mobile", "to": "design_shopping_mode_components", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "design_monolith_editorial", "to": "design_tonal_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_no_line_rule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_surface_hierarchy", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_inter_typography", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_tonal_layering_elevation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_button_inversion_logic", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_monolith_sticky_input", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_swipe_to_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_shopping_mode_components", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial", "to": "design_layout_philosophy", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "codehtml_grocery_list_mobile", "to": "codehtml_grocery_list_simplified", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "design_search_page_html", "to": "plan_fase_5", "label": "cites", "title": "cites [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "design_notes_mobile_html", "to": "design_lists_mobile_html", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "design_notes_mobile_html", "to": "plan_fase_5", "label": "cites", "title": "cites [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_monolith_editorial_direction", "to": "plan_fase_5", "label": "cites", "title": "cites [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "design_lists_view_html", "to": "design_lists_mobile_html", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "design_lists_view_html", "to": "plan_fase_2a", "label": "cites", "title": "cites [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "design_lists_mobile_html", "to": "plan_fase_5", "label": "cites", "title": "cites [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_6", "to": "plan_fase_4", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_6", "to": "concept_inject_manifest_pwa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_6", "to": "concept_kong_rate_limit_invitations", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_6", "to": "concept_jwt_rotation_script", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_6", "to": "concept_lighthouse_rls_audit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_6", "to": "docs_deployment", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plan_fase_6", "to": "history_fase_6", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_inject_manifest_pwa", "to": "rationale_generate_sw_fallback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_kong_rate_limit_invitations", "to": "rationale_drop_auth_rate_limit", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "plan_fase_4", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "concept_mobile_shell", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "concept_masthead_editorial", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "concept_undo_queue_toast", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "concept_swipe_toggle_gestures", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "concept_selection_mode_bulk", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "concept_generate_id_helper", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "rationale_inline_add_form", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_5", "to": "history_fase_5", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_undo_queue_toast", "to": "concept_offline_queue_idb", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_swipe_toggle_gestures", "to": "rationale_drop_unit_column", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_swipe_toggle_gestures", "to": "concept_selection_mode_bulk", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plan_fase_2a", "to": "plan_fase_1", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plan_fase_2a", "to": "concept_item_frequency_recommendations", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_2a", "to": "history_fase_2a", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_2a", "to": "plan_fase_2b", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_item_frequency_recommendations", "to": "concept_tsvector_search", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plan_fase_2b", "to": "concept_realtime_postgres_changes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_2b", "to": "concept_offline_queue_idb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_2b", "to": "concept_modo_compra", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_2b", "to": "plan_fase_3", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_2b", "to": "history_fase_2b", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_offline_queue_idb", "to": "rationale_last_write_wins", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_1", "to": "plan_fase_0", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_1", "to": "concept_keycloak_gotrue_oidc_proxy", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_1", "to": "concept_paraglide_i18n", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_1", "to": "concept_invitations_link_only", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_1", "to": "concept_rls_policies", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_1", "to": "plan_fase_7", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_1", "to": "history_fase_1", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_keycloak_gotrue_oidc_proxy", "to": "rationale_option_b_gotrue_proxy", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_invitations_link_only", "to": "rationale_no_email_invitations", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_rls_policies", "to": "concept_create_collective_rpc", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plan_fase_3", "to": "plan_fase_4", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plan_fase_3", "to": "history_fase_3", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_0", "to": "entity_backup_system", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_0", "to": "entity_keycloak_realm_colectivo", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_0", "to": "entity_nginx_realtime_block", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "entity_nginx_realtime_block", "to": "entity_caddy_erosi", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plan_fase_4", "to": "concept_tsvector_search", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_4", "to": "history_fase_4", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plan_fase_7", "to": "history_fase_7", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_deployment", "to": "entity_docker_compose_erosi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_deployment", "to": "entity_caddy_erosi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_deployment", "to": "entity_deploy_erosi_script", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_deployment", "to": "entity_db_init_roles_script", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_fase_7", "to": "concept_create_collective_rpc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_fase_7", "to": "concept_pending_invitation_token_restore", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "icon_180_pwa", "to": "icon_192_pwa", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "icon_180_pwa", "to": "icon_512_pwa", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "icon_180_pwa", "to": "icon_512_maskable_pwa", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "icon_512_pwa", "to": "icon_512_maskable_pwa", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "icon_512_pwa", "to": "icon_192_pwa", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "icon_192_pwa", "to": "icon_512_maskable_pwa", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "searchmobile_list_result_card", "to": "searchmobile_task_result_card", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchmobile_task_result_card", "to": "searchmobile_note_result_card", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchmobile_grouped_results_layout", "to": "searchmobile_universal_search_pattern", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings2_sidebar_branding", "to": "settings2_design_editorial_style", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings2_sidebar_collective_footer", "to": "settings2_header_breadcrumb", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings2_avatar_preview", "to": "settings2_avatar_type_tabs", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings2_avatar_preview", "to": "settings2_emoji_picker_grid", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings2_avatar_type_tabs", "to": "settings2_emoji_picker_grid", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings2_avatar_type_tabs", "to": "settings2_design_avatar_three_modes", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings2_display_name_section", "to": "settings2_design_autosave_pattern", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings2_language_section", "to": "settings2_purpose_user_profile", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings2_account_section", "to": "settings2_design_external_auth_hint", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings2_danger_zone_section", "to": "settings2_purpose_user_profile", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tasksview_sidebar_workspace", "to": "tasksview_sidebar_nav_tasks_active", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_sidebar_workspace", "to": "tasksview_sidebar_user_profile", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_header_title", "to": "tasksview_header_member_avatars", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_section_high_priority", "to": "tasksview_task_finalize_q4", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_section_high_priority", "to": "tasksview_task_coordinate_design", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_task_finalize_q4", "to": "tasksview_priority_badges", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_task_coordinate_design", "to": "tasksview_priority_badges", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_section_product_dev", "to": "tasksview_task_parent_core_api", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_section_product_dev", "to": "tasksview_task_user_testing", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_task_parent_core_api", "to": "tasksview_task_sub_review_docs", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_task_parent_core_api", "to": "tasksview_task_sub_map_schema_completed", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_task_sub_map_schema_completed", "to": "tasksview_task_checkbox_control", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_section_backlog", "to": "tasksview_task_update_deps", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksview_filter_pills", "to": "tasksview_add_task_row", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "groceryqty_brand_header", "to": "groceryqty_design_intent_editorial", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "groceryqty_sidebar_nav", "to": "groceryqty_user_card", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_page_title", "to": "groceryqty_member_avatars", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_item_row", "to": "groceryqty_checkbox", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_item_row", "to": "groceryqty_item_label", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_item_row", "to": "groceryqty_stepper", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_stepper", "to": "groceryqty_stepper_minus", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_stepper", "to": "groceryqty_stepper_value", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_stepper", "to": "groceryqty_stepper_plus", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "groceryqty_stepper", "to": "groceryqty_design_intent_fast_qty", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "groceryqty_suggestion_chips", "to": "groceryqty_add_input", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "groceryqty_add_input", "to": "groceryqty_add_button", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_close_button", "to": "session1_finish_shopping_button", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "session1_session_title", "to": "session1_presence_avatars", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_to_buy_section", "to": "session1_item_card", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_to_buy_section", "to": "session1_checked_section", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_item_card", "to": "session1_item_checkbox", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_item_card", "to": "session1_item_metadata", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_item_card", "to": "session1_drag_handle", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_checked_section", "to": "session1_checked_item", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_budget_status_card", "to": "session1_budget_headline", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_budget_status_card", "to": "session1_budget_detail", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session1_budget_status_card", "to": "session1_finish_shopping_button", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings1_sidebar", "to": "settings1_sidebar_header", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_sidebar", "to": "settings1_nav_lists", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_sidebar", "to": "settings1_nav_tasks", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_sidebar", "to": "settings1_nav_notes", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_sidebar", "to": "settings1_nav_search", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_sidebar", "to": "settings1_nav_settings_active", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_sidebar", "to": "settings1_nav_profile", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_nav_settings_active", "to": "settings1_topbar", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings1_avatar_block", "to": "settings1_avatar_tabs", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_avatar_block", "to": "settings1_emoji_grid", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "settings1_avatar_block", "to": "settings1_display_name_section", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "settings1_account_section", "to": "settings1_danger_zone", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "session2_close_button", "to": "session2_header_title", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_header_title", "to": "session2_active_users_avatars", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_to_buy_section", "to": "session2_item_card", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_item_card", "to": "session2_item_checkbox", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_item_card", "to": "session2_item_meta", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_item_card", "to": "session2_drag_handle", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_item_card", "to": "session2_checked_item", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "session2_item_card", "to": "session2_card_layout", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_checked_section", "to": "session2_checked_item", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "session2_checked_section", "to": "session2_finish_shopping_button", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "session2_card_layout", "to": "session2_variant_difference", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notesview_sidebar", "to": "notesview_new_entry_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_sidebar", "to": "notesview_nav_items", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_sidebar", "to": "notesview_settings_support", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_new_entry_button", "to": "notesview_quick_capture_input", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notesview_breadcrumb", "to": "notesview_topbar_actions", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_category_meeting_notes", "to": "notesview_notes_grid", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_category_project_ideas", "to": "notesview_notes_grid", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_notes_grid", "to": "notesview_note_card", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_note_card", "to": "notesview_note_metadata", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_note_card", "to": "notesview_note_overflow_menu", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_quick_capture_input", "to": "notesview_formatting_toolbar", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesview_formatting_toolbar", "to": "notesview_save_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "usersettings_page_title", "to": "usersettings_avatar_preview", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "usersettings_sidebar", "to": "usersettings_add_member_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "usersettings_avatar_preview", "to": "usersettings_change_avatar_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "usersettings_avatar_preview", "to": "usersettings_status_icon_picker", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "usersettings_display_name_field", "to": "usersettings_status_icon_picker", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "usersettings_language_selector", "to": "usersettings_account_section", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "usersettings_danger_zone", "to": "usersettings_delete_account_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_sticky_header", "to": "sessionmobile_close_button", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_sticky_header", "to": "sessionmobile_presence_row", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_sticky_header", "to": "sessionmobile_bag_icon", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_presence_row", "to": "sessionmobile_active_session_banner", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sessionmobile_active_list_label", "to": "sessionmobile_list_title", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_item_card", "to": "sessionmobile_check_target", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_item_card", "to": "sessionmobile_item_meta", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_item_card", "to": "sessionmobile_drag_handle", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_item_card", "to": "sessionmobile_checked_item", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sessionmobile_checked_section", "to": "sessionmobile_checked_item", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sessionmobile_finish_cta", "to": "sessionmobile_active_session_banner", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerymobile_header", "to": "grocerymobile_menu_button", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_header", "to": "grocerymobile_brand_logo", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_header", "to": "grocerymobile_lists_link", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_list_header", "to": "grocerymobile_eyebrow_label", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_list_header", "to": "grocerymobile_list_title", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_item_row", "to": "grocerymobile_item_checkbox", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_item_row", "to": "grocerymobile_item_name", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_item_row", "to": "grocerymobile_item_metadata", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_item_row", "to": "grocerymobile_quantity_stepper", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_item_row", "to": "grocerymobile_checked_item_state", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerymobile_item_checkbox", "to": "grocerymobile_checked_item_state", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_quantity_stepper", "to": "grocerymobile_add_quantity_stepper", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerymobile_frequency_section", "to": "grocerymobile_frequency_chip", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_frequency_section", "to": "grocerymobile_add_row", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerymobile_add_row", "to": "grocerymobile_add_input", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_add_row", "to": "grocerymobile_add_quantity_stepper", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerymobile_add_row", "to": "grocerymobile_add_submit_button", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerysimple_sidebar_nav", "to": "grocerysimple_brand_header", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerysimple_sidebar_nav", "to": "grocerysimple_user_footer", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerysimple_active_ledger_header", "to": "grocerysimple_overflow_menu", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerysimple_item_row", "to": "grocerysimple_item_list", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerysimple_item_row", "to": "grocerysimple_design_intent_simplification", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerysimple_suggestion_chips", "to": "grocerysimple_add_input", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerysimple_generous_whitespace", "to": "grocerysimple_design_intent_simplification", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerysimple_design_intent_simplification", "to": "grocerysimple_missing_session_controls", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerycrud_header_title", "to": "grocerycrud_member_avatars", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_header_title", "to": "grocerycrud_overflow_menu", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_sidebar_nav", "to": "grocerycrud_brand_mark", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_sidebar_nav", "to": "grocerycrud_user_profile_footer", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_section_header", "to": "grocerycrud_item_row", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_item_row", "to": "grocerycrud_item_checkbox", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_item_row", "to": "grocerycrud_quantity_label", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_item_row", "to": "grocerycrud_swipe_revealed_row", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grocerycrud_swipe_action_delete", "to": "grocerycrud_swipe_revealed_row", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_quick_suggestion_chips", "to": "grocerycrud_chip_active_state", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_quick_suggestion_chips", "to": "grocerycrud_add_item_input", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grocerycrud_add_item_input", "to": "grocerycrud_add_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_header", "to": "tasksmobile_page_title", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_group_high_priority", "to": "tasksmobile_task_row", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_group_product_development", "to": "tasksmobile_task_row", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_group_backlog", "to": "tasksmobile_task_row", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_task_row", "to": "tasksmobile_task_checkbox", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_task_row", "to": "tasksmobile_task_title", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_task_row", "to": "tasksmobile_task_description", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_task_row", "to": "tasksmobile_due_today_badge", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_task_row", "to": "tasksmobile_attachments_indicator", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_task_row", "to": "tasksmobile_assignee_avatars", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasksmobile_filter_chips", "to": "tasksmobile_add_task_input", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "searchpage_sidebar", "to": "searchpage_new_entry_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_sidebar", "to": "searchpage_workspace_header", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_workspace_header", "to": "searchpage_top_actions", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_breadcrumb", "to": "searchpage_search_title", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_search_title", "to": "searchpage_filter_tabs", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_search_title", "to": "searchpage_ask_ai_input", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "searchpage_filter_tabs", "to": "searchpage_notes_group", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_notes_group", "to": "searchpage_note_card_interface_heuristics", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_notes_group", "to": "searchpage_note_card_monolith_system", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_notes_group", "to": "searchpage_editorial_spatial_study", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "searchpage_note_card_interface_heuristics", "to": "searchpage_note_card_monolith_system", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_tasks_panel", "to": "searchpage_task_fix_navigation", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_tasks_panel", "to": "searchpage_task_finalize_search_ui", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "searchpage_lists_collections_panel", "to": "searchpage_search_insights_card", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notesmobile_note_card", "to": "notesmobile_note_title", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesmobile_note_card", "to": "notesmobile_note_preview", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesmobile_note_card", "to": "notesmobile_note_metadata", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesmobile_note_card", "to": "notesmobile_note_overflow", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesmobile_note_card", "to": "notesmobile_tag_chips", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notesmobile_section_project_ideas", "to": "notesmobile_priority_card", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesmobile_new_note_input", "to": "notesmobile_save_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "notesmobile_new_note_input", "to": "notesmobile_attach_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_brand_colectivo", "to": "listsview_sidebar_workspace_footer", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "listsview_sidebar_nav", "to": "listsview_nav_lists_active", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_sidebar_nav", "to": "listsview_nav_tasks", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_sidebar_nav", "to": "listsview_nav_notes", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_sidebar_nav", "to": "listsview_nav_search", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_home", "to": "listsview_card_home_tags", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_home", "to": "listsview_card_home_members", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_home", "to": "listsview_cards_grid_layout", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_office", "to": "listsview_cards_grid_layout", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_office", "to": "listsview_card_party", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "listsview_card_party", "to": "listsview_card_party_priority_badge", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_party", "to": "listsview_cards_grid_layout", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_travel", "to": "listsview_card_travel_draft_status", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_card_travel", "to": "listsview_cards_grid_layout", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsview_create_list_input", "to": "listsview_create_list_button", "label": "participate_in", "title": "participate_in [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_header_menu", "to": "listsmobile_header_brand", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_header_brand", "to": "listsmobile_header_avatar", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_workspace_eyebrow", "to": "listsmobile_page_title", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_list_card_full", "to": "listsmobile_list_card_icon", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_list_card_full", "to": "listsmobile_list_card_title", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_list_card_full", "to": "listsmobile_list_card_meta", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_list_card_full", "to": "listsmobile_list_card_members", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_list_card_full", "to": "listsmobile_list_card_grid", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_list_card_meta", "to": "listsmobile_status_indicator", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "listsmobile_new_list_input", "to": "listsmobile_new_list_button", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "listsmobile_new_list_input", "to": "listsmobile_new_list_plus_icon", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_project_guide", "to": "development_doc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_project_guide", "to": "fase8_doc", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_auth_architecture", "to": "claudemd_option_b_oidc_proxy", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_auth_architecture", "to": "claudemd_self_registration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_auth_architecture", "to": "claudemd_link_only_invitations", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_auth_architecture", "to": "claudemd_multi_collective", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_auth_architecture", "to": "claudemd_rp_initiated_logout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_auth_architecture", "to": "development_planned_stack", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_auth_architecture", "to": "claudemd_keycloak_behind_nginx", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_rp_initiated_logout", "to": "claudemd_islogging_out_flag", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_rp_initiated_logout", "to": "claudemd_logged_out_route", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_rp_initiated_logout", "to": "fase8_rp_initiated_fix", "label": "rationale_for", "title": "rationale_for [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_sync_strategy", "to": "claudemd_offline_first", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_sync_strategy", "to": "claudemd_supabase_realtime_selfhosted", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_sync_strategy", "to": "claudemd_nginx_realtime_config", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_domain_model", "to": "claudemd_roles_admin_member_guest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_domain_model", "to": "claudemd_core_entities", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_domain_model", "to": "claudemd_business_rules", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_typescript_types", "to": "development_repo_layout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_dev_test_users", "to": "claudemd_gotcha_auth_users_seed", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_colectivo_web_confidential", "to": "claudemd_gotcha_openid_scope", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_colectivo_web_confidential", "to": "development_dev_secrets", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_gotcha_auth_users_seed", "to": "claudemd_gotcha_gotrue_empty_role", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_kong_env_sub", "to": "development_local_endpoints", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_gotrue_empty_role", "to": "fase8_bug1_empty_role", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_gotcha_no_getsession_in_load", "to": "claudemd_gotcha_auth_lock_deadlock", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_initial_session_event", "to": "claudemd_gotcha_logout_pkce_race", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_auth_lock_deadlock", "to": "claudemd_gotcha_no_storagestate", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_logout_pkce_race", "to": "fase8_bug2_logout_pkce", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_gotcha_logout_pkce_race", "to": "fase8_auth_ts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_gotcha_logout_pkce_race", "to": "fase8_app_layout_svelte", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_gotcha_logout_pkce_race", "to": "claudemd_ios_safari_platform", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_crypto_randomuuid", "to": "claudemd_ios_safari_platform", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "claudemd_gotcha_pwa_service_worker_filename", "to": "claudemd_gotcha_injectmanifest_hardcoded", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claudemd_gotcha_pwa_service_worker_filename", "to": "claudemd_gotcha_pwa_no_auto_register", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "development_repo_layout", "to": "fase8_auth_ts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "development_test_commands", "to": "fase8_pgtap_008", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fase8_doc", "to": "fase8_bug1_empty_role", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_doc", "to": "fase8_bug2_logout_pkce", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_doc", "to": "fase8_deploy_erosi_script", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_bug1_empty_role", "to": "fase8_migration_014", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_migration_014", "to": "fase8_ensure_user_role_default_fn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_migration_014", "to": "fase8_pgtap_008", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_bug2_logout_pkce", "to": "fase8_rp_initiated_fix", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_rp_initiated_fix", "to": "fase8_auth_ts", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_rp_initiated_fix", "to": "fase8_app_layout_svelte", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_rp_initiated_fix", "to": "fase8_logged_out_page", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_rp_initiated_fix", "to": "fase8_e2e_auth_tests", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fase8_rp_initiated_fix", "to": "fase8_keycloak_confirm_caveat", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Paraglide Runtime Messages", "count": 186}, {"cid": 1, "color": "#F28E2B", "label": "English Translations", "count": 185}, {"cid": 2, "color": "#E15759", "label": "Spanish Translations", "count": 185}, {"cid": 3, "color": "#76B7B2", "label": "PWA Service Worker (Workbox)", "count": 106}, {"cid": 4, "color": "#59A14F", "label": "Frontend Svelte Stores", "count": 78}, {"cid": 5, "color": "#EDC948", "label": "Deploy + Infra Decisions", "count": 58}, {"cid": 6, "color": "#B07AA1", "label": "Playwright E2E Tests", "count": 41}, {"cid": 7, "color": "#FF9DA7", "label": "Functional Domain Entities", "count": 39}, {"cid": 8, "color": "#9C755F", "label": "Auth Architecture + Gotchas", "count": 36}, {"cid": 9, "color": "#BAB0AC", "label": "Integration Test Helpers", "count": 29}, {"cid": 10, "color": "#4E79A7", "label": "Offline Sync Queue", "count": 19}, {"cid": 11, "color": "#F28E2B", "label": "Add-Item UX (mock)", "count": 12}, {"cid": 12, "color": "#E15759", "label": "Shopping Session Card UX", "count": 10}, {"cid": 13, "color": "#76B7B2", "label": "Task List UX (priorities)", "count": 10}, {"cid": 14, "color": "#59A14F", "label": "Left Sidebar Navigation", "count": 9}, {"cid": 15, "color": "#EDC948", "label": "Lists Dashboard UX", "count": 9}, {"cid": 16, "color": "#B07AA1", "label": "Grocery Qty-Stepper UX", "count": 8}, {"cid": 17, "color": "#FF9DA7", "label": "Search Results UX", "count": 8}, {"cid": 18, "color": "#9C755F", "label": "Active Shopping Item List", "count": 7}, {"cid": 19, "color": "#BAB0AC", "label": "Notes Quick-Capture UX", "count": 7}, {"cid": 20, "color": "#4E79A7", "label": "Lists Card Grid UX", "count": 7}, {"cid": 21, "color": "#F28E2B", "label": "Undo Queue", "count": 6}, {"cid": 22, "color": "#E15759", "label": "User Settings Screens", "count": 6}, {"cid": 23, "color": "#76B7B2", "label": "Task Subtasks UX", "count": 6}, {"cid": 24, "color": "#59A14F", "label": "Notes Grid UX", "count": 6}, {"cid": 25, "color": "#EDC948", "label": "Shopping Session Mobile UX", "count": 6}, {"cid": 26, "color": "#B07AA1", "label": "Session Item Row UX", "count": 6}, {"cid": 27, "color": "#FF9DA7", "label": "Grocery CRUD Row UX", "count": 6}, {"cid": 28, "color": "#9C755F", "label": "Notes Mobile UX", "count": 6}, {"cid": 29, "color": "#BAB0AC", "label": "Paraglide Tag Switching", "count": 5}, {"cid": 30, "color": "#4E79A7", "label": "Collective + Membership Entities", "count": 5}, {"cid": 31, "color": "#F28E2B", "label": "PWA Icon Assets", "count": 5}, {"cid": 32, "color": "#E15759", "label": "Shopping Budget Insight UX", "count": 5}, {"cid": 33, "color": "#76B7B2", "label": "User Settings Form UX", "count": 5}, {"cid": 34, "color": "#59A14F", "label": "Simplified Grocery UX", "count": 5}, {"cid": 35, "color": "#EDC948", "label": "Lists Sidebar Nav UX", "count": 5}, {"cid": 36, "color": "#B07AA1", "label": "Sync Strategy + Realtime", "count": 5}, {"cid": 37, "color": "#FF9DA7", "label": "Domain Roles + Business Rules", "count": 5}, {"cid": 38, "color": "#9C755F", "label": "iOS PWA Meta + Caveats", "count": 4}, {"cid": 39, "color": "#BAB0AC", "label": "Offline-First Strategy", "count": 4}, {"cid": 40, "color": "#4E79A7", "label": "Avatar Emoji Picker UX", "count": 4}, {"cid": 41, "color": "#F28E2B", "label": "Task Priority Badges UX", "count": 4}, {"cid": 42, "color": "#E15759", "label": "Settings Avatar Tabs UX", "count": 4}, {"cid": 43, "color": "#76B7B2", "label": "Mobile Grocery Header", "count": 4}, {"cid": 44, "color": "#59A14F", "label": "Quick-Add Chip Row UX", "count": 4}, {"cid": 45, "color": "#EDC948", "label": "Search Page Chrome", "count": 4}, {"cid": 46, "color": "#B07AA1", "label": "List Detail Svelte Page", "count": 3}, {"cid": 47, "color": "#FF9DA7", "label": "Dev Service Worker", "count": 3}, {"cid": 48, "color": "#9C755F", "label": "Search Result Cards UX", "count": 3}, {"cid": 49, "color": "#BAB0AC", "label": "Settings Language + Danger Zone", "count": 3}, {"cid": 50, "color": "#4E79A7", "label": "Tasks Page Sidebar UX", "count": 3}, {"cid": 51, "color": "#F28E2B", "label": "Add Item Input UX", "count": 3}, {"cid": 52, "color": "#E15759", "label": "Shopping Session Header", "count": 3}, {"cid": 53, "color": "#76B7B2", "label": "Inventory List Header", "count": 3}, {"cid": 54, "color": "#59A14F", "label": "Monolith Editorial Sidebar", "count": 3}, {"cid": 55, "color": "#EDC948", "label": "Grocery List Header UX", "count": 3}, {"cid": 56, "color": "#B07AA1", "label": "Colectivo Brand Sidebar", "count": 3}, {"cid": 57, "color": "#FF9DA7", "label": "Tasks Side Panel UX", "count": 3}, {"cid": 58, "color": "#9C755F", "label": "Note Capture Input UX", "count": 3}, {"cid": 59, "color": "#BAB0AC", "label": "Monolith Mobile Header", "count": 3}, {"cid": 60, "color": "#4E79A7", "label": "screen (Create button (primary dark))", "count": 3}, {"cid": 61, "color": "#F28E2B", "label": "CLAUDE (Gotcha: colectivo-web is confidential cl)", "count": 3}, {"cid": 62, "color": "#E15759", "label": "CLAUDE (Gotcha: Supabase onAuthStateChange query)", "count": 3}, {"cid": 63, "color": "#76B7B2", "label": "CLAUDE (Gotcha: injectManifest hardcodes filenam)", "count": 3}, {"cid": 64, "color": "#59A14F", "label": "+layout (+layout.ts)", "count": 2}, {"cid": 65, "color": "#EDC948", "label": "database (database.ts)", "count": 2}, {"cid": 66, "color": "#B07AA1", "label": "README (Development plan (Fase 0-6 roadmap))", "count": 2}, {"cid": 67, "color": "#FF9DA7", "label": "README (Justfile command reference)", "count": 2}, {"cid": 68, "color": "#9C755F", "label": "app (app.html SvelteKit shell)", "count": 2}, {"cid": 69, "color": "#BAB0AC", "label": "analisis-funcional (Concepto de Colectivo (unidad organizati)", "count": 2}, {"cid": 70, "color": "#4E79A7", "label": "screen (Grouped multi-entity results layout (sec)", "count": 2}, {"cid": 71, "color": "#F28E2B", "label": "screen (Header breadcrumb: COLECTIVO eyebrow + S)", "count": 2}, {"cid": 72, "color": "#E15759", "label": "screen (Section: ACCOUNT \u2014 Email &amp; password row,)", "count": 2}, {"cid": 73, "color": "#76B7B2", "label": "screen (Monolith Editorial style: serif brand, u)", "count": 2}, {"cid": 74, "color": "#59A14F", "label": "screen (Design decision: autosave for per-field )", "count": 2}, {"cid": 75, "color": "#EDC948", "label": "screen (Header: stacked member avatars with +3 o)", "count": 2}, {"cid": 76, "color": "#B07AA1", "label": "screen (Section header: BACKLOG)", "count": 2}, {"cid": 77, "color": "#FF9DA7", "label": "screen (Add task input row with plus icon and Sa)", "count": 2}, {"cid": 78, "color": "#9C755F", "label": "screen (Colectivo / The Monolith Editorial brand)", "count": 2}, {"cid": 79, "color": "#BAB0AC", "label": "screen (Left sidebar with Home, My Lists (active)", "count": 2}, {"cid": 80, "color": "#4E79A7", "label": "screen (Member avatar cluster with &#x27;+1&#x27; overflow)", "count": 2}, {"cid": 81, "color": "#F28E2B", "label": "screen (Presence avatars (active participants))", "count": 2}, {"cid": 82, "color": "#E15759", "label": "screen (Account section: &#x27;Email &amp; password \u2192 Man)", "count": 2}, {"cid": 83, "color": "#76B7B2", "label": "screen (Top breadcrumb (Workspace / Notes))", "count": 2}, {"cid": 84, "color": "#59A14F", "label": "screen (Add member button (sidebar footer))", "count": 2}, {"cid": 85, "color": "#EDC948", "label": "screen (Account section (Email &amp; password))", "count": 2}, {"cid": 86, "color": "#B07AA1", "label": "screen (Danger zone panel)", "count": 2}, {"cid": 87, "color": "#FF9DA7", "label": "screen (ACTIVE LIST eyebrow label above title)", "count": 2}, {"cid": 88, "color": "#9C755F", "label": "screen (Active Ledger / Grocery List title with )", "count": 2}, {"cid": 89, "color": "#BAB0AC", "label": "screen (Bottom &#x27;Add Item&#x27; text input with CMD+N )", "count": 2}, {"cid": 90, "color": "#4E79A7", "label": "screen (Header with menu and search)", "count": 2}, {"cid": 91, "color": "#F28E2B", "label": "screen (Add task input with plus and submit arro)", "count": 2}, {"cid": 92, "color": "#E15759", "label": "screen (LISTS Collections panel with Grocery lis)", "count": 2}, {"cid": 93, "color": "#76B7B2", "label": "screen (Priority note card (dark, PRIORITY tag))", "count": 2}, {"cid": 94, "color": "#59A14F", "label": "screen (Brand wordmark Colectivo (top-left))", "count": 2}, {"cid": 95, "color": "#EDC948", "label": "screen (Primary &#x27;Create&#x27; button (dark pill))", "count": 2}, {"cid": 96, "color": "#B07AA1", "label": "screen (Shared Lists page title)", "count": 2}, {"cid": 97, "color": "#FF9DA7", "label": "CLAUDE (Gotcha: Kong env var substitution via ko)", "count": 2}, {"cid": 98, "color": "#9C755F", "label": "postcss.config (postcss.config.js)", "count": 1}, {"cid": 99, "color": "#BAB0AC", "label": "vitest.setup (vitest.setup.ts)", "count": 1}, {"cid": 100, "color": "#4E79A7", "label": "playwright.config (playwright.config.ts)", "count": 1}, {"cid": 101, "color": "#F28E2B", "label": "tailwind.config (tailwind.config.ts)", "count": 1}, {"cid": 102, "color": "#E15759", "label": "vite.config (vite.config.ts)", "count": 1}, {"cid": 103, "color": "#76B7B2", "label": "svelte.config (svelte.config.js)", "count": 1}, {"cid": 104, "color": "#59A14F", "label": "vitest.config (vitest.config.ts)", "count": 1}, {"cid": 105, "color": "#EDC948", "label": "app.d (app.d.ts)", "count": 1}, {"cid": 106, "color": "#B07AA1", "label": "sw (sw.ts)", "count": 1}, {"cid": 107, "color": "#FF9DA7", "label": "i18n (i18n.ts)", "count": 1}, {"cid": 108, "color": "#9C755F", "label": "auth (auth.ts)", "count": 1}, {"cid": 109, "color": "#BAB0AC", "label": "collective (collective.ts)", "count": 1}, {"cid": 110, "color": "#4E79A7", "label": "syncStatus (syncStatus.ts)", "count": 1}, {"cid": 111, "color": "#F28E2B", "label": "UndoToast (UndoToast.svelte)", "count": 1}, {"cid": 112, "color": "#E15759", "label": "ItemSuggestions (ItemSuggestions.svelte)", "count": 1}, {"cid": 113, "color": "#76B7B2", "label": "ImageCropper (ImageCropper.svelte)", "count": 1}, {"cid": 114, "color": "#59A14F", "label": "ScreenMasthead (ScreenMasthead.svelte)", "count": 1}, {"cid": 115, "color": "#EDC948", "label": "SyncBanner (SyncBanner.svelte)", "count": 1}, {"cid": 116, "color": "#B07AA1", "label": "Avatar (Avatar.svelte)", "count": 1}, {"cid": 117, "color": "#FF9DA7", "label": "MobileDrawer (MobileDrawer.svelte)", "count": 1}, {"cid": 118, "color": "#9C755F", "label": "MobileTopBar (MobileTopBar.svelte)", "count": 1}, {"cid": 119, "color": "#BAB0AC", "label": "BottomTabBar (BottomTabBar.svelte)", "count": 1}, {"cid": 120, "color": "#4E79A7", "label": "DesktopSidebar (DesktopSidebar.svelte)", "count": 1}, {"cid": 121, "color": "#F28E2B", "label": "id.test (id.test.ts)", "count": 1}, {"cid": 122, "color": "#E15759", "label": "undoQueue.test (undoQueue.test.ts)", "count": 1}, {"cid": 123, "color": "#76B7B2", "label": "+page (+page.svelte)", "count": 1}, {"cid": 124, "color": "#59A14F", "label": "+layout (+layout.svelte)", "count": 1}, {"cid": 125, "color": "#EDC948", "label": "+page (+page.svelte)", "count": 1}, {"cid": 126, "color": "#B07AA1", "label": "+layout (+layout.svelte)", "count": 1}, {"cid": 127, "color": "#FF9DA7", "label": "+page (+page.svelte)", "count": 1}, {"cid": 128, "color": "#9C755F", "label": "+page (+page.svelte)", "count": 1}, {"cid": 129, "color": "#BAB0AC", "label": "+page (+page.svelte)", "count": 1}, {"cid": 130, "color": "#4E79A7", "label": "+page (+page.svelte)", "count": 1}, {"cid": 131, "color": "#F28E2B", "label": "+page (+page.svelte)", "count": 1}, {"cid": 132, "color": "#E15759", "label": "+page (+page.svelte)", "count": 1}, {"cid": 133, "color": "#76B7B2", "label": "+page (+page.svelte)", "count": 1}, {"cid": 134, "color": "#59A14F", "label": "+page (+page.svelte)", "count": 1}, {"cid": 135, "color": "#EDC948", "label": "+page (+page.svelte)", "count": 1}, {"cid": 136, "color": "#B07AA1", "label": "+page (+page.svelte)", "count": 1}, {"cid": 137, "color": "#FF9DA7", "label": "suppress-warnings (suppress-warnings.js)", "count": 1}, {"cid": 138, "color": "#9C755F", "label": "index (index.ts)", "count": 1}, {"cid": 139, "color": "#BAB0AC", "label": "vitest.config (vitest.config.ts)", "count": 1}, {"cid": 140, "color": "#4E79A7", "label": "index (index.ts)", "count": 1}, {"cid": 141, "color": "#F28E2B", "label": "README (Stack: Supabase self-hosted BaaS)", "count": 1}, {"cid": 142, "color": "#E15759", "label": "README (Stack: Keycloak self-hosted IdP)", "count": 1}, {"cid": 143, "color": "#76B7B2", "label": "README (Stack: PostgreSQL 15)", "count": 1}, {"cid": 144, "color": "#59A14F", "label": "README (Stack: Supabase Realtime (WebSocket))", "count": 1}, {"cid": 145, "color": "#EDC948", "label": "README (Stack: IndexedDB via idb)", "count": 1}, {"cid": 146, "color": "#B07AA1", "label": "README (Stack: Docker Compose dev + prod)", "count": 1}, {"cid": 147, "color": "#FF9DA7", "label": "README (Stack: GitHub Actions CI/CD)", "count": 1}, {"cid": 148, "color": "#9C755F", "label": "README (Stack: Resend SMTP)", "count": 1}, {"cid": 149, "color": "#BAB0AC", "label": "README (Stack: pg_dump -&gt; Backblaze B2 backups)", "count": 1}, {"cid": 150, "color": "#4E79A7", "label": "README (Decision: Option B \u2014 GoTrue as OIDC prox)", "count": 1}, {"cid": 151, "color": "#F28E2B", "label": "README (Decision: self-registration in Keycloak)", "count": 1}, {"cid": 152, "color": "#E15759", "label": "README (Decision: invitations link-only)", "count": 1}, {"cid": 153, "color": "#76B7B2", "label": "README (Warning: Keycloak JWT + Supabase RLS via)", "count": 1}, {"cid": 154, "color": "#59A14F", "label": "README (Warning: Keycloak prod: 512MB+, public d)", "count": 1}, {"cid": 155, "color": "#EDC948", "label": "README (Warning: Realtime MAX_REPLICATION_SLOTS )", "count": 1}, {"cid": 156, "color": "#B07AA1", "label": "app (html lang=%paraglide.lang% (Paraglide SS)", "count": 1}, {"cid": 157, "color": "#FF9DA7", "label": "silent-check-sso (silent-check-sso.html (Keycloak silent S)", "count": 1}, {"cid": 158, "color": "#9C755F", "label": "analisis-funcional (Roles: administrador | miembro | invitad)", "count": 1}, {"cid": 159, "color": "#BAB0AC", "label": "analisis-funcional (Casos de uso Colectivo CU-H01..CU-H09)", "count": 1}, {"cid": 160, "color": "#4E79A7", "label": "analisis-funcional (Estados de una Lista (activa/completada/)", "count": 1}, {"cid": 161, "color": "#F28E2B", "label": "analisis-funcional (Casos de uso Tareas CU-T01..CU-T09)", "count": 1}, {"cid": 162, "color": "#E15759", "label": "analisis-funcional (Casos de uso Notas CU-N01..CU-N09)", "count": 1}, {"cid": 163, "color": "#76B7B2", "label": "screen (Top app bar (hamburger menu + MONOLITH b)", "count": 1}, {"cid": 164, "color": "#59A14F", "label": "screen (Eyebrow label &#x27;OMNI-SEARCH&#x27; above page t)", "count": 1}, {"cid": 165, "color": "#EDC948", "label": "screen (Editorial page title &#x27;Find Anything.&#x27;)", "count": 1}, {"cid": 166, "color": "#B07AA1", "label": "screen (Search input field with magnifier icon a)", "count": 1}, {"cid": 167, "color": "#FF9DA7", "label": "screen (Results section &#x27;LISTS&#x27; with &#x27;2 MATCHES&#x27;)", "count": 1}, {"cid": 168, "color": "#9C755F", "label": "screen (Results section &#x27;TASKS&#x27; with &#x27;1 MATCH&#x27; b)", "count": 1}, {"cid": 169, "color": "#BAB0AC", "label": "screen (Results section &#x27;NOTES&#x27; with &#x27;3 MATCHES&#x27;)", "count": 1}, {"cid": 170, "color": "#4E79A7", "label": "screen (Pill-shaped match-count badge next to ea)", "count": 1}, {"cid": 171, "color": "#F28E2B", "label": "screen (Bottom navigation bar (lists, tasks, sea)", "count": 1}, {"cid": 172, "color": "#E15759", "label": "screen (Editorial typography (serif-style bold t)", "count": 1}, {"cid": 173, "color": "#76B7B2", "label": "screen (Sidebar nav: Lists, Tasks, Notes, Search)", "count": 1}, {"cid": 174, "color": "#59A14F", "label": "screen (Top-right icons: notifications bell + ac)", "count": 1}, {"cid": 175, "color": "#EDC948", "label": "screen (Sidebar nav: Lists)", "count": 1}, {"cid": 176, "color": "#B07AA1", "label": "screen (Sidebar nav: Notes)", "count": 1}, {"cid": 177, "color": "#FF9DA7", "label": "screen (Sidebar nav: Search)", "count": 1}, {"cid": 178, "color": "#9C755F", "label": "screen (Header breadcrumb: PROJECT ATLAS)", "count": 1}, {"cid": 179, "color": "#BAB0AC", "label": "screen (Header: kebab overflow menu)", "count": 1}, {"cid": 180, "color": "#4E79A7", "label": "screen (Top-right kebab / overflow menu icon)", "count": 1}, {"cid": 181, "color": "#F28E2B", "label": "screen (Language section with English (selected))", "count": 1}, {"cid": 182, "color": "#E15759", "label": "screen (Header (Monolith logo + NOTES + avatar))", "count": 1}, {"cid": 183, "color": "#76B7B2", "label": "screen (Repository title \u2014 Project Intelligence)", "count": 1}, {"cid": 184, "color": "#59A14F", "label": "screen (Section header \u2014 MEETING NOTES (4 entrie)", "count": 1}, {"cid": 185, "color": "#EDC948", "label": "screen (Top center page title &#x27;Lists&#x27;)", "count": 1}, {"cid": 186, "color": "#B07AA1", "label": "screen (Top-right overflow/more menu (kebab))", "count": 1}, {"cid": 187, "color": "#FF9DA7", "label": "screen (Eyebrow label &#x27;WORKSPACE OVERVIEW&#x27;)", "count": 1}, {"cid": 188, "color": "#9C755F", "label": "screen (Page heading &#x27;Shared Lists&#x27;)", "count": 1}, {"cid": 189, "color": "#BAB0AC", "label": "CLAUDE (Paraglide JS internationalisation)", "count": 1}, {"cid": 190, "color": "#4E79A7", "label": "CLAUDE (Gotcha: GOTRUE_DISABLE_SIGNUP must be fa)", "count": 1}, {"cid": 191, "color": "#F28E2B", "label": "CLAUDE (Gotcha: CSS custom properties use rgb() )", "count": 1}, {"cid": 192, "color": "#E15759", "label": "CLAUDE (Gotcha: Playwright baseURL hardcoded to )", "count": 1}, {"cid": 193, "color": "#76B7B2", "label": "CLAUDE (Gotcha: Realtime waitFor timeout 10s not)", "count": 1}, {"cid": 194, "color": "#59A14F", "label": "CLAUDE (Gotcha: Kong strip_path: true on full-ta)", "count": 1}, {"cid": 195, "color": "#EDC948", "label": "CLAUDE (Gotcha: KONG_PLUGINS must list every plu)", "count": 1}, {"cid": 196, "color": "#B07AA1", "label": "CLAUDE (Gotcha: .select() after .insert() evalua)", "count": 1}, {"cid": 197, "color": "#FF9DA7", "label": "CLAUDE (Gotcha: supabase/postgres v15.1.1.78 doe)", "count": 1}, {"cid": 198, "color": "#9C755F", "label": "CLAUDE (Gotcha: docker compose exec -T drains su)", "count": 1}, {"cid": 199, "color": "#BAB0AC", "label": "development (Justfile dev commands)", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.onclick = () => {
if (hiddenCommunities.has(c.cid)) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: hiddenCommunities.has(c.cid) }));
nodesDS.update(updates);
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [{"id": "shopping_mode_stitch_mocks", "label": "Shopping Mode: functional spec + design system + Stitch mocks", "nodes": ["analisisfuncional_modo_ir_de_compras", "design_shopping_mode_components", "codehtml_shopping_session_1", "codehtml_shopping_session_2", "codehtml_shopping_session_mobile"], "relation": "form", "confidence": "EXTRACTED", "confidence_score": 0.9, "source_file": "design/slate_collective/DESIGN.md"}, {"id": "deploy_readiness_bundle", "label": "Deploy readiness bundle (PWA + rate-limit + JWT rotation + Lighthouse + RLS audit)", "nodes": ["concept_inject_manifest_pwa", "concept_kong_rate_limit_invitations", "concept_jwt_rotation_script", "concept_lighthouse_rls_audit"], "relation": "implement", "confidence": "EXTRACTED", "confidence_score": 0.95, "source_file": "plan/fase-6-deploy-prep.md"}, {"id": "mobile_ux_monolith_cluster", "label": "Monolith Editorial mobile UX cluster (shell + masthead + gestures + undo + selection)", "nodes": ["concept_mobile_shell", "concept_masthead_editorial", "concept_undo_queue_toast", "concept_swipe_toggle_gestures", "concept_selection_mode_bulk", "design_monolith_editorial_direction"], "relation": "form", "confidence": "EXTRACTED", "confidence_score": 0.9, "source_file": "plan/fase-5-mobile-ux.md"}, {"id": "mvp_phased_roadmap", "label": "MVP phased roadmap \u2014 Fase 0 through Fase 7 in sequence", "nodes": ["plan_fase_0", "plan_fase_1", "plan_fase_2a", "plan_fase_2b", "plan_fase_3", "plan_fase_4", "plan_fase_5", "plan_fase_6", "plan_fase_7"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 0.95, "source_file": "plan/fase-0-infraestructura.md"}, {"id": "search_mobile_screen_components", "label": "Search mobile screen", "nodes": ["searchmobile_top_app_bar", "searchmobile_header_eyebrow", "searchmobile_page_title", "searchmobile_search_input", "searchmobile_lists_section", "searchmobile_list_result_card", "searchmobile_tasks_section", "searchmobile_task_result_card", "searchmobile_notes_section", "searchmobile_note_result_card", "searchmobile_match_count_badge", "searchmobile_bottom_nav", "searchmobile_grouped_results_layout", "searchmobile_editorial_typography"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/search_mobile/screen.png"}, {"id": "settings2_screen_components", "label": "Settings screen v2", "nodes": ["settings2_sidebar_branding", "settings2_sidebar_nav", "settings2_sidebar_collective_footer", "settings2_header_breadcrumb", "settings2_header_icons", "settings2_avatar_preview", "settings2_avatar_type_tabs", "settings2_emoji_picker_grid", "settings2_display_name_section", "settings2_language_section", "settings2_account_section", "settings2_danger_zone_section", "settings2_design_editorial_style", "settings2_design_autosave_pattern", "settings2_design_external_auth_hint", "settings2_design_avatar_three_modes", "settings2_purpose_user_profile"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/settings_2/screen.png"}, {"id": "tasks_view_screen_components", "label": "Tasks view", "nodes": ["tasksview_sidebar_workspace", "tasksview_sidebar_nav_lists", "tasksview_sidebar_nav_tasks_active", "tasksview_sidebar_nav_notes", "tasksview_sidebar_nav_search", "tasksview_sidebar_user_profile", "tasksview_header_breadcrumb", "tasksview_header_title", "tasksview_header_member_avatars", "tasksview_header_overflow_menu", "tasksview_section_high_priority", "tasksview_task_finalize_q4", "tasksview_task_coordinate_design", "tasksview_section_product_dev", "tasksview_task_parent_core_api", "tasksview_task_sub_review_docs", "tasksview_task_sub_map_schema_completed", "tasksview_task_user_testing", "tasksview_section_backlog", "tasksview_task_update_deps", "tasksview_filter_pills", "tasksview_add_task_row", "tasksview_task_checkbox_control", "tasksview_priority_badges"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/tasks_view/screen.png"}, {"id": "grocery_quickqty_screen_components", "label": "Grocery list with quick qty", "nodes": ["groceryqty_brand_header", "groceryqty_sidebar_nav", "groceryqty_page_title", "groceryqty_member_avatars", "groceryqty_overflow_menu", "groceryqty_item_row", "groceryqty_checkbox", "groceryqty_item_label", "groceryqty_stepper", "groceryqty_stepper_minus", "groceryqty_stepper_value", "groceryqty_stepper_plus", "groceryqty_suggestion_chips", "groceryqty_add_input", "groceryqty_add_button", "groceryqty_user_card", "groceryqty_design_intent_fast_qty", "groceryqty_design_intent_editorial"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/grocery_list_with_quick_quantity_controls/screen.png"}, {"id": "shopping_session_1_components", "label": "Shopping session v1", "nodes": ["session1_close_button", "session1_session_title", "session1_presence_avatars", "session1_to_buy_section", "session1_item_card", "session1_item_checkbox", "session1_item_metadata", "session1_drag_handle", "session1_checked_section", "session1_checked_item", "session1_budget_status_card", "session1_budget_headline", "session1_budget_detail", "session1_finish_shopping_button"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/shopping_session_1/screen.png"}, {"id": "settings1_screen_components", "label": "Settings screen v1", "nodes": ["settings1_sidebar", "settings1_sidebar_header", "settings1_nav_lists", "settings1_nav_tasks", "settings1_nav_notes", "settings1_nav_search", "settings1_nav_settings_active", "settings1_nav_profile", "settings1_topbar", "settings1_avatar_block", "settings1_avatar_tabs", "settings1_emoji_grid", "settings1_display_name_section", "settings1_language_section", "settings1_account_section", "settings1_danger_zone"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/settings_1/screen.png"}, {"id": "shopping_session_2_components", "label": "Shopping session v2", "nodes": ["session2_close_button", "session2_header_title", "session2_active_users_avatars", "session2_to_buy_section", "session2_item_card", "session2_item_checkbox", "session2_item_meta", "session2_drag_handle", "session2_checked_section", "session2_checked_item", "session2_finish_shopping_button", "session2_card_layout", "session2_variant_difference"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/shopping_session_2/screen.png"}, {"id": "notes_view_components", "label": "Notes view", "nodes": ["notesview_sidebar", "notesview_new_entry_button", "notesview_nav_items", "notesview_settings_support", "notesview_breadcrumb", "notesview_topbar_actions", "notesview_category_meeting_notes", "notesview_category_project_ideas", "notesview_notes_grid", "notesview_note_card", "notesview_note_metadata", "notesview_note_overflow_menu", "notesview_quick_capture_input", "notesview_formatting_toolbar", "notesview_save_button"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/notes_view/screen.png"}, {"id": "user_settings_components", "label": "User settings", "nodes": ["usersettings_page_title", "usersettings_sidebar", "usersettings_avatar_preview", "usersettings_change_avatar_button", "usersettings_display_name_field", "usersettings_status_icon_picker", "usersettings_language_selector", "usersettings_account_section", "usersettings_danger_zone", "usersettings_delete_account_button", "usersettings_add_member_button"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/user_settings/screen.png"}, {"id": "session_mobile_components", "label": "Shopping session mobile", "nodes": ["sessionmobile_sticky_header", "sessionmobile_close_button", "sessionmobile_presence_row", "sessionmobile_bag_icon", "sessionmobile_active_list_label", "sessionmobile_list_title", "sessionmobile_item_card", "sessionmobile_check_target", "sessionmobile_item_meta", "sessionmobile_drag_handle", "sessionmobile_checked_section", "sessionmobile_checked_item", "sessionmobile_finish_cta", "sessionmobile_active_session_banner"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/shopping_session_mobile/screen.png"}, {"id": "grocery_mobile_components", "label": "Grocery mobile", "nodes": ["grocerymobile_header", "grocerymobile_menu_button", "grocerymobile_brand_logo", "grocerymobile_lists_link", "grocerymobile_list_header", "grocerymobile_eyebrow_label", "grocerymobile_list_title", "grocerymobile_item_row", "grocerymobile_item_checkbox", "grocerymobile_item_name", "grocerymobile_item_metadata", "grocerymobile_quantity_stepper", "grocerymobile_checked_item_state", "grocerymobile_frequency_section", "grocerymobile_frequency_chip", "grocerymobile_add_row", "grocerymobile_add_input", "grocerymobile_add_quantity_stepper", "grocerymobile_add_submit_button"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/grocery_list_mobile/screen.png"}, {"id": "grocery_simplified_components", "label": "Grocery simplified", "nodes": ["grocerysimple_sidebar_nav", "grocerysimple_brand_header", "grocerysimple_user_footer", "grocerysimple_active_ledger_header", "grocerysimple_overflow_menu", "grocerysimple_item_row", "grocerysimple_item_list", "grocerysimple_suggestion_chips", "grocerysimple_add_input", "grocerysimple_generous_whitespace", "grocerysimple_design_intent_simplification", "grocerysimple_missing_session_controls"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/grocery_list_simplified/screen.png"}, {"id": "grocery_crud_components", "label": "Grocery CRUD", "nodes": ["grocerycrud_header_title", "grocerycrud_member_avatars", "grocerycrud_overflow_menu", "grocerycrud_sidebar_nav", "grocerycrud_section_header", "grocerycrud_item_row", "grocerycrud_item_checkbox", "grocerycrud_quantity_label", "grocerycrud_swipe_action_delete", "grocerycrud_swipe_revealed_row", "grocerycrud_quick_suggestion_chips", "grocerycrud_chip_active_state", "grocerycrud_add_item_input", "grocerycrud_add_button", "grocerycrud_user_profile_footer", "grocerycrud_brand_mark"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/grocery_list_crud/screen.png"}, {"id": "tasks_mobile_components", "label": "Tasks mobile", "nodes": ["tasksmobile_header", "tasksmobile_page_title", "tasksmobile_group_high_priority", "tasksmobile_group_product_development", "tasksmobile_group_backlog", "tasksmobile_task_row", "tasksmobile_task_checkbox", "tasksmobile_task_title", "tasksmobile_task_description", "tasksmobile_due_today_badge", "tasksmobile_attachments_indicator", "tasksmobile_assignee_avatars", "tasksmobile_filter_chips", "tasksmobile_add_task_input"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/tasks_mobile/screen.png"}, {"id": "search_page_components", "label": "Search page", "nodes": ["searchpage_sidebar", "searchpage_new_entry_button", "searchpage_workspace_header", "searchpage_breadcrumb", "searchpage_search_title", "searchpage_filter_tabs", "searchpage_notes_group", "searchpage_note_card_interface_heuristics", "searchpage_note_card_monolith_system", "searchpage_editorial_spatial_study", "searchpage_tasks_panel", "searchpage_task_fix_navigation", "searchpage_task_finalize_search_ui", "searchpage_lists_collections_panel", "searchpage_search_insights_card", "searchpage_ask_ai_input", "searchpage_top_actions"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/search_page/screen.png"}, {"id": "notes_mobile_components", "label": "Notes mobile", "nodes": ["notesmobile_header", "notesmobile_repository_title", "notesmobile_section_meeting_notes", "notesmobile_note_card", "notesmobile_note_title", "notesmobile_note_preview", "notesmobile_note_metadata", "notesmobile_note_overflow", "notesmobile_section_project_ideas", "notesmobile_priority_card", "notesmobile_tag_chips", "notesmobile_new_note_input", "notesmobile_attach_button", "notesmobile_save_button"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/notes_mobile/screen.png"}, {"id": "lists_view_components", "label": "Lists view", "nodes": ["listsview_brand_colectivo", "listsview_top_center_title", "listsview_top_right_overflow", "listsview_sidebar_nav", "listsview_nav_lists_active", "listsview_nav_tasks", "listsview_nav_notes", "listsview_nav_search", "listsview_sidebar_workspace_footer", "listsview_section_eyebrow", "listsview_page_heading", "listsview_card_home", "listsview_card_home_tags", "listsview_card_home_members", "listsview_card_office", "listsview_card_party", "listsview_card_party_priority_badge", "listsview_card_travel", "listsview_card_travel_draft_status", "listsview_create_list_input", "listsview_create_list_button", "listsview_cards_grid_layout"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/lists_view/screen.png"}, {"id": "lists_mobile_components", "label": "Lists mobile", "nodes": ["listsmobile_header_menu", "listsmobile_header_brand", "listsmobile_header_avatar", "listsmobile_workspace_eyebrow", "listsmobile_page_title", "listsmobile_list_card_full", "listsmobile_list_card_icon", "listsmobile_list_card_title", "listsmobile_list_card_meta", "listsmobile_list_card_members", "listsmobile_list_card_grid", "listsmobile_status_indicator", "listsmobile_new_list_input", "listsmobile_new_list_button", "listsmobile_new_list_plus_icon"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "design/lists_mobile/screen.png"}, {"id": "logout_race_resolution", "label": "RP-initiated logout + PKCE race mitigation", "nodes": ["fase8_auth_ts", "fase8_app_layout_svelte", "fase8_logged_out_page", "claudemd_islogging_out_flag", "claudemd_gotcha_logout_pkce_race"], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 0.95, "source_file": "docs/history/fase-8-auth-logout.md"}, {"id": "auth_users_role_backfill_chain", "label": "auth.users role/aud default trigger chain (migrations 013+014 + function + pgTAP)", "nodes": ["fase8_migration_014", "fase8_ensure_user_role_default_fn", "fase8_pgtap_008", "claudemd_gotcha_gotrue_empty_role", "fase8_bug1_empty_role"], "relation": "implement", "confidence": "EXTRACTED", "confidence_score": 0.95, "source_file": "docs/history/fase-8-auth-logout.md"}, {"id": "keycloak_gotrue_supabase_flow", "label": "Keycloak -> GoTrue -> Supabase auth flow", "nodes": ["claudemd_auth_architecture", "claudemd_option_b_oidc_proxy", "claudemd_gotcha_colectivo_web_confidential", "claudemd_gotcha_openid_scope", "claudemd_gotcha_auth_users_seed", "claudemd_keycloak_behind_nginx"], "relation": "form", "confidence": "EXTRACTED", "confidence_score": 0.9, "source_file": "CLAUDE.md"}];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>