-
- Downloads
Upgrade the configuration system for gadgets
The configuration of each gadget is now managed with MobX. It means that we get rid of the mechanisms of FlexLayout and that we can configure items that are not displayed in FlexLayout. Also, The configuration and readme mode are now displayed as a modal overlay over the whole web page. This is still WIP, but much better on some aspects than before. Limitation : for now, if two tabs are instantiated with the same gadget inside, the configuration would be common to both. It clearly should be fixed.
Showing
- public/light-flat.css 17 additions, 0 deletionspublic/light-flat.css
- src/Board.js 77 additions, 75 deletionssrc/Board.js
- src/HorizontalGauge/RosHGauge.js 63 additions, 35 deletionssrc/HorizontalGauge/RosHGauge.js
- src/HorizontalGauge/index.js 1 addition, 6 deletionssrc/HorizontalGauge/index.js
- src/InteractionTrace/InteractionTrace.js 72 additions, 25 deletionssrc/InteractionTrace/InteractionTrace.js
- src/InteractionTrace/RosInteractionTrace.js 83 additions, 85 deletionssrc/InteractionTrace/RosInteractionTrace.js
- src/LatestInteraction/RosLastestInteraction.js 78 additions, 52 deletionssrc/LatestInteraction/RosLastestInteraction.js
- src/LineChart/RosLineChart.js 123 additions, 111 deletionssrc/LineChart/RosLineChart.js
- src/MemoryRanked/MemoryRanked.js 111 additions, 17 deletionssrc/MemoryRanked/MemoryRanked.js
- src/MemoryRanked/RosMemoryRanked.js 51 additions, 99 deletionssrc/MemoryRanked/RosMemoryRanked.js
- src/Mood/RosMood.js 54 additions, 37 deletionssrc/Mood/RosMood.js
- src/VideoStream/index.js 55 additions, 42 deletionssrc/VideoStream/index.js
- src/demo-tabbed-config.js 94 additions, 0 deletionssrc/demo-tabbed-config.js
- src/index.js 44 additions, 3 deletionssrc/index.js
- src/utils/configurationHelpers.js 67 additions, 0 deletionssrc/utils/configurationHelpers.js
- src/utils/modeHandler.js 0 additions, 129 deletionssrc/utils/modeHandler.js
- src/utils/modeModal.js 68 additions, 0 deletionssrc/utils/modeModal.js
Loading
Please register or sign in to comment