quickmove-extension icon indicating copy to clipboard operation
quickmove-extension copied to clipboard

Indent Folder Names under each account

Open brackenhill-mob opened this issue 4 years ago • 4 comments

Please can you indent the folder names under each account?

I have about 12 accounts with multiple folders in each account with the same name (ie "Sales & Marketing" x12)

It would make it much easier to spot the account I need ;)

TIA

brackenhill-mob avatar Dec 24 '19 13:12 brackenhill-mob

So you mean just indent all folders by lets say 10px and keep the heading at its current position? That should be simple to do :)

kewisch avatar Jan 06 '20 21:01 kewisch

Yes that's exactly what I mean ;)

Sent from my tablet. Please excuse my brevity. On 6 January 2020 21:53:46 Philipp Kewisch [email protected] wrote:

So you mean just indent all folders by lets say 10px and keep the heading at its current position? That should be simple to do :) — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

brackenhill-mob avatar Jan 06 '20 23:01 brackenhill-mob

Hello,

As a related topic, I have similar named Folders in the same account. I'd rather always have the folder Full name.

The improvement probably lies in there where it would be possible to always the label as the FullName (or if a given option is set)

if (lowerLabel in fullPathMap) {
    label = Quickmove.getFullName(folder);
}

Thanks for the good add-on.

Update: Workaround in fork: https://github.com/bderubinat/quickmove-extension

bderubinat avatar Jul 09 '21 07:07 bderubinat

Workaround in fork: https://github.com/bderubinat/quickmove-extension

@bderubinat , please open a pull request. @kewisch recently merged a bunch of them.

MLopez-Ibanez avatar Sep 01 '21 16:09 MLopez-Ibanez

The new version highlights the accounts with a special heading, this should make it easier to see same names in different accounts. Hope this helps!

kewisch avatar Aug 20 '23 19:08 kewisch