fix: migration icons are not resolved properly #864

Merged
konrad merged 2 commits from fix/migration-icons into main 2021-10-26 20:21:20 +00:00
Owner

It looks like the icons of third-party services are not resolved properly.

This is what it looks like currently:
image

I noticed that the structure returned from serviceIconSources only contains the urls but has no way of mapping the service to its logo. Changing that so that the logos can be accessed with the keys of their service didn't fix it.

@dpschen Could you look into this?

It looks like the icons of third-party services are not resolved properly. This is what it looks like currently: ![image](/attachments/b5d6ea36-75d7-4d4c-9961-5736f83c79d1) I noticed that the structure returned from `serviceIconSources` only contains the urls but has no way of mapping the service to its logo. Changing that so that the logos can be accessed with the keys of their service didn't fix it. @dpschen Could you look into this?
dpschen was assigned by konrad 2021-10-21 19:11:48 +00:00
dpschen force-pushed fix/migration-icons from a5aff7f4fd to 2dbcb72fac 2021-10-26 11:26:09 +00:00 Compare
Member

@dpschen Could you look into this?

I think I fixed it. Might have gone a bit over board.
I tried to test everything, but might make sense to test everything again before merging. E.g. I didn't export in the test since that I don't have the api properly configured.

> @dpschen Could you look into this? I think I fixed it. Might have gone a bit over board. I tried to test everything, but might make sense to test everything again before merging. E.g. I didn't export in the test since that I don't have the api properly configured.
konrad was assigned by dpschen 2021-10-26 12:23:38 +00:00
dpschen removed their assignment 2021-10-26 12:23:45 +00:00
Author
Owner

Looks like this still does not work:

I had an old version - sorry for the noise. Works like it should.

~~Looks like this still does not work:~~ I had an old version - sorry for the noise. Works like it should.
Author
Owner

This should be centered:

image

And the class="migration-in-progress-container" looks like a bug...

This should be centered: ![image](/attachments/a7ed6403-3784-401b-8403-8da45d4d4920) And the `class="migration-in-progress-container"` looks like a bug...
konrad reviewed 2021-10-26 18:34:26 +00:00
konrad left a comment
Author
Owner

Looks great overall! Just the centering issue I mentioned earlier and this is ready to merge.

Looks great overall! Just the centering issue I mentioned earlier and this is ready to merge.
dpschen force-pushed fix/migration-icons from 913dbc8ac6 to 49ede9f2ad 2021-10-26 20:08:51 +00:00 Compare
Member

This should be centered:

image

And the class="migration-in-progress-container" looks like a bug...

Fixed! Was the same issue.

> This should be centered: > > ![image](/attachments/a7ed6403-3784-401b-8403-8da45d4d4920) > > And the `class="migration-in-progress-container"` looks like a bug... Fixed! Was the same issue.
konrad merged commit e1a7fb4999 into main 2021-10-26 20:21:20 +00:00
konrad deleted branch fix/migration-icons 2021-10-26 20:21:20 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.