feat(app): add interface transition setting
This commit is contained in:
parent
140e796b21
commit
ac5e249083
21 changed files with 150 additions and 85 deletions
|
|
@ -53,6 +53,8 @@ export const monoDefault = "System Mono"
|
|||
export const sansDefault = "System Sans"
|
||||
export const terminalDefault = "JetBrainsMono Nerd Font Mono"
|
||||
export const newLayoutDesignsDefault = import.meta.env.VITE_OPENCODE_CHANNEL !== "prod"
|
||||
// Date the old interface is retired; the settings toggle references this countdown.
|
||||
export const oldInterfaceSunset = new Date(2026, 7, 6)
|
||||
|
||||
const monoFallback =
|
||||
'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue