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

feat(whitelabel): use favicon loaded from configs as default for notifications #220

Merged
merged 3 commits into from
Mar 13, 2023

Conversation

beawar
Copy link
Contributor

@beawar beawar commented Mar 3, 2023

  • feat(whitelabel): use favicon loaded from configs as default for notifications

  • fix(whitelabel): load favicon and title also when request fails

    • Set defaults for favicon and title on store.
    • Create hook and getters for favicon, title and logo.
    • Create a component for the logo which can be reused in different points of the project.
    • Cleanup unused assets and move svgs inside assets folder.
    • Prepare splash view to use dynamic logo component.
    • Use png for the favicon in order to make it usable also for the notification system.
    • Set favicon and title on the document even if the request fails, defaults will be used in case.
    • Improve typing of svg assets module

refs: SHELL-61

beawar added 2 commits March 3, 2023 16:18
- Set defaults for favicon and title on store.
- Create hook and getters for favicon, title and logo.
- Create a component for the logo which can be reused in different points of the project.
- Cleanup unused assets and move svgs inside assets folder.
- Prepare splash view to use dynamic logo component.
- Use png for the favicon in order to make it usable also for the notification system.
- Set favicon and title on the document even if the request fails, defaults will be used in case.
- Improve typing of svg assets module

refs: SHELL-61

fix: relative path for favicon
@beawar beawar self-assigned this Mar 9, 2023
@beawar beawar merged commit e2ffcf6 into devel Mar 13, 2023
@beawar beawar deleted the SHELL-61-remove-hardcoded-images-from-notification branch March 13, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants