Replies: 8 comments 15 replies
-
This is interesting. The best way would be for me to add it to needcontext as an argument, to create compact lists. But as you say it wouldn't make sense in all cases. Where should I optionally enable it then is the question. Also separators would have to be removed etc, which can be done internally. But yes it's possible through custom css, but what is not possible right now is doing it selectively, it does it for all menus. |
Beta Was this translation helpful? Give feedback.
-
Glad you find it interesting too 👍 It's nice of you to want to implement these compact lists for certain areas. This is better than a CSS solution anyway, as other users who don't know CSS can also use these compact lists. Perhaps it would make sense to enable this compact lists only where the user would actually use them. Maybe these points are sensible where a user:
For example, when I click on a tab and realize I want to make a change to this tab right away, these three areas are the quickest to reach from the tab:
I think since the Tab mode is the most frequently used mode, and it has the most commands, the compact list will make the most sense there (compared to the other modes: Closed Mode, History Mode, Bookmark Mode). |
Beta Was this translation helpful? Give feedback.
-
Check out the new Btw you can restore hover menu from a backup if you edit it to |
Beta Was this translation helpful? Give feedback.
-
This is fantastic! This new category is really very useful, you've included so many compact menus to activate, there's something for everyone! 👍 I was able to restore the menus from the backup. Thank you! And I have an idea for seperators that work for my compact list: The compact lists work everwhere I tested it, but I think there's a conflict between the "Tab Item Menu" and the "Extra Menu". You made the "Tab Item Menu" for users who want to completely replace the Extra Menu, and it works for normal menus. But in compact lists there is this issue: I'm trying to help with further bug reports next days, hope these reports below help 👍
|
Beta Was this translation helpful? Give feedback.
-
Made big changes to mouse events. Might have fixed something, might have broken something. But performance should increase (even if it wasn't a problem, it scales better now). |
Beta Was this translation helpful? Give feedback.
-
I'm adding something that can be useful for debugging. If you do shift+ctrl+click on Add, it will add 5 random commands. You can do it multiple times. This is to fill lists quickly. |
Beta Was this translation helpful? Give feedback.
-
Thanks for this and the fixes! Regarding the tooltips: I don't know about libraries and it's advantages/disadvantes but what I did was 2 things for me to enhance the tooltip experience in ff overall:
|
Beta Was this translation helpful? Give feedback.
-
This idea has been implemented and I guess I can close this. |
Beta Was this translation helpful? Give feedback.
-
I have an interesting idea for a compact menu, but I need your opinion on this, if this is possible with CSS:
Please insert this CSS rules into GH an do a right click on the tab item list:
#needcontext-container {
flex-direction: row !important;
flex-wrap: wrap !important;
}
.needcontext-text {
display: none !important;
}
Your tab item menu on the tab when right clicking should then only have the icons of the cmds visible without the text of these cmds. Here is the example from my GH:
But the problem with the CSS rules from above is, that when enabled, all the other menus for example in the settings also have no text, and thats a huge problem, because the text should be here in the settings menus. I can't get it to work that only when right clicking a tab or clicking the close button or clicking the hover button these CSS rules from above should apply.
But this icon only menus have huge potential for quick navigating, its advantages:
Do you also think that would be useful? It would be very kind if you could take a look at this.
Beta Was this translation helpful? Give feedback.
All reactions