mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
[nextgen] Add DynamicCardStack
This commit is contained in:
parent
048073b522
commit
4c8a9927ea
15 changed files with 874 additions and 94 deletions
|
@ -10,6 +10,10 @@ const Statics = Object.freeze({
|
|||
}
|
||||
},
|
||||
assets: {
|
||||
card_skeleton: {
|
||||
file: "loading/04_chat_loading.1zn1ocfb72tc.gif",
|
||||
revision: 0
|
||||
},
|
||||
chat_loading: {
|
||||
file: "loading/05_chat_loading.7y2ji893rho0.gif",
|
||||
revision: 0
|
||||
|
@ -291,6 +295,7 @@ module.exports.STATIC_ICONS = Object.freeze({
|
|||
})
|
||||
|
||||
module.exports.STATIC_ASSETS = Object.freeze({
|
||||
card_skeleton: staticAsset(Statics.assets.card_skeleton),
|
||||
chat_loading: staticAsset(Statics.assets.chat_loading),
|
||||
chat_loading_small: staticAsset(Statics.assets.chat_loading_small),
|
||||
image_loading: staticAsset(Statics.assets.image_loading),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue