Browse Source

Update the MaterialIcons woff2 font

Remove the eot and svg MaterialIcons files
Update the dependencies
Add a little search icon for the one to one chats
pull/978/head
Timothée Jaussoin 5 years ago
parent
commit
a3a2ddbd1a
  1. 3
      app/widgets/Chats/chats.tpl
  2. 54
      composer.lock
  3. BIN
      public/theme/fonts/MaterialIcons/MaterialIcons-Regular.eot
  4. 2373
      public/theme/fonts/MaterialIcons/MaterialIcons-Regular.svg
  5. BIN
      public/theme/fonts/MaterialIcons/MaterialIcons-Regular.woff2
  6. 1
      public/theme/fonts/MaterialIcons/font.css

3
app/widgets/Chats/chats.tpl

@ -5,6 +5,9 @@
{$c->__('page.chats')}
</p>
</div>
<span class="control icon active gray" onclick="Search_ajaxRequest()">
<i class="material-icons">person_search</i>
</span>
</li>
</ul>
<ul id="chats_widget_list" class="list middle active divided spaced">

54
composer.lock

@ -650,16 +650,16 @@
},
{
"name": "doctrine/cache",
"version": "1.10.1",
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
"reference": "13e3381b25847283a91948d04640543941309727"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
"reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
"shasum": ""
},
"require": {
@ -742,7 +742,7 @@
"type": "tidelift"
}
],
"time": "2020-05-27T16:24:54+00:00"
"time": "2020-07-07T18:54:01+00:00"
},
{
"name": "doctrine/dbal",
@ -1292,7 +1292,7 @@
},
{
"name": "illuminate/container",
"version": "v6.18.23",
"version": "v6.18.25",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
@ -1336,7 +1336,7 @@
},
{
"name": "illuminate/contracts",
"version": "v6.18.23",
"version": "v6.18.25",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@ -1380,16 +1380,16 @@
},
{
"name": "illuminate/database",
"version": "v6.18.23",
"version": "v6.18.25",
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
"reference": "efd4bc2ce90d2e401f627c216b8ba237c63ad6f9"
"reference": "75c3ea1edcd237627f4a86fce733e78eb85e6612"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/database/zipball/efd4bc2ce90d2e401f627c216b8ba237c63ad6f9",
"reference": "efd4bc2ce90d2e401f627c216b8ba237c63ad6f9",
"url": "https://api.github.com/repos/illuminate/database/zipball/75c3ea1edcd237627f4a86fce733e78eb85e6612",
"reference": "75c3ea1edcd237627f4a86fce733e78eb85e6612",
"shasum": ""
},
"require": {
@ -1437,11 +1437,11 @@
"orm",
"sql"
],
"time": "2020-06-30T13:23:27+00:00"
"time": "2020-07-10T09:50:22+00:00"
},
{
"name": "illuminate/support",
"version": "v6.18.23",
"version": "v6.18.25",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
@ -2233,28 +2233,28 @@
},
{
"name": "react/dns",
"version": "v1.2.0",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
"reference": "a214d90c2884dac18d0cac6176202f247b66d762"
"reference": "89d83794e959ef3e0f1ab792f070b0157de1abf2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/dns/zipball/a214d90c2884dac18d0cac6176202f247b66d762",
"reference": "a214d90c2884dac18d0cac6176202f247b66d762",
"url": "https://api.github.com/repos/reactphp/dns/zipball/89d83794e959ef3e0f1ab792f070b0157de1abf2",
"reference": "89d83794e959ef3e0f1ab792f070b0157de1abf2",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/cache": "^1.0 || ^0.6 || ^0.5",
"react/event-loop": "^1.0 || ^0.5",
"react/promise": "^2.7 || ^1.2.1",
"react/promise": "^3.0 || ^2.7 || ^1.2.1",
"react/promise-timer": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.2",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
"phpunit/phpunit": "^9.0 || ^4.8.35"
},
"type": "library",
"autoload": {
@ -2273,7 +2273,7 @@
"dns-resolver",
"reactphp"
],
"time": "2019-08-15T09:06:31+00:00"
"time": "2020-07-10T12:12:50+00:00"
},
{
"name": "react/event-loop",
@ -2469,25 +2469,25 @@
},
{
"name": "react/promise-timer",
"version": "v1.5.1",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-timer.git",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
"reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
"reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.7.0 || ^1.2.1"
"react/promise": "^3.0 || ^2.7.0 || ^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
"phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
@ -2518,7 +2518,7 @@
"timeout",
"timer"
],
"time": "2019-03-27T18:10:32+00:00"
"time": "2020-07-10T12:18:06+00:00"
},
{
"name": "react/socket",

BIN
public/theme/fonts/MaterialIcons/MaterialIcons-Regular.eot

2373
public/theme/fonts/MaterialIcons/MaterialIcons-Regular.svg
File diff suppressed because it is too large
View File

BIN
public/theme/fonts/MaterialIcons/MaterialIcons-Regular.woff2

1
public/theme/fonts/MaterialIcons/font.css

@ -4,7 +4,6 @@
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff2) format('woff2'),

Loading…
Cancel
Save