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

879 missing icons #1500

Merged
merged 10 commits into from
Oct 17, 2022
Merged

879 missing icons #1500

merged 10 commits into from
Oct 17, 2022

Conversation

jfolk2015
Copy link
Contributor

Ticket Link #879

Description

Restoring icons which aren't material icons throughout Andi. Cleaning up some changes from self-hosting.

Reminders:

  • Be mindful of impacts of changing Major/Minor/Patch versions of each elixir app
    • If updating patch version, are you sure there are no chart changes required to maintain functionality? If so, you should bump minor version instead.
      - [] If updating Major or Minor versions , did you update the sauron chart configuration?
  • If changing elixir code in an "app", did you update the relevant version
    in mix.exs?
    - [] If altering an API endpoint, was the relevant postman collection updated?
    - [] If a new version of smart_city is being used (new fields on a struct), were the relevant postman collections updated?

from: :andi,
gzip: false,
only: ~w(css fonts images js favicon.ico)
end
Copy link
Contributor

@c-m-duncan c-m-duncan Oct 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh so do we not need this since we're now hosting the font / icons ourselves?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we do need it. But it already exists under apps/andi/lib/andi_web/endpoint.ex.

@jfolk2015 jfolk2015 merged commit 666a5b9 into master Oct 17, 2022
@jfolk2015 jfolk2015 deleted the 879-missing-icons branch October 17, 2022 20:31
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