Skip to content

feat: Terminal supports custom fonts#11889

Open
CN-Scars wants to merge 1 commit into1Panel-dev:dev-v2from
CN-Scars:pr@dev-v2@terminal_font
Open

feat: Terminal supports custom fonts#11889
CN-Scars wants to merge 1 commit into1Panel-dev:dev-v2from
CN-Scars:pr@dev-v2@terminal_font

Conversation

@CN-Scars
Copy link
Contributor

@CN-Scars CN-Scars commented Feb 12, 2026

What this PR does / why we need it?

Refs #11843

Summary of your change

Backend (Core):

  • Added fontFamily field to TerminalInfo DTO (core/app/dto/setting.go)
  • Updated terminal settings service to handle font family persistence (core/app/service/setting.go)
  • Created database migration to add FontFamily setting (core/init/migration/migrations/init.go)

Frontend:

  • Added custom font input field in terminal settings page (src/views/terminal/setting/index.vue)
  • Implemented real-time font preview and live updates for open terminals (src/components/terminal/index.vue)
  • Added font family state management in Pinia store (src/store/modules/terminal.ts)
image image

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Feb 12, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Feb 12, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign wanghe-fit2cloud for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@CN-Scars CN-Scars marked this pull request as draft February 12, 2026 14:31
@CN-Scars CN-Scars force-pushed the pr@dev-v2@terminal_font branch from 596f154 to ad3a7ff Compare February 12, 2026 15:02
@CN-Scars CN-Scars marked this pull request as ready for review February 12, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant