Fix allow icon changes #3567

Merged
konrad merged 1 commits from steffeydev/vikunja-frontend:fix-icon-disable-change into main 2023-06-05 14:19:58 +00:00
Contributor

window.ALLOW_ICON_CHANGES needs to be written as a boolean during the docker deploy instead of a string. The strings "true" and "false" both evaluate to true in JS, so we need to use the boolean true and false for the assertion in Logo.vue to be meaningful.

`window.ALLOW_ICON_CHANGES` needs to be written as a boolean during the docker deploy instead of a string. The strings `"true"` and `"false"` both evaluate to `true` in JS, so we need to use the boolean `true` and `false` for the assertion in `Logo.vue` to be meaningful.
steffeydev added 1 commit 2023-06-04 21:02:54 +00:00
continuous-integration/drone/pr Build is passing Details
871335c53e
Fix allow icon changes
Member

Hi steffeydev!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3567-fix-icon-disable-change--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi steffeydev! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3567-fix-icon-disable-change--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad approved these changes 2023-06-05 14:19:30 +00:00
konrad left a comment
Owner

Thanks!

Thanks!
konrad merged commit 57218d1454 into main 2023-06-05 14:19:57 +00:00
konrad deleted branch fix-icon-disable-change 2023-06-05 14:19:58 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.