microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

It would be better to add a 'dropdown toolbar' button for the 'Export' action #8313

Closed v-xianya closed 1 day ago

v-xianya commented 2 days ago

Storage Explorer Version: 1.37.0-dev (103) Build Number: 20241119.13 Branch: main Platform/OS: Windows11/Windows11/Linux Ubuntu 22.04/MacOS Sequoia 15.1(Apple M1 Pro) Architecture: x64/arm64/x64/arm64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand one storage account -> Queues.
  2. Create a queue -> Observe the toolbar.
  3. Check whether there is 'dropdown toolbar' button for 'Export' action.

Expected Experience

It would be better to add a 'dropdown toolbar' button for 'Export' action.

Like 'Move' action. Image

Actual Experience

There is no 'dropdown toolbar' button for 'Export' action. Image

Additional Context

It is better to update the tooltips for 'Export' action. Image

craxal commented 1 day ago

If there were any number of items that could be exported, we would implement this. However, queue explorers can only display the first 32 items in the queue. Export, likewise, can only export up to 32 messages. Therefore, I don't think it's worth implementing the necessary logic to export only selected messages.