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

Implemented the redesign of the input field in ODK-X Survey app to meet ODK-X Design Guidelines. #194

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

teelda
Copy link

@teelda teelda commented Nov 1, 2023

An issue was created to update the input field used to enter text in the ODK-X survey app link to issue.

I followed these steps to implement the change;

  • I forked and cloned the app-designer repository.
  • I opened it in my text editor, studied the codebase thoroughly and figured the class for the input field was .form-control.
  • Since I couldn't find the source code for the .less files that were compiled, I wrote my own styles in odk-survey.css to override the existing styles.
  • Made sure the styles added conformed to the ODK-X design guidelines.
  • I tested it to ensure the app worked well without breaking anything.
  • Then I pushed my code and created a pull request.

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.

3 participants