mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 01:10:40 +03:00
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?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/436
Author: @paulgreg
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @stonith404
Base:
main← Head:qrcode-424📝 Commits (9)
03267a0feat: add qrcode representation of one time link (#424)cbb6c81update styling of qr code7bc8da7Merge branch 'main' into qrcode-4243048601update layout of one time access modal to align better with login code modal1b8e26fuse testid instead of input box0efb415refactor: use bind:this instead of getElementByIdbbc598bsimplify qr code component add add light mode support15b5e0afix tests237d020Merge branch 'main' into qrcode-424📊 Changes
9 files changed (+5643 additions, -5285 deletions)
View changed files
📝
frontend/package-lock.json(+5467 -5198)📝
frontend/package.json(+60 -58)📝
frontend/src/lib/components/one-time-link-modal.svelte(+37 -7)➕
frontend/src/lib/components/qrcode/qrcode.svelte(+42 -0)📝
frontend/src/routes/settings/account/login-code-modal.svelte(+19 -7)📝
frontend/src/routes/settings/admin/oidc-clients/oidc-client-list.svelte(+1 -6)📝
frontend/tests/account-settings.spec.ts(+1 -1)📝
frontend/tests/api-key.spec.ts(+1 -1)📝
frontend/tests/user-settings.spec.ts(+15 -7)📄 Description
My proposal to display a QRCode for one time links as discussed in #424
It’s my first PR on a Svelte project so feel free to tell me what can be enhanced. Sorry If that’s look ugly to a Svelte expert 😅
Fixes: https://github.com/pocket-id/pocket-id/issues/424
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.