Merge remote-tracking branch 'upstream/feature/initial-conversion' into feature/css-qmail-page

This commit is contained in:
Nicola Benaglia 2025-04-13 21:47:10 +02:00
commit 156fe1b61f
5 changed files with 10 additions and 2 deletions

View File

@ -51,6 +51,10 @@ export const sortablePinnedAppsAtom = atom({
name: 'Q-Search',
service: 'APP',
},
{
name: 'Q-Nodecontrol',
service: 'APP',
},
],
});

View File

@ -42,7 +42,8 @@ const officialAppList = [
"q-support",
"q-manager",
"q-wallets",
"q-search"
"q-search",
"q-nodecontrol"
];
const ScrollerStyled = styled('div')({

View File

@ -50,7 +50,8 @@ const officialAppList = [
"q-support",
"q-manager",
"q-wallets",
"q-search"
"q-search",
"q-nodecontrol"
];
const ScrollerStyled = styled("div")({

View File

@ -56,6 +56,7 @@ const officialAppList = [
'q-manager',
'q-wallets',
'q-search',
'q-nodecontrol',
];
// TODO: apply dark/light style

View File

@ -71,6 +71,7 @@ const officialAppList = [
'q-mintership',
'q-wallets',
'q-search',
'q-nodecontrol',
];
const ScrollerStyled = styled('div')({