Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translation strings and placeholders for config fields #76

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

rudokemper
Copy link
Member

Closes #69.

Goal

To improve the config form field labels and placeholders on the front end.

Screenshots

Before After

What I changed

  • Introduced and applied toCamelCase function to utils to transform KEY_TEXT to keyText across label fields for all config components.
  • Added translations for each (camel-cased) form field.
  • Added placeholders for some of the fields where useful (such as Mapbox access token and style).
  • Turned FILTER_OUT_VALUES_FROM_COLUMN into a tag field.

@rudokemper rudokemper changed the title Add translation strings and placeholders for config fields. Add translation strings and placeholders for config fields Sep 4, 2024
@rudokemper rudokemper merged commit af40e6f into main Sep 4, 2024
1 check passed
@rudokemper rudokemper deleted the human-legible-config-fields branch September 4, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve labels, descriptions, and hints for all config fields
1 participant