mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
[nextgen/cardstack] big improvements
- Implement return types - page numbers - better subpage resolve delay - error handling and system error cards - code cleanup
This commit is contained in:
parent
7e850e5b5d
commit
18bd28591c
6 changed files with 249 additions and 125 deletions
|
@ -3,5 +3,6 @@ const { DynamicCardStack } = require("./DynamicCardStack");
|
|||
module.exports = {
|
||||
createDynamicCardStack: (context, options)=>{
|
||||
return new DynamicCardStack(context, options)
|
||||
}
|
||||
},
|
||||
CARD_STACK_CONSTANTS: require("./constants"),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue