mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #386] Load tags dynamically using the API instead of on page first load #244
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#244
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 @thelazyoxymoron on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/386
I'm not able to select any tags from the matched list. Using the Arm64 docker image built using the latest codebase.
@fmartingr commented on GitHub (Feb 26, 2022):
Where do you have this problem? In the search, in the article list, in the tag list, in the "add bookmark" dialog?
@thelazyoxymoron commented on GitHub (Feb 27, 2022):
I'm facing this in the add new bookmark screen, as well as when I try to edit an existing bookmark. DB is Postgresql.
@fmartingr commented on GitHub (Mar 1, 2022):
Just to confirm, the problem is that you don't see the tags input like this:
Which browser are you suing?
@thelazyoxymoron commented on GitHub (Mar 5, 2022):
I see the tags input getting suggested, but not able to select from the suggested list.
Firefox v97
@fmartingr commented on GitHub (Mar 5, 2022):
I've just tried this on Firefox 97.0.2 @ macos 12.1 and it's working:
https://user-images.githubusercontent.com/812088/156902737-53594b4c-f055-4fc4-8e8f-57195ecf2ed7.mov
I put a few letters and press enter on the suggestion.
Do you see any errors on the firefox console?
Tools > Browser Tools > Developer Toolson theConsoletab.@mrex commented on GitHub (Sep 30, 2022):
After finding this bug report, I guess I finally understand how tag suggestions are supposed to work. It looks like Shiori's suggestion shows only one of the possible tags, and only when the text entered does not match the suggestion anymore, another possible tag is shown.
That's not intuitive at all. Usually, when you enter a tag the suggestions show all the tags matching the substring typed so far, with a way to select one of the (possibly multiple) suggested tags, either by navigating with the keyboard or by clicking on it.
@fmartingr commented on GitHub (Oct 3, 2022):
Moving this from bug to enhancement, and while agree that the current selector is not optimal I can't consider this a "bug" since it's working as expected. At least until we improve it :)
@thelazyoxymoron if you are experiencing an actual bug please report back so we can take a look at it (and proper triage a new issue for the feature request).
@thelazyoxymoron commented on GitHub (Oct 4, 2022):
Apologies for not providing enough information earlier. I did some more testing and looks like this is only happening with Postgres DB backend and only when I try to add a tag in the following window:
I did not observe this when trying to edit an existing bookmark and add tags. The auto-suggest + enter was working there. Only observing when adding tags in the "add new bookmar" screen.
This is related to #215.
@fmartingr commented on GitHub (Oct 4, 2022):
I've been testing this locally, and after #484 fix for PSQL it now works but there's a caveheat: the frontend loads tags on page load, so if you add a new bookmark with a new tag and then add another bookmark that new tag wont autocomplete unless the page is reloaded.
@v-marinkov commented on GitHub (Feb 19, 2024):
I also confirm I can't click on the suggested tags (Docker, sqlite3, Firefox, Windows). It would be great to have the tags suggestion in the browser extension too (https://github.com/go-shiori/shiori-web-ext/issues/64)