refactor(tui): remove home screen tips

This commit is contained in:
Dax Raad 2026-07-15 00:55:11 -04:00
commit 39f1336621
27 changed files with 4 additions and 376 deletions

View file

@ -39,14 +39,6 @@ const settings: Setting[] = [
values: [false, true],
labels: ["off", "on"],
},
{
title: "Tips",
category: "Appearance",
path: ["hints", "tips"],
default: true,
values: [false, true],
labels: ["off", "on"],
},
{
title: "Onboarding",
category: "Appearance",