From fba1504cd47d64945d1b41d00625d4a5ae9a9826 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 02:41:04 +0530 Subject: [PATCH 01/17] feat: remove website to api tab --- src/components/dashboard/MainMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx index 0c51dbab..cf09749f 100644 --- a/src/components/dashboard/MainMenu.tsx +++ b/src/components/dashboard/MainMenu.tsx @@ -109,9 +109,9 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
- + */} From 22455f4f09bdfbd1cf2a085f2c8fdc31e03dcbc1 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:41:25 +0530 Subject: [PATCH 02/17] wip: link web2api --- src/components/api/ApiKey.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index d3b3ed9f..4286fd3c 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -158,6 +158,9 @@ const ApiKeyManager = () => { )} + + {t('mainmenu.apidocs')} + ); }; From 4c474093cb167b121147f93377a10312f54be0d5 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:43:45 +0530 Subject: [PATCH 03/17] feat: wrap inside typographu --- src/components/api/ApiKey.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 4286fd3c..00b331a8 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -158,9 +158,12 @@ const ApiKeyManager = () => { )} + + View and test your API endpoints: - {t('mainmenu.apidocs')} + here + ); }; From 5f65097c31085deb69b30d4544bf497d60930ffe Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:44:56 +0530 Subject: [PATCH 04/17] feat: link style --- src/components/api/ApiKey.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 00b331a8..e6d58c51 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -159,8 +159,8 @@ const ApiKeyManager = () => { )} - View and test your API endpoints: - + View and test your API endpoints + here From eef2326964174b1984ad0feba7bbf7fc86441c9b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:45:07 +0530 Subject: [PATCH 05/17] chore: lint --- src/components/api/ApiKey.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index e6d58c51..d6cc83a5 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -159,11 +159,11 @@ const ApiKeyManager = () => { )} - View and test your API endpoints - - here - - + View and test your API endpoints + + here + + ); }; From a0827f4e099db90afe14a9dcc12f960e042abff3 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:48:54 +0530 Subject: [PATCH 06/17] feat: move instructions above --- src/components/api/ApiKey.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index d6cc83a5..ea6c21ac 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -110,6 +110,12 @@ const ApiKeyManager = () => { {t('apikey.title')} + + + View and test your API endpoints + + here + {apiKey ? ( @@ -158,12 +164,6 @@ const ApiKeyManager = () => { )} - - View and test your API endpoints - - here - - ); }; From 82d361be7640a12ccb766b6385453892907afe36 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:49:06 +0530 Subject: [PATCH 07/17] chore: lint --- src/components/api/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index ea6c21ac..c0248907 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -111,7 +111,7 @@ const ApiKeyManager = () => { {t('apikey.title')} - + View and test your API endpoints here From 2155b1a694cc7ce0c4a38864d5c5309b0385db0e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:50:04 +0530 Subject: [PATCH 08/17] feat: move instructions above --- src/components/api/ApiKey.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index c0248907..b02a136f 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -108,15 +108,15 @@ const ApiKeyManager = () => { return ( - - {t('apikey.title')} - - + View and test your API endpoints here + + {t('apikey.title')} + {apiKey ? ( From 1c151aedbd9debc563c0ee826219108bf60d8270 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:51:40 +0530 Subject: [PATCH 09/17] feat: add docs --- src/components/api/ApiKey.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index b02a136f..ac8c3ea1 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -109,10 +109,13 @@ const ApiKeyManager = () => { return ( - View and test your API endpoints + Start by creating an API key below. Then, - here + test your API + or read the + API documentation + for setup instructions. {t('apikey.title')} From 033dd05a03ddc7779e344552ad20d46897cac21d Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:51:54 +0530 Subject: [PATCH 10/17] chore: lint --- src/components/api/ApiKey.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index ac8c3ea1..ff8375cd 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -111,10 +111,10 @@ const ApiKeyManager = () => { Start by creating an API key below. Then, - test your API + test your API or read the - API documentation + API documentation for setup instructions. From 0ed1bac2dca5729d9119143c75c8177cf1efb0b9 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:52:55 +0530 Subject: [PATCH 11/17] fix: url margins --- src/components/api/ApiKey.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index ff8375cd..9a6c8bb7 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -110,10 +110,10 @@ const ApiKeyManager = () => { Start by creating an API key below. Then, - + test your API - or read the + or read the API documentation for setup instructions. From 0e67f8807edeb4c4e33dc5a38cb4f5d606171876 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:53:43 +0530 Subject: [PATCH 12/17] feat: use body1 --- src/components/api/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 9a6c8bb7..db927227 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -108,7 +108,7 @@ const ApiKeyManager = () => { return ( - + Start by creating an API key below. Then, test your API From 71f98e0be72ab6de3de42ccbdf070b270fe16bcd Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:54:34 +0530 Subject: [PATCH 13/17] feat: set margin bottom --- src/components/api/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index db927227..e8dc9a97 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -108,7 +108,7 @@ const ApiKeyManager = () => { return ( - + Start by creating an API key below. Then, test your API From c8b036b91e37647d51b19a75a97711cfc646d0c8 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:56:08 +0530 Subject: [PATCH 14/17] feat: align left --- src/components/api/ApiKey.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index e8dc9a97..cac33daf 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -117,7 +117,12 @@ const ApiKeyManager = () => { API documentation for setup instructions. - + {t('apikey.title')} {apiKey ? ( From d767e89dfeef76b79bb76d38685557c1f186704e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:56:17 +0530 Subject: [PATCH 15/17] chore: lint --- src/components/api/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index cac33daf..c5603446 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -110,7 +110,7 @@ const ApiKeyManager = () => { Start by creating an API key below. Then, - + test your API or read the From c128e187f3cba53e1e5630cf77adc9069c2ec601 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:56:55 +0530 Subject: [PATCH 16/17] feat: increase margin bottom --- src/components/api/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index c5603446..244eaa33 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -108,7 +108,7 @@ const ApiKeyManager = () => { return ( - + Start by creating an API key below. Then, test your API From eb00e398635b4831d83ff94a62a57662ef71db83 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 29 May 2025 00:00:10 +0530 Subject: [PATCH 17/17] fix: docs url --- src/components/api/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 244eaa33..9feb9551 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -113,7 +113,7 @@ const ApiKeyManager = () => { test your API - or read the + or read the API documentation for setup instructions.