-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Feedback] Bookmark list indicators #283
Comments
The bubble indicator makes it look like there's something to be read, which is already covered by the post counter showing the number of unread posts, and it turns red if there's a reply. It would be misleading and confusing for the bubble indicator to show anything other than that. I'll leave this open for any additional feedback on the bookmark info changes for the post counter displaying limits. |
I'm going to use the question tag for feedback as well, why not. |
I would just suggest moving the post counter number into the bubble freeing up some space on the left that you could then use for icon indicators as well as stuff like the archived icon, closed thread icon etc. |
And then use the thread image on the right as the button for toggling thread watcher. Anyway I'm just saying there are other options. |
In general, I think it's a good feature to have indicators for page limit and image limit, I'm sure it's something people will find useful. And since the bookmark info is already being used to display bump limit, it makes sense to use that to indicate page limit and image limit too. Ideal solution would be to display it like 4chan does, with separate number for reply count, image count and page number, which each getting italicised when they hit the limit (eg. 299 / 151 / 10) but the space just isn't there so I think this is the next best thing. I personally don't have much use for the page limit or image limit indicator though. The boards I frequent are active enough that a thread hitting the bump limit means it will get archived soon so a separate page limit indicator isn't necessary (compared to slower boards where it can take hours or even days before a thread at bump limit gets to page limit). In addition, the boards I visit aren't very image heavy so threads very rarely hit image limit. So for these reasons I'd like for the page limit and image limit indicators be made an optional feature, since I have to admit that if you have a lot of bookmarked threads having a mixture of italicised, bolded and underlined numbers on the bookmark list can make it look a little busy. |
@ownBard Remember that there's a long/short bookmark info, one which shows the total posts in a thread while the other is new posts. Shoving the long string into a bubble isn't really possible, and with a large amount of posts, shoving just the new posts in might look kinda terrible since it'll be super small inside the bubble. You might want to make a mockup and see how it looks yourself. @Astridchan Yeah, it would be a bit crowded there with the entire status cell text being in the watcher, which is why I went with this implementation. I can add toggles for the different limit statuses, but they'll be all on by default. |
@Adamantcheese Good point I hadn't thought of that. |
That last one is actually really nice, but it might look a bit busy if you have a lot of bookmarks. Still don't really like the bubble indicator and the icon highlight is just weird and out of place. Could you mockup a full bookmark list with that last one? |
That's not bad at all. I can probably make the icons a little bigger if it's too cramped during implementation. Will definitely change to have it below the title, then I can probably do italics for everything individually just like the status cell in threads. |
@ownBard You have the reply count, image count and page number there, but what about the unread post number? I guess it could just be in the same spot it is now, after the thread subject. @Adamantcheese I remember you said earlier that having page numbers in the drawer would cause performance issues, is that still the case or have you found a way around that?
Also, looking at that red bubble indicator got me thinking that it could work to display the number of unread (You)s you have in each thread, is that something you'd consider useful? |
I found a workaround for that, basically I just save a "last known" page number in the pin watcher from when a thread gets updated and every draw call pulls from that instead of actually requesting the page every single draw call. |
I think that the red bubble notification would be good for that yeah. I'll think about it some more, along with #275 I have a lot of UI stuff to work on. |
@Astridchan Yes I do still have a lot of considerations but I'm trying not to be too overbearing with my opinion. I'm just trying to give rough ideas. |
The more ideas the better, one of them will eventually stick around here. |
Alright well if you want more of my thoughts, I think with this change the thread watcher button might have to move after all, meaning the on/off indication should probably be something other than text colour.
|
Kinda hoping someone will come up with a better idea for the thread watcher toggle that covers all these things. |
Couldn't the unread post count just stay in the same position it is now, and keep that as the thread watch toggle? So basically putting all the ideas suggested here together we'd have something like this: Red bubble indicator: number of (You)s in each thread |
Looks too cluttered and it makes no sense for the (You) count to be so far from the unread post count. Not to mention it looks weird having them in two completely different styles. |
Ok, what about without the (You) counter? |
Then it's better but separating the unread post counter from the other thread information is kinda redundant so you might as well just make it a textless button. An eye symbol for thread watcher or something silly like that? |
I think the unread post count needs to be in a more prominent position than the rest of the thread information, because when I open the app/side drawer, the things I'm interested the most in seeing is 1. Do I have (You)s? 2. Are there unread posts? I think the unread post count is too inconspicuous if you just put it with the rest of the thread information. |
That's true. You could include the number bubbles but have them function the same as the one on the "hamburger" menu icon (i.e. number of unread posts but changes to red when you get a reply) and then just have a watch symbol button on the left. That would also make everything more consistent but I'm uncertain of the placements being right. |
It does feel a bit aimless to discuss this without the one making the decisions. |
Don't forget to find a good place for the thread downloading icon. |
No harm in just throwing ideas around, as Adamant said the more ideas the better. Once he logs in he can give his opinion on the matter. He has the final decision anyway. If we just kept the unread post count as is it would be something like this: I also made a mockup for if the unread count was a number bubble like it is on the hamburger menu and back arrow: |
Damn, I personally really like the bubbles version but we need them to be clickable and as they are right now they are kinda small for that. Maybe instead of making them clickable we could just make the three dots menu at the end of the pin row? Then we could move the downloading icon to the bottom right corner of the pin image thus making a lot of space for the pin title. But with this solution you will have to make one more click to unwatch/watch the pin. We can't use long click for showing the menu here, because it is already used for pin reordering. |
Just to clarify, you mean clickable to toggle the watcher? If that's the case, then maybe you could just make the whole thread thumbnail area toggle that (rather than just the bubble)? |
@K1rakishou Hey that's a fresh idea but yeah the issue isn't them being too small to click. Not sure if you saw my longer posts from earlier. |
Yes
Now that I think of it I think the button should be somewhere on the right side because it's easier to reach it. So I think the three dots menu is a possible solution for that.
Yeah I'm just saying that those things need consideration too. |
How about just swapping the thumbnail from left to right? It'd make it easier to reach if the thumbnail was the toggle for thread watching. I don't really like the idea of having a separate icon just to be a toggle for the watcher, seems kind of redundant. If a three dot menu was implemented what other settings would it make sense to put there other than "watch/unwatch"? "Download thread" at least? "Archives" would make sense too. |
Yeah, stop/resume downloading would probably go there too. It's not implemented yet but one day it may be. |
@K1rakishou Hey man that's kinda rude to just ignore that I made these points already. Also worth noting that a three dot menu would make it much slower to toggle a larger number of threads and I don't know if the download toggle is really something that needs to be accessible from the sidebar. |
@ownBard |
Alright, so here's my weigh in:
|
Sounds good, I figured that would be your preference. Numbers on the left are fine, they could just serve to be a bit prettier in my opinion. |
Not a big fan of the new bold / italics / underline indicators myself. Not sure if anyone else has an opinion on this.
The text was updated successfully, but these errors were encountered: