[PR #851] [MERGED] feat: login code font change #957

Closed
opened 2026-02-04 21:06:36 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: feat-code-font-change


📝 Commits (4)

  • 57fb8f3 change login code font
  • 27da8be Merge branch 'pocket-id:main' into feat-code-font-change
  • 3d9ceee improve naming of font
  • 685d30c add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pocket-id/pocket-id/pull/851 **Author:** [@James18232](https://github.com/James18232) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `feat-code-font-change` --- ### 📝 Commits (4) - [`57fb8f3`](https://github.com/pocket-id/pocket-id/commit/57fb8f3831931d11d3e4c09b67f52994fc936a87) change login code font - [`27da8be`](https://github.com/pocket-id/pocket-id/commit/27da8be60f888cd0f3f8c5147b7d73219bee2ae8) Merge branch 'pocket-id:main' into feat-code-font-change - [`3d9ceee`](https://github.com/pocket-id/pocket-id/commit/3d9ceeea068225679bd4658eb7ea6122456e5666) improve naming of font - [`685d30c`](https://github.com/pocket-id/pocket-id/commit/685d30c66e9719c1f267c9b2bb2c3a7ce764290a) add font to one time link modal too ### 📊 Changes **4 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:06:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#957