[GH-ISSUE #166] Display as table/list - without thumbnails? #122

Closed
opened 2026-02-25 23:33:29 +03:00 by kerem · 8 comments
Owner

Originally created by @ekianjo on GitHub (Sep 23, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/166

In the interest of information density, can you provide another "display as list" option where no thumbnails are shown at all? I believe you could also have this kind of "view change" icon directly in the interface rather than in the settings.

Originally created by @ekianjo on GitHub (Sep 23, 2019). Original GitHub issue: https://github.com/go-shiori/shiori/issues/166 In the interest of information density, can you provide another "display as list" option where no thumbnails are shown at all? I believe you could also have this kind of "view change" icon directly in the interface rather than in the settings.
kerem closed this issue 2026-02-25 23:33:30 +03:00
Author
Owner

@RadhiFadlillah commented on GitHub (Sep 24, 2019):

@ekianjo I've implemented it in bccc70b. Now in settings there is option to hide thumbnail image:

New option

When used, all thumbnail will be gone and replaced with excerpt (if the excerpt exists) :

No thumbnail

The same will also happened in list mode :

No thumbnail, list mode

IMHO it's a bit too busy when used in mobile, but maybe it's nice for people that prefer information density :

No thumbnail, list mode, mobile

<!-- gh-comment-id:534365976 --> @RadhiFadlillah commented on GitHub (Sep 24, 2019): @ekianjo I've implemented it in [bccc70b](https://github.com/go-shiori/shiori/commit/bccc70b3f8525a662d0725443ac1ab5065142a95). Now in settings there is option to hide thumbnail image: ![New option](https://user-images.githubusercontent.com/6129042/65477487-a972e380-deb0-11e9-88a9-7e4f4d95238d.png) When used, all thumbnail will be gone and replaced with excerpt (if the excerpt exists) : ![No thumbnail](https://user-images.githubusercontent.com/6129042/65477521-c5768500-deb0-11e9-89d0-95b3bb8841d0.png) The same will also happened in list mode : ![No thumbnail, list mode](https://user-images.githubusercontent.com/6129042/65477562-e17a2680-deb0-11e9-8a72-342e80373931.png) IMHO it's a bit too busy when used in mobile, but maybe it's nice for people that prefer information density : ![No thumbnail, list mode, mobile](https://user-images.githubusercontent.com/6129042/65489612-b1914a00-ded5-11e9-882a-1edb3203d059.png)
Author
Owner

@ekianjo commented on GitHub (Sep 24, 2019):

Nice! Can I make another suggestion? For the list mode my intention was to only show the title and the tags and nothing else (no excepts either). Maybe you could apply that by having an option to show/hide excerpts ?

<!-- gh-comment-id:534535727 --> @ekianjo commented on GitHub (Sep 24, 2019): Nice! Can I make another suggestion? For the list mode my intention was to only show the title and the tags and nothing else (no excepts either). Maybe you could apply that by having an option to show/hide excerpts ?
Author
Owner

@RadhiFadlillah commented on GitHub (Sep 24, 2019):

@ekianjo it's done in a82b882. Now in settings there is option to hide excerpt:

Options page

No excerpt

No excerpt, mobile

<!-- gh-comment-id:534601132 --> @RadhiFadlillah commented on GitHub (Sep 24, 2019): @ekianjo it's done in [a82b882](https://github.com/go-shiori/shiori/commit/a82b8820bd34ab3611f304c1a84b05a96adce5c3). Now in settings there is option to hide excerpt: ![Options page](https://user-images.githubusercontent.com/6129042/65523613-b9251300-df16-11e9-83d3-d57aefdb7610.png) ![No excerpt](https://user-images.githubusercontent.com/6129042/65523659-c9d58900-df16-11e9-912b-4035cb362777.png) ![No excerpt, mobile](https://user-images.githubusercontent.com/6129042/65523832-0a350700-df17-11e9-9296-f66162afb827.png)
Author
Owner

@ekianjo commented on GitHub (Sep 24, 2019):

Wow this is great! Thanks a lot! When do you plan to merge this on Master?

<!-- gh-comment-id:534756247 --> @ekianjo commented on GitHub (Sep 24, 2019): Wow this is great! Thanks a lot! When do you plan to merge this on Master?
Author
Owner

@RadhiFadlillah commented on GitHub (Sep 24, 2019):

@ekianjo it's already in master actually. Unfortunately, there are no prebuilt binary yet so you have to build it from source by yourself:

go get -u -v github.com/go-shiori/shiori
<!-- gh-comment-id:534767015 --> @RadhiFadlillah commented on GitHub (Sep 24, 2019): @ekianjo it's already in master actually. Unfortunately, there are no prebuilt binary yet so you have to build it from source by yourself: ``` go get -u -v github.com/go-shiori/shiori ```
Author
Owner

@ekianjo commented on GitHub (Sep 24, 2019):

Got it! What is your release policy for binaries? Do you have a schedule or do you follow milestones?

<!-- gh-comment-id:534775009 --> @ekianjo commented on GitHub (Sep 24, 2019): Got it! What is your release policy for binaries? Do you have a schedule or do you follow milestones?
Author
Owner

@RadhiFadlillah commented on GitHub (Sep 25, 2019):

@ekianjo I don't have any release policy yet, I just release when I think the new version has improved exponentially from before.

I also still doesn't have any milestone yet. Right now I'm just focusing on fixing minor bugs and issue like this first.

<!-- gh-comment-id:534801306 --> @RadhiFadlillah commented on GitHub (Sep 25, 2019): @ekianjo I don't have any release policy yet, I just release when I think the new version has improved exponentially from before. I also still doesn't have any milestone yet. Right now I'm just focusing on fixing minor bugs and issue like this first.
Author
Owner

@ekianjo commented on GitHub (Sep 25, 2019):

Thanks - very clear! @RadhiFadlillah since you have completed that task I will close this issue.

<!-- gh-comment-id:534858530 --> @ekianjo commented on GitHub (Sep 25, 2019): Thanks - very clear! @RadhiFadlillah since you have completed that task I will close this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#122
No description provided.