Skip to content

Conversation

@pereirinha
Copy link
Contributor

This PR aims to improve the visual feedback of the bulk sync action.
Instead of showing feedback of the many assets to be sync — as it can be inaccurate information —, we'll show an icon instead to reflect the sync action.
This PR also removes the number of requests made on this page.

Copy link
Contributor

@DavidCramer DavidCramer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pereirinha - Looks good. Just a single note about a forward slash, otherwise all good!

<span id="progress-wrapper" class="sync-media-progress">
<span class="progress-text"><span id="sync-progress"></span> / <span id="sync-total"></span></span><?php esc_html_e( 'Currently Synced', 'cloudinary' ); ?>
<span class="progress-text">
<img src="<?php echo esc_url( CLDN_URL . '/css/loading.svg'); ?>" alt="<?php esc_attr_e( 'Syncing…', 'cloudinary' ); ?>">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pereirinha CLDN_URL ends with a / already, so we get a double //

@DavidCramer DavidCramer merged commit ca778f0 into develop May 29, 2020
@pereirinha pereirinha deleted the feature/CLOUD-408 branch June 5, 2020 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants