Merge pull request #764 from yuya-oc/new-loading-animation
Apply new loading animation
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 153 KiB |
BIN
src/assets/loading@2x.gif
Normal file
BIN
src/assets/loading@2x.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 327 KiB |
@@ -292,6 +292,7 @@ const MattermostView = createReactClass({
|
|||||||
<img
|
<img
|
||||||
className='mattermostView-loadingImage'
|
className='mattermostView-loadingImage'
|
||||||
src='../assets/loading.gif'
|
src='../assets/loading.gif'
|
||||||
|
srcSet='../assets/loading.gif 1x, ../assets/loading@2x.gif 2x'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : null;
|
) : null;
|
||||||
|
Reference in New Issue
Block a user