Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
617c4fd9
Commit
617c4fd9
authored
Nov 14, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add basic emoji development docs
parent
9e5db3e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
0 deletions
+34
-0
changelogs/unreleased/update-emoji-digests-with-latest-from-gemojione.yml
...eased/update-emoji-digests-with-latest-from-gemojione.yml
+6
-0
doc/development/README.md
doc/development/README.md
+1
-0
doc/development/fe_guide/emojis.md
doc/development/fe_guide/emojis.md
+27
-0
No files found.
changelogs/unreleased/update-emoji-digests-with-latest-from-gemojione.yml
0 → 100644
View file @
617c4fd9
---
title
:
'
Update
emojis.
Add
:gay_pride_flag:
and
:speech_left:.
Remove
extraneous
comma
in
:cartwheel_tone4:'
merge_request
:
author
:
type
:
changed
doc/development/README.md
View file @
617c4fd9
...
@@ -22,6 +22,7 @@ comments: false
...
@@ -22,6 +22,7 @@ comments: false
-
[
UX guide
](
ux_guide/index.md
)
for building GitLab with existing CSS styles and elements
-
[
UX guide
](
ux_guide/index.md
)
for building GitLab with existing CSS styles and elements
-
[
Frontend guidelines
](
fe_guide/index.md
)
-
[
Frontend guidelines
](
fe_guide/index.md
)
-
[
Emoji guide
](
fe_guide/emojis.md
)
## Backend guides
## Backend guides
...
...
doc/development/fe_guide/emojis.md
0 → 100644
View file @
617c4fd9
# Emojis
GitLab supports native unicode emojis and fallsback to image-based emojis selectively
when your platform does not support it.
# How to update Emojis
1.
Update the
`gemojione`
gem
1.
Update
`fixtures/emojis/index.json`
from
[
Gemojione
](
https://github.com/jonathanwiesel/gemojione/blob/master/config/index.json
)
.
In the future, we could grab the file directly from the gem.
We should probably make a PR on the Gemojione project to get access to
all emojis after being parsed or just a raw path to the
`json`
file itself.
1.
Ensure
[
`emoji-unicode-version`
](
https://www.npmjs.com/package/emoji-unicode-version
)
is up to date with the latest version.
1.
Run
`bundle exec rake gemojione:aliases`
1.
Run
`bundle exec rake gemojione:digests`
1.
Run
`bundle exec rake gemojione:sprite`
1.
Ensure new sprite sheets generated for 1x and 2x
-
`app/assets/images/emoji.png`
-
`app/assets/images/emoji@2x.png`
1.
Ensure you see new individual images copied into
`app/assets/images/emoji/`
1.
Ensure you can see the new emojis and their aliases in the GFM Autocomplete
1.
Ensure you can see the new emojis and their aliases in the award emoji menu
1.
You might need to add new emoji unicode support checks and rules for platforms
that do not support a certain emoji and we need to fallback to an image.
See
`app/assets/javascripts/emoji/support/is_emoji_unicode_supported.js`
and
`app/assets/javascripts/emoji/support/unicode_support_map.js`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment