-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Super big wide GoBack button for efficient #112
Comments
Thanks very much for a thorough review & for the feedback! As for your comments: 1. This is exactly the reason why "Custom CSS" (in Settings) is for! (it may not work for you ATM, depending on the Firefox version, due to this bug).
Sorry, but it may sound useful to you (especially if you're used to UIs designed by developers), but it's really poor UX!
You have the command-palette/search box that filters through all your bookmarks. There is no search, because we're not searching anything. We have a finite list of bookmarks that we can only filter. 2. Yep. This is on the "Next up" list and will be added to the next release. 3. Not sure what you mean by that. 4. This is a good idea, thanks, I will add it! (#114) 5. Please have a look at the customization tutorial and let me know if this is sufficient for you. 6. This is exactly how it shows up when you flip the switch (in Settings) called "Show labels": if the labels are hidden - folder labels will show up on the icon. But if the labels are visible - the folders need to show some text, so having the label on the icon and below it would be weird :-) 7. Yeah.... No :-) I want by bookmarks ordered exactly like I want them ordered. And at least 500 other people using that extension. What you're suggesting would be really weird and confusing :-) 8. Sorry, but I have no idea what you mean here. I don't see any shaking or anything. Could you explain this in more details (or - ideally - record a gif?) Thanks again! |
3. Remember the last open folder. Click into a folder Bookmark/folderA/folderB 1. Then again, why a super full wide "go back" button is needed. 6. It might break the UI 7. Please refer to the Bookdial extension. Absorb the useful parts The most important thing is super Full Wide GO Back Button. I think it will be very popular with users. |
Hi Again, 3. I understand now what you mean. I can consider adding a setting for that (#115). 6. I didn't mean to style it yourself. You can just hide labels for bookmarks (in Settings/Customize section), and the folder labels then will show up on folders. There's a script that will make sure (as best as possible) that label fits within the folder icon. Here's how it works: 7. I checked out the extension you mentioned and didn't like it (for many reasons). It's clearly a different solution (for a similar problem) and with different goals. I've been working on my extension for the past year and before that had another similar extension for a year or so, and all that experience together with the feedback from many users went into the design of the current state this extension is in. I'm sorry if you don't like some features, but it's impossible for any product to meet all users' needs 😄 On top of that - every single option/settings increases the complexity and the maintenance of the extension, and for me this means that I will have to put more of my time to develop new features, making sure that all of the old ones still work (testing them manually every time, as there is no way to automate end-to-end tests for a firefox extension AFAIK). I hope you understand my point and forgive me, if I can't make you 100% happy :-) |
I've released a new version with bug fixes and new features (including some that you have suggested here). |
Super wide full width translucent top "go back" button: Very easy to click, very efficient.
css:
.icon-btn.btn-back { width: 100%; text-align: left; height: 50px; border-radius: 6px; background: #0000003d; }
If possible, press and hold the left button, or right-click, and the GoBack button becomes a search bar:
Type some keywords: filter in current folder;
Then hit enter or search button: search all;
Update animation time / remove animations #107 It is strongly recommended that the animation time can be customized, do not let the eyes wait.
Remember the last open folder.
If the bookmark title is very long, the docked folder will overflow on the far right.
fix
.folder { overflow: hidden; }
The dock folder is very good. But we can also consider: At the top or side also, add the Favor folder.
Display the title in the middle of the folder icon instead of at the bottom: optional
There's another pattern that may be very useful: the folder list at the top, and the bookmark link list below.
This requires a flat, compact layout, and you can't drag to adjust the order.
If possible, remember the state of each folder (you can switch easily, such as double clicking on the background), or at least in the root directory.
Click into a folder, if the scroll bar appears, should avoid shaking left and right.
The text was updated successfully, but these errors were encountered: