mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: 📝 https://community.getgrist.com/t/feature-request-custom-icon-favicon-for-each-document/210/2 ``` >>> json.dumps("📝") '"\\ud83d\\udcdd"' >>> json.dumps("✨") '"\\u2728"' ``` ``` > "📝 abc"[0] '\uD83D' > "📝 abc"[1] '\uDCDD' > Array.from("📝 abc") ['📝', ' ', 'a', 'b', 'c'] > Array.from("📝 abc")[0] '📝' ``` Test Plan: no Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3026 |
||
|---|---|---|
| .. | ||
| breadcrumbs.ts | ||
| buttons.ts | ||
| buttonSelect.ts | ||
| checkbox.ts | ||
| ColorPalette.ts | ||
| ColorSelect.ts | ||
| cssVars.ts | ||
| draggableList.ts | ||
| editableLabel.ts | ||
| IconList.ts | ||
| icons.ts | ||
| links.ts | ||
| loaders.ts | ||
| menus.ts | ||
| modals.ts | ||
| pages.ts | ||
| search.ts | ||
| select.ts | ||