fix: editor color in dark mode #1338

Merged
konrad merged 1 commits from fix/editor-color into main 2022-01-09 10:16:13 +00:00
Owner

This PR fixes the editor colors in dark mode. It bothered me enough to finally fix it :)
The implementation is probably only "good enough" as we'll replace the editor anyway in the future.

Before:

image

After:

image

This PR fixes the editor colors in dark mode. It bothered me enough to finally fix it :) The implementation is probably only "good enough" as we'll replace the editor anyway in the future. Before: ![image](/attachments/f231e667-fea4-4397-90a7-0c6e50417cb0) After: ![image](/attachments/219ce76e-d4b1-43b6-9d9f-1132d9ede956)
konrad added 1 commit 2022-01-08 16:46:19 +00:00
continuous-integration/drone/pr Build is passing Details
ea6a61d5ea
fix: editor color in dark mode
konrad requested review from dpschen 2022-01-08 16:46:35 +00:00
Member

Hi konrad!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1338-fixeditor-color--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 konrad! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1338-fixeditor-color--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.
Member

Approve (cannot click that button on mobile (outside of viewport)

Do we want to use the inlined icons for the future editor aswell? if yes we should move them to external and load them as strings (we can do that with our loader).

**Approve** (cannot click that button on mobile (outside of viewport) Do we want to use the inlined icons for the future editor aswell? if yes we should move them to external and load them as strings (we can do that with our loader).
konrad merged commit 76fe2ceac6 into main 2022-01-09 10:16:13 +00:00
konrad deleted branch fix/editor-color 2022-01-09 10:16:14 +00:00
Author
Owner

Do we want to use the inlined icons for the future editor aswell? if yes we should move them to external and load them as strings (we can do that with our loader).

Sure why not? Let's do that when we switch the editor.

> Do we want to use the inlined icons for the future editor aswell? if yes we should move them to external and load them as strings (we can do that with our loader). Sure why not? Let's do that when we switch the editor.
This repo is archived. You cannot comment on pull requests.
No description provided.