Skip to content

Commit

Permalink
Compound PR for two simple UI updates #2310 / #2200 (#2315)
Browse files Browse the repository at this point in the history
* remove Privacy & Safety tab

* change min-value to 1 percent
  • Loading branch information
SebinSong authored Aug 22, 2024
1 parent 0fa2d47 commit d2a7b75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/views/components/VotingRulesInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default ({
config: {
[RULE_PERCENTAGE]: {
sliderLabel: L('What percentage of members need to agree to pass a proposal?'),
sliderMin: 0,
sliderMin: 1,
sliderMax: 100,
sliderUnit: '%'
},
Expand Down
5 changes: 0 additions & 5 deletions frontend/views/containers/user-settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ export default {
url: 'my-account',
component: 'UserProfile',
index: 0
}, {
title: (L('Privacy & Safety'): string),
url: 'privacy-safety',
component: 'Placeholder',
index: 1
}
]
}, {
Expand Down

0 comments on commit d2a7b75

Please sign in to comment.