mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
🐛 Bug Report: Invisible Rename/Delete icons #127
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.
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:
I cant reproduce this, what browser are you using? Did this just start happening?
@dfunkt commented on GitHub:
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:
They still don't show even if I hover over them/the row.
@dfunkt commented on GitHub:
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
@kmendell commented on GitHub:
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:
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)@dfunkt commented on GitHub:
Here you go:
https://github.com/user-attachments/assets/7994dc66-622c-4d16-bdbf-9893d565d848
@kmendell commented on GitHub:
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:
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.
@kmendell commented on GitHub:
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
@kmendell commented on GitHub:
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:
Just tested 1.6.4 and the problem seems to be fixed. Thanks for taking your time to look & fix this problem!
@dfunkt commented on GitHub:
Here it is:
https://github.com/user-attachments/assets/e87626d4-a569-4efd-a2c9-e28b7bc30b2f
@stonith404 commented on GitHub:
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.