goniszewski / grimoire

Bookmark manager for the wizards 🧙
https://grimoire.pro
MIT License
2.1k stars 64 forks source link

Incorrect Tag Links #95

Closed skirmess closed 6 months ago

skirmess commented 6 months ago

Describe the bug I've created two tags, called Test Tag 1 and TestTag2.

On the left side (marked with red), the links to the tags are https://my-server/tags/test-tag-1 and https://my-server/tags/testtag2. These links work. The tag links below the link (marked with yellow) lead to https://my-server/tags/Test%20Tag%201 respectively https://my-server/tags/TestTag2 which end up on the page Tag: undefined

To Reproduce Steps to reproduce the behavior:

  1. Create a new link and tag it with the two tags Test Tag 1 and TestTag2.
  2. Click on one of the links marked with yellow on the screenshot.
  3. See error

Expected behavior The link for the tags should be translated in the same way as they are for the links on the left side - or not translated for both.

Screenshots

image

Additional context

REPOSITORY              TAG           IMAGE ID       CREATED        SIZE
goniszewski/grimoire    latest        165dc89e8f6f   2 days ago     1.04GB
spectado/pocketbase     0.19.2        fec2ed5075bd   5 months ago   55.1MB
goniszewski commented 6 months ago

Hello @skirmess! Thanks for reporting this problem. Instead of the slug property, the URL was created with name - my bad :)