mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #166] Display as table/list - without thumbnails? #122
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@RadhiFadlillah commented on GitHub (Sep 24, 2019):
@ekianjo I've implemented it in bccc70b. Now in settings there is option to hide thumbnail image:
When used, all thumbnail will be gone and replaced with excerpt (if the excerpt exists) :
The same will also happened in list mode :
IMHO it's a bit too busy when used in mobile, but maybe it's nice for people that prefer information density :
@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 ?
@RadhiFadlillah commented on GitHub (Sep 24, 2019):
@ekianjo it's done in a82b882. Now in settings there is option to hide excerpt:
@ekianjo commented on GitHub (Sep 24, 2019):
Wow this is great! Thanks a lot! When do you plan to merge this on Master?
@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:
@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?
@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.
@ekianjo commented on GitHub (Sep 25, 2019):
Thanks - very clear! @RadhiFadlillah since you have completed that task I will close this issue.