Skip to content

Fix 'Choose Template' Button Icon Overlap and Improvon Icon UX #34

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kgray-hu
Copy link
Contributor

@kgray-hu kgray-hu commented May 1, 2025

Overview

This PR fixes overlapping icons on the 'Choose Template' button and replaces the word doc icon with a more appropriate file lines icon for better user experience. Additionally, it updates .gitignore to ignore.env files used in local development and adds a .env.example for developers to quickly configure the .env file.

Changes

  • Remove extraneous times icon
  • Replaces word doc icon fa fa-file-word-o with file lines icon fa-light fa-file-lines
  • Adds .env to .gitignore file
  • Adds .env.example file

Notes

Change Icon

The user experience after clicking the 'Choose Template' button is a text field where an AI policy statement is pre-populated in a text field, but the text in the field can be modified and saved. Given this user interface, the word doc icon is not the most appropriate as it typically denotes uploading / downloading a word document, which is not the case here. The file lines icon better aligns with the experience users will have once they click the the 'Choose Template' button, a field with text in it.

.env

The docker-compose locally looks for a .env file for the NGROK url where the application can be hosted and tested locally. Since developers will be asked to create a .env file, adding it to .gitignore prevents the .env file from getting picked up. Adding the .env.example gives developers an example of what their .env file should include.

References

  • Add before and after images here for the AI policy template GUID

@kgray-hu kgray-hu changed the title Fix choose template button icons Fix 'Choose Template' Button Icon Overlap and Improvon Icon UX May 1, 2025
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.

1 participant