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

Replace graphics with Material Design Icons from Style Guide #1880

Open
entrotech opened this issue Sep 26, 2024 · 0 comments
Open

Replace graphics with Material Design Icons from Style Guide #1880

entrotech opened this issue Sep 26, 2024 · 0 comments

Comments

@entrotech
Copy link
Member

entrotech commented Sep 26, 2024

Overview

This issue reconciles various icons in the application with the current design standards document.

Action Items

Here is a list of pages where replacements are required:

  1. Use Warning icon in Material Design instead of warning-icon.png
    • client/src/components/Faq/DeleteFaqModal.jsx
    • client/src/components/Layout/NavBarToolTip.js
    • client/src/components/ProjectWizard/WizardPages/Level0Page.jsx
    • client/src/components/ProjectWizard/NavConfirmDialog.js
    • client/src/components/Projects/DeleteProjectModal.js
    • client/src/components/Faq/SaveConfirmationModal.jsx
  2. Use Search icon in Material Design instead of search.png
    • client/src/components/Projects/ColumnHeaderPopups/MultiSelectText.js
    • client/src/components/Projects/ProjectsPage.js
    • client/src/components/Projects/ColumnHeaderPopups/TextPopup.js
  3. Use Close icon in Material Design instead of Font Awesome close icon
    • client/src/components/Checklist/ChecklistModal.js
    • client/src/components/UI/AriaModal/ModalDialog.js
  4. Verify that the following images are no longer used and remove them from the /client/src/images folder:
  • close.png
  • copy.png
  • trash.png

Resources/Instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress (actively working)
Development

No branches or pull requests

2 participants