-
Notifications
You must be signed in to change notification settings - Fork 984
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
move image-server out of status-im namespace #15712
Conversation
Jenkins BuildsClick to see older builds (4)
|
39e743b
to
d1eea8c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
93% of end-end tests have passed
Failed tests (2)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Passed tests (27)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
|
@status-im/mobile-qa : this should not create any issues but do have a quick look once if you can :) |
hi @siddarthkay ! Could you please specify what exactly should be checked in scope of this PR? Upload of profile images/sending images or something else? Thanx! |
Hi @pavloburykh : This PR moved code from old namespace into new namespace. |
Thanx @siddarthkay ! Tested and ready to be merged. |
d1eea8c
to
aaed349
Compare
This PR does the following : - move `src/status_im/utils/image_server.cljs` → `src/utils/image_server.cljs` - update existing implementation of `image_server.cljs` to not rely on colors namespace - removes old usage of `js/Date` and updates it with `utils.datetime` - update usages of `image_server.cljs` in all places to use the new namespace.
aaed349
to
f12bc94
Compare
This PR moves
image_server.cljs
file out of status-im namespace into utils namespace.All the references have also been updated.
status: ready