-
Notifications
You must be signed in to change notification settings - Fork 13
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
Show Quicklinks in widget panel #15
Comments
I'll do some research on this. I think the Ellipsis menu comes from Gmail, so I would likely need to recreate that menu if the widget panel isn't enabled. |
I have a large label tree structure too and I always have to navigate on the pane above the fold to expose the Quick Links Widget. I found the Gmail label column resizer extension helps a bit in this respect, but it doesn't do exactly what I want |
Poking in my gmail view, the bar at the bottom with the various icons is a div with If I enable the Google Calendar lab, so that there's a Gadget to show, then the outer div gets an additional class The Google Calendar widget is:
There's a bunch of Does this help? |
@fastcat yes, this does! I took another look and I think this is now doable |
This should hit Chrome and Firefox shortly |
Whee :) Slightly unfortunate it can't trigger the widgets panel to be visible on its own ... Turning on the Calendar widget just to relocate this widget is a little counter-intuitive ;) |
I'll take another look |
This is yet more relevant in the new GMail UI, IMO -- positioning the inserted quick links panel above the Inbox and whatnot is frustratingly disruptive to the UI layout, at least to my eye. |
The old and deprecated Quick Links widget provided by Gmail Labs was placed in a dedicated panel and activated by clicking on the three-dot icon on the bottom of the left panel.
This was very useful if one had a large amount of labels, since the widget panel is indipendent from the label tree.
Unfortunately, your Quick Links widget show at the bottom of label tree so the tree should be manually adjusted in height in order to make your widget always visible.
The text was updated successfully, but these errors were encountered: