mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #226] [MERGED] Custom font selection #151
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/mountain-loop/yaak/pull/226
Author: @gschier
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @gschier
Base:
master← Head:custom-font-selection📝 Commits (7)
124a64aCustom font selectioncde6139Monospace font as UI option6897645Set editor font94a947dUse CSS variable6030fa1Format33a69fdFallback to empty string9bf71e5Better📊 Changes
25 files changed (+399 additions, -56 deletions)
View changed files
📝
package-lock.json(+10 -1)📝
package.json(+1 -0)📝
src-tauri/Cargo.lock(+118 -5)📝
src-tauri/Cargo.toml(+3 -0)📝
src-tauri/capabilities/capabilities.json(+1 -0)📝
src-tauri/src/lib.rs(+1 -0)➕
src-tauri/yaak-fonts/Cargo.toml(+16 -0)➕
src-tauri/yaak-fonts/bindings/gen_fonts.ts(+3 -0)➕
src-tauri/yaak-fonts/build.rs(+5 -0)➕
src-tauri/yaak-fonts/index.ts(+14 -0)➕
src-tauri/yaak-fonts/package.json(+6 -0)➕
src-tauri/yaak-fonts/permissions/default.toml(+3 -0)➕
src-tauri/yaak-fonts/src/commands.rs(+41 -0)➕
src-tauri/yaak-fonts/src/error.rs(+15 -0)➕
src-tauri/yaak-fonts/src/lib.rs(+15 -0)📝
src-tauri/yaak-models/bindings/gen_models.ts(+1 -1)➕
src-tauri/yaak-models/migrations/20250608150053_font-settings.sql(+2 -0)📝
src-tauri/yaak-models/src/models.rs(+10 -2)📝
src-tauri/yaak-models/src/queries/settings.rs(+2 -0)📝
src-web/components/Settings/SettingsAppearance.tsx(+91 -37)...and 5 more files
📄 Description
List fonts from host machine and allow user to select a custom one
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.