fix signup box, merge crime & rename crime

This commit is contained in:
Ruby 2026-03-15 19:46:36 +00:00
parent f72c43a9fa
commit 325848c5a9
5 changed files with 17 additions and 22 deletions

View file

@ -64,7 +64,7 @@ pub struct EnumFeatureGroup {
pub static FEATURE_GROUPS: &[FeatureGroup] = &[
FeatureGroup {
name: "Properties in the area",
name: "Properties",
features: &[
FeatureConfig {
name: "Last known price",
@ -131,7 +131,7 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
suffix: "",
raw: false,
absolute: false,
modes: &[],
modes: &["historical"],
linked: "",
},
FeatureConfig {
@ -516,9 +516,8 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
},
],
},
FeatureGroup {
name: "Crime summary",
name: "Crime",
features: &[
FeatureConfig {
name: "Serious crime (avg/yr)",
@ -588,11 +587,6 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
modes: &[],
linked: "",
},
],
},
FeatureGroup {
name: "Crime",
features: &[
FeatureConfig {
name: "Anti-social behaviour (avg/yr)",
bounds: Bounds::Percentile {
@ -1022,7 +1016,7 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
pub static ENUM_FEATURE_GROUPS: &[EnumFeatureGroup] = &[
EnumFeatureGroup {
name: "Properties in the area",
name: "Properties",
features: &[
EnumFeatureConfig {
name: "Listing status",