mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-28 13:57:51 +00:00
Merge remote-tracking branch 'upstream/feature/initial-conversion' into feature/css-qmail-page
This commit is contained in:
commit
156fe1b61f
@ -51,6 +51,10 @@ export const sortablePinnedAppsAtom = atom({
|
||||
name: 'Q-Search',
|
||||
service: 'APP',
|
||||
},
|
||||
{
|
||||
name: 'Q-Nodecontrol',
|
||||
service: 'APP',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
@ -42,7 +42,8 @@ const officialAppList = [
|
||||
"q-support",
|
||||
"q-manager",
|
||||
"q-wallets",
|
||||
"q-search"
|
||||
"q-search",
|
||||
"q-nodecontrol"
|
||||
];
|
||||
|
||||
const ScrollerStyled = styled('div')({
|
||||
|
@ -50,7 +50,8 @@ const officialAppList = [
|
||||
"q-support",
|
||||
"q-manager",
|
||||
"q-wallets",
|
||||
"q-search"
|
||||
"q-search",
|
||||
"q-nodecontrol"
|
||||
];
|
||||
|
||||
const ScrollerStyled = styled("div")({
|
||||
|
@ -56,6 +56,7 @@ const officialAppList = [
|
||||
'q-manager',
|
||||
'q-wallets',
|
||||
'q-search',
|
||||
'q-nodecontrol',
|
||||
];
|
||||
|
||||
// TODO: apply dark/light style
|
||||
|
@ -71,6 +71,7 @@ const officialAppList = [
|
||||
'q-mintership',
|
||||
'q-wallets',
|
||||
'q-search',
|
||||
'q-nodecontrol',
|
||||
];
|
||||
|
||||
const ScrollerStyled = styled('div')({
|
||||
|
Loading…
x
Reference in New Issue
Block a user