Skip to content

Commit

Permalink
[RN] Add recent-list feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zbettenbuk authored and lyubomir committed Dec 20, 2017
1 parent 3aedce1 commit 45c405d
Show file tree
Hide file tree
Showing 21 changed files with 1,041 additions and 121 deletions.
9 changes: 9 additions & 0 deletions css/_font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-public:before {
content: "\e80b";
}
.icon-event_note:before {
content: "\e616";
}
.icon-timer:before {
content: "\e425";
}
.icon-thumb-menu:before {
content: "\e5d4";
}
Expand Down
13 changes: 7 additions & 6 deletions doc/adding-an-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
1. Go to https://icomoon.io/app/
2. Go to "Manage Projects" from the menu on the top left.
3. Use "Import project" and select <code>fonts/selection.json</code> from Jitsi Meet.
4. Import icons (e.g. svg files) using the "import items" button.
5. Go to "generate font" and make sure the identifiers for the new icons are correct.
6. Download the result in a zip file using the "download" button.
7. Copy <code>selection.json</code> and <code>fonts/jitsi.*</code> from the zip file to <code>fonts/</code> in Jitsi Meet
8. Copy the class for the new icon from <code>style.css</code> in the zip file to <code>css/font.css</code> in Jitsi Meet (do *not* copy the whole file)
4. Click "load".
5. Add the new icons using the "Add icons from library" button...
6. Go to "generate font" and make sure the identifiers for the new icons are correct.
7. Download the result in a zip file using the "download" button.
8. Copy <code>selection.json</code> and <code>fonts/jitsi.*</code> from the zip file to <code>fonts/</code> in Jitsi Meet
9. Copy the class for the new icon from <code>style.css</code> in the zip file to <code>css/_font.scss</code> in Jitsi Meet (do *not* copy the whole file)
10. Copy the <code>selection.json</code> file to <code>react/features/base/font-icons</code> overwriting <code>jitsi.json</code>

Sample commit: https://github.com/jitsi/jitsi-meet/commit/68bc819b89aec12364fcf07b81efa83a1900eed6

Binary file modified fonts/jitsi.eot
Binary file not shown.
3 changes: 3 additions & 0 deletions fonts/jitsi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/jitsi.ttf
Binary file not shown.
Binary file modified fonts/jitsi.woff
Binary file not shown.
Loading

0 comments on commit 45c405d

Please sign in to comment.