mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-01 03:17:28 +03:00
🐛 Bug Report: Invisible Rename/Delete icons #376
Reference in New Issue
Block a user
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 @dfunkt on GitHub (Jul 11, 2025).
Reproduction steps
Look for the rename/delete icons for the passkey.
Expected behavior
The rename/delete icons should show up.
Actual Behavior
Still invisible if I switch to light mode.
Version and Environment
v1.6.2
Log Output
@kmendell commented on GitHub (Jul 11, 2025):
you have to hover over the row for them to show up does it still not show even when doing that?
@dfunkt commented on GitHub (Jul 11, 2025):
They still don't show even if I hover over them/the row.
@kmendell commented on GitHub (Jul 12, 2025):
I cant reproduce this, what browser are you using? Did this just start happening?
@dfunkt commented on GitHub (Jul 12, 2025):
Chrome 138 on Windows/Android.
I just started using Pocket ID a few days ago, fresh setup of v1.6.2 with Docker Compose, and this happened since the beginning. I just didn't realize it at first since I didn't know that the icons were supposed to be there in the first place.
EDIT:
I just looked at some YouTube videos of Pocket ID and in multiple of them the icons appear to be missing (at least to me):
https://youtu.be/sPUkAm7yDlU?t=1120
https://youtu.be/GKyMXguNcos?t=280
Only in this one I can see them clearly:
https://youtu.be/QC5IUmu7cgw?t=756
All links include the specific timestamp.
@dfunkt commented on GitHub (Jul 14, 2025):
Just wanted to add that I also seem to encounter this on the demo instances from pocket-id.org, on both Windows (all extensions disabled for testing) and Android Chrome
@dfunkt commented on GitHub (Jul 15, 2025):
Got them to show up by disabling opacity-0 via Chrome DevTools:

Appears to be this line:
4e49d3932a/frontend/src/lib/components/glass-row-item.svelte (L43)@kmendell commented on GitHub (Jul 15, 2025):
Sure, but im curious on why this is happening to you, can you attach a video of it happening, like i said i cant reproduce it in Chrome, Safari, or Edge on mac and windows.
@dfunkt commented on GitHub (Jul 15, 2025):
Here you go:
https://github.com/user-attachments/assets/7994dc66-622c-4d16-bdbf-9893d565d848
@kmendell commented on GitHub (Jul 16, 2025):
Right thats expected, the are invisible by default, until you hover over them or the row, see my video. Are you not seeing this happen?
https://github.com/user-attachments/assets/37f872d1-2441-4d8d-b1c1-c1f99f93016f
@dfunkt commented on GitHub (Jul 16, 2025):
No, the row doesn't "light up" like that for me and the icons are invisible even if I hover over them. I can do another screen recording tomorrow to showcase this.
@dfunkt commented on GitHub (Jul 16, 2025):
Here it is:
https://github.com/user-attachments/assets/e87626d4-a569-4efd-a2c9-e28b7bc30b2f
@stonith404 commented on GitHub (Jul 21, 2025):
It probably would make sense to show the buttons all the time, not only on hover. This would fix this issue and also improve the UX on mobile because you can't really hover over the row on a touch device.
@kmendell commented on GitHub (Jul 21, 2025):
This should be fixed in: 2952b15, and will be available in the next release. It should also be able to be tested via the
ghcr.io/pocket-id/pocket-id:nextimage in a few minutes.@dfunkt commented on GitHub (Jul 21, 2025):
Just tested 1.6.4 and the problem seems to be fixed. Thanks for taking your time to look & fix this problem!