mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
typing indicator
This commit is contained in:
parent
9716fb1f6e
commit
dca55fd80c
4 changed files with 19 additions and 1 deletions
|
@ -102,6 +102,10 @@ const Statics = Object.freeze({
|
|||
file: "icons/core/ico_notice_loading.gif",
|
||||
revision: 0
|
||||
},
|
||||
typing: {
|
||||
file: "icons/core/ico_notice_typing.gif",
|
||||
revision: 0
|
||||
},
|
||||
warning: {
|
||||
file: "icons/core/ico_notice_warning.png",
|
||||
revision: 0
|
||||
|
@ -145,5 +149,6 @@ module.exports.STATIC_ICONS = Object.freeze({
|
|||
adult: staticAsset(Statics.icons.adult),
|
||||
error: staticAsset(Statics.icons.error),
|
||||
loading: staticAsset(Statics.icons.loading),
|
||||
typing: staticAsset(Statics.icons.typing),
|
||||
warning: staticAsset(Statics.icons.warning)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue