Show on mobile Update
This commit is contained in:
@@ -260,6 +260,7 @@ export const lines: TerminalLine[] = [
|
||||
type: 'card',
|
||||
id: 'music-player',
|
||||
content: '',
|
||||
mobile: false,
|
||||
children: [
|
||||
{ type: 'info', content: 'Loading playlist...' }
|
||||
]
|
||||
|
||||
@@ -39,4 +39,14 @@ export const lines: TerminalLine[] = [
|
||||
{ type: 'output', content: '(&muted)•(&) (&orange)Skip typing animation(&) (&text, bold)(Y)(&)' , inline: true },
|
||||
{ type: 'output', content: '(&muted)•(&) (&orange)Navigate to page(&) (&text, bold)(Ctrl/Cmd+ [#])(&)' , inline: true },
|
||||
{ type: 'blank', content: '' },
|
||||
// list the themes
|
||||
{ type: 'output', content: '(&accent)Themes:(&)', inline: true },
|
||||
...themeOptions.map((theme, i) => (
|
||||
{
|
||||
type: 'output' as const,
|
||||
content: `(&primary)${theme.label}(&) (&text, bold)[${i+1}](&)`,
|
||||
inline: true
|
||||
}
|
||||
)),
|
||||
{ type: 'blank', content: '' },
|
||||
];
|
||||
Reference in New Issue
Block a user