stable
Clone or download
Read-only
This reverts commit 8f8bdf60ee50b4cdfb5bd88c94297f6dd850a9cf. Library has decided it was fine to pull data at runtime from a third party server by default. This is not fine for our use cases (and possibly for anyone affected by GDPR). This revert the update of the library, to be merged back the following elements needs to be taken into account: * no external queries * the InMemoryStore should be used * the messages and emoji data should be loaded from the appropriate locale Part of request #27554: Switch emoji-button 4.6.2 to picmo 5.2.0 Change-Id: I36b758e9d18959f8e05dd92468269b14c1f91fbc
Modified Files
Name | ||||
---|---|---|---|---|
M | src/package.json | +1 | −2 | Go to diff View file |
M | src/pnpm-lock.yaml | +117 | −22 | Go to diff View file |
M | src/scripts/project/admin/po/fr_FR.po | +2 | −20 | Go to diff View file |
M | src/scripts/project/admin/po/pt_BR.po | +0 | −18 | Go to diff View file |
M | src/scripts/project/admin/src/helpers/icon-picker-builder.test.ts | +8 | −8 | Go to diff View file |
M | src/scripts/project/admin/src/helpers/icon-picker-builder.ts | +32 | −65 | Go to diff View file |
M | src/scripts/project/admin/src/helpers/icon-picker-initializer.test.ts | +10 | −10 | Go to diff View file |
M | src/scripts/project/admin/src/helpers/icon-picker-initializer.ts | +9 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_details.scss | +0 | −28 | Go to diff View file |