zulip/frontend_tests
Gittenburg 45e19dd6b9 emoji: Rename :slight_smile: to 😄.
Zulip converts :) to the 1F642 Unicode emoji and promotes the same emoji
in the popular section of the emoji picker.

Previously Zulip has labeled 1F642 as "slight smile". While that name
conforms to the Unicode standard (which describes the code point as
SLIGHTLY SMILING FACE), it didn't match our use case of the emoji.

If a user types :) or selects the first smile in the emoji picker they
probably mean to express a regular "smile" and not a "slight smile",
which raises the question why they are only smiling slightly.

This commit relabels 1F642 as 😄 and our previous 😄 263A as
:smiling_face:. Note that 263A looks different in our three supported
emoji sets, so it is not suited to be our "default smile".

This change does not require a migration since our emoji system stores
both unicode points and names and handles name changes transparently.
2020-07-21 16:49:54 -07:00
..
casper_lib js: Replace deprecated jQuery event trigger shorthand. 2020-07-21 12:01:26 -07:00
casper_tests upload widget: Rename image upload widget delete button CSS class. 2020-07-21 16:19:20 -07:00
node_tests emoji: Rename :slight_smile: to 😄. 2020-07-21 16:49:54 -07:00
puppeteer_lib js: Reformat with Prettier. 2020-07-17 14:31:25 -07:00
puppeteer_tests js: Remove extra consecutive spaces. 2020-07-17 14:31:25 -07:00
zjsunit js: Use ES6 object literal shorthand syntax. 2020-07-21 12:42:22 -07:00
.eslintrc.json lint: Check eslint indentation for casper tests. 2018-05-06 19:35:18 -07:00
run-casper python: Sort imports with isort. 2020-06-11 16:45:32 -07:00