Add a 'featured this week'-theme and calendar

This commit is contained in:
Pieter Vander Vennet 2021-10-17 03:35:13 +02:00
parent 7566a6d046
commit 35cdb49b4d
9 changed files with 207 additions and 63 deletions

View file

@ -59,10 +59,13 @@ export default class FullWelcomePaneWithTabs extends ScrollableFullScreen {
}
if (state.featureSwitchMoreQuests.data) {
tabs.push({
header: Svg.add_img,
content: new MoreScreen(state)
content:
new Combine([
Translations.t.general.morescreen.intro.Clone(),
new MoreScreen(state)
]).SetClass("flex flex-col")
});
}