added pdf viewer and optimizations

This commit is contained in:
2025-04-02 05:58:17 +03:00
committed by Nicola Benaglia
parent 0a16655acb
commit 3611f5d33a
209 changed files with 143827 additions and 34 deletions

View File

@@ -254,7 +254,8 @@ export const listOfAllQortalRequests = [
'GET_USER_WALLET_TRANSACTIONS',
'GET_NODE_INFO',
'GET_NODE_STATUS',
'GET_ARRR_SYNC_STATUS'
'GET_ARRR_SYNC_STATUS',
'SHOW_PDF_READER'
]
export const UIQortalRequests = [
@@ -309,7 +310,8 @@ export const UIQortalRequests = [
'GET_USER_WALLET_TRANSACTIONS',
'GET_NODE_INFO',
'GET_NODE_STATUS',
'GET_ARRR_SYNC_STATUS'
'GET_ARRR_SYNC_STATUS',
'SHOW_PDF_READER'
];