Ask contributors to take the user survey again, see #1180

This commit is contained in:
Pieter Vander Vennet 2023-01-03 00:22:43 +01:00
parent 3726419115
commit 94d46862c1
4 changed files with 63 additions and 5 deletions

View file

@ -13,6 +13,7 @@ import { SubtleButton } from "./Base/SubtleButton"
import { VariableUiElement } from "./Base/VariableUIElement"
import Svg from "../Svg"
import { ImportViewerLinks } from "./BigComponents/UserInformation"
import UserSurveyPanel from "./UserSurveyPanel"
export default class AllThemesGui {
setup() {
@ -28,6 +29,7 @@ export default class AllThemesGui {
new Combine([
intro,
new FeaturedMessage().SetClass("mb-4 block"),
new Combine([new UserSurveyPanel()]).SetClass("flex justify-center"),
new MoreScreen(state, true),
new Toggle(
undefined,