mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
[PR #851] [MERGED] feat: login code font change #957
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/851
Author: @James18232
Created: 8/19/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @stonith404
Base:
main← Head:feat-code-font-change📝 Commits (4)
57fb8f3change login code font27da8beMerge branch 'pocket-id:main' into feat-code-font-change3d9ceeeimprove naming of font685d30cadd font to one time link modal too📊 Changes
4 files changed (+8 additions, -2 deletions)
View changed files
📝
frontend/src/app.css(+6 -0)📝
frontend/src/lib/components/one-time-link-modal.svelte(+1 -1)📝
frontend/src/routes/settings/account/login-code-modal.svelte(+1 -1)➕
frontend/static/fonts/GoogleSansCode-SemiBold.ttf(+0 -0)📄 Description
this PR is to include a seperate font specifically for use with login codes.
The current font (system ui font) is not fit for purpose, as it does a poor job differentiating between similar characters such as 0/O i/I l/L when used as a login code. This results in the user entering an incorrect code and having to try multiple attempts.
As such, a monospaced font more suitable for login codes is proposed - i have suggested Google Sans Code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.