polyamspace / mastodon

Custom Mastodon fork used by https://polyam.space
GNU Affero General Public License v3.0
1 stars 2 forks source link

Change visible reactions setting to be numeric #645

Closed polyamAdmin closed 1 month ago

polyamAdmin commented 1 month ago

This is a very minor thing, but the input was correctly typed as "number", simple_form however attached string classes.

This explicitly tells simple_form it's an integer input by adding as: :integer to apply correct classes.