mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #572] Show "fetched" description/excerpt if you didn't archive the page #309
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#309
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 @fmartingr on GitHub (Feb 11, 2023).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/572
Originally assigned to: @fmartingr on GitHub.
Discussed in https://github.com/go-shiori/shiori/discussions/570
Originally posted by Mxrk February 8, 2023
Hi, I currently noticed that the frontend doesn't show the fetched excerpt if you don't click the archive option, although it's fetched (which is possible to see via
shiori print). It would be cool to also show this via the UI.(right side with archive option enabled, left side without)
Setting it manually totally works so it's not a bug and that's why I put it here as a feature request.
If it's a bug I apologize and will create an issue.
Greetings
@fmartingr commented on GitHub (Jul 21, 2023):
I've quickly tested this (latest master) and the excerpt is shown but not the title, but the title relates to #654.
Can you confirm you are still experiencing this @mxrk? Once you save a bookmark, wait for a few seconds and then refrest the page, since it would take some time to fetch the data in the background and right now the frontend doesn't get updates in real time.
@Mxrk commented on GitHub (Jul 23, 2023):
Indeed, looking good! Appreciate the fix.
@fmartingr commented on GitHub (Jul 23, 2023):
Awesome, if you found anything else please just open a new issue.