Move New Search Experience out of beta (#8859)
This commit is contained in:
parent
e1d6356927
commit
8b841951db
11 changed files with 18 additions and 386 deletions
|
@ -383,32 +383,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
displayName: _td("Use new room breadcrumbs"),
|
||||
default: false,
|
||||
},
|
||||
"feature_spotlight": {
|
||||
isFeature: true,
|
||||
labsGroup: LabGroup.Rooms,
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
displayName: _td("New search experience"),
|
||||
default: false,
|
||||
betaInfo: {
|
||||
title: _td("The new search"),
|
||||
caption: () => <>
|
||||
<p>{ _t("A new, quick way to search spaces and rooms you're in.") }</p>
|
||||
<p>{ _t("This feature is a work in progress, we'd love to hear your feedback.") }</p>
|
||||
</>,
|
||||
faq: () => <>
|
||||
{ SdkConfig.get().bug_report_endpoint_url && <>
|
||||
<h4>{ _t("How can I give feedback?") }</h4>
|
||||
<p>{ _t("To feedback, join the beta, start a search and click on feedback.") }</p>
|
||||
</> }
|
||||
<h4>{ _t("How can I leave the beta?") }</h4>
|
||||
<p>{ _t("To leave, just return to this page or click on the beta badge when you search.") }</p>
|
||||
</>,
|
||||
feedbackLabel: "spotlight-feedback",
|
||||
feedbackSubheading: _td("Thank you for trying the beta, " +
|
||||
"please go into as much detail as you can so we can improve it."),
|
||||
image: require("../../res/img/betas/new_search_experience.gif"),
|
||||
},
|
||||
},
|
||||
"feature_right_panel_default_open": {
|
||||
isFeature: true,
|
||||
labsGroup: LabGroup.Rooms,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue