Start work for the media menu refactor...

This commit is contained in:
Jas Singh
2024-06-30 16:46:09 -07:00
parent 9cf5b0f5ea
commit 6b98da2145
19 changed files with 807 additions and 900 deletions

View File

@@ -8,9 +8,11 @@ const Devices = () => {
vertical: true,
children: [
label(bluetooth),
Widget.Box({
Widget.Scrollable({
class_name: "menu-items-section",
vertical: true,
// vertical: true,
hscroll: 'never',
vscroll: 'always',
child: Widget.Box({
class_name: "menu-content",
vertical: true,