Skip to content

Commit a9fd2eb

Browse files
committed
fix: update UseCaseCard structure for consistent styling and improved readability in use cases documentation
1 parent 0e0e6d9 commit a9fd2eb

File tree

3 files changed

+74
-74
lines changed

3 files changed

+74
-74
lines changed

src/components/UseCaseCard.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
rel="noreferrer"
4242
>
4343
{{ demoLabel }}
44+
<Icon icon="lucide:arrow-up-right" :height="20" />
4445
</Button>
4546
<Button
4647
v-if="githubUrl"
@@ -52,6 +53,7 @@
5253
>
5354
<Icon icon="mdi:github" height="18" />
5455
{{ githubLabel }}
56+
<Icon icon="lucide:arrow-up-right" :height="20" />
5557
</Button>
5658
</div>
5759
</div>

src/get-started/tooling-and-explorers/subgraph-explorer.md

Lines changed: 46 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -47,59 +47,56 @@ comprehensive data access. Each subgraph indexes specific aspects of the iExec
4747
protocol.
4848

4949
<CardGrid>
50-
<ProjectCard
51-
title="iExec PoCo - Arbitrum"
52-
description="Indexes Proof of Contribution (PoCo) data on Arbitrum mainnet, including apps, deals, tasks, and workerpools"
53-
:icon-image="arbitrumIcon"
54-
status="available"
55-
status-label="Live"
56-
button-label="Explore Subgraph"
57-
button-icon="mdi:open-in-new"
58-
button-href="https://thegraph.com/explorer/subgraphs/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy?view=Query&chain=arbitrum-one"
59-
button-target="_blank"
60-
button-rel="noreferrer"
61-
/>
62-
63-
<ProjectCard
64-
title="iExec DataProtector - Arbitrum"
65-
description="Indexes DataProtector protocol data on Arbitrum mainnet, including protected data, access grants, and sharing mechanisms"
66-
:icon-image="arbitrumIcon"
67-
status="available"
68-
status-label="Live"
69-
button-label="Explore Subgraph"
70-
button-icon="mdi:open-in-new"
71-
button-href="https://thegraph.com/explorer/subgraphs/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u?view=Query&chain=arbitrum-one"
72-
button-target="_blank"
73-
button-rel="noreferrer"
74-
/>
7550

7651
<ProjectCard
77-
title="iExec PoCo - Bellecour"
78-
description="Indexes Proof of Contribution (PoCo) data on Bellecour mainnet, including apps, deals, tasks, and workerpools"
79-
:icon-image="iexecLogoIcon"
80-
status="available"
81-
status-label="Live"
82-
button-label="Explore Subgraph"
83-
button-icon="mdi:open-in-new"
84-
button-href="https://thegraph.bellecour.iex.ec/subgraphs/name/bellecour/poco-v5/graphql?query=query+MyQuery+%7B%0A++apps+%7B%0A++++name%0A++++id%0A++++owner+%7B%0A++++++id%0A++++%7D%0A++%7D%0A%7D"
85-
button-target="_blank"
86-
button-rel="noreferrer"
87-
/>
52+
title="iExec PoCo - Arbitrum"
53+
description="Indexes Proof of Contribution (PoCo) data on Arbitrum mainnet, including apps, deals, tasks, and workerpools"
54+
:icon-image="arbitrumIcon"
55+
status="available"
56+
status-label="Live"
57+
button-label="Explore Subgraph"
58+
button-href="https://thegraph.com/explorer/subgraphs/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy?view=Query&chain=arbitrum-one"
59+
button-target="_blank"
60+
button-rel="noreferrer"
61+
/>
8862

8963
<ProjectCard
90-
title="iExec DataProtector - Bellecour"
91-
description="Indexes DataProtector protocol data on Bellecour mainnet, including protected data, access grants, and sharing mechanisms"
92-
:icon-image="iexecLogoIcon"
93-
status="available"
94-
status-label="Live"
95-
button-label="Explore Subgraph"
96-
button-icon="mdi:open-in-new"
97-
button-href="https://thegraph.iex.ec/subgraphs/name/bellecour/dataProtector-v2/graphql?query=query+MyQuery+%7B%0A++protectedDatas+%7B%0A++++id%0A++++name%0A++++owner+%7B%0A++++++id%0A++++%7D%0A++%7D%0A%7D"
98-
button-target="_blank"
99-
button-rel="noreferrer"
100-
/>
101-
102-
</CardGrid>
64+
title="iExec DataProtector - Arbitrum"
65+
description="Indexes DataProtector protocol data on Arbitrum mainnet, including protected data, access grants, and sharing mechanisms"
66+
:icon-image="arbitrumIcon"
67+
status="available"
68+
status-label="Live"
69+
button-label="Explore Subgraph"
70+
button-href="https://thegraph.com/explorer/subgraphs/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u?view=Query&chain=arbitrum-one"
71+
button-target="_blank"
72+
button-rel="noreferrer"
73+
/>
74+
75+
<ProjectCard
76+
title="iExec PoCo - Bellecour"
77+
description="Indexes Proof of Contribution (PoCo) data on Bellecour mainnet, including apps, deals, tasks, and workerpools"
78+
:icon-image="iexecLogoIcon"
79+
status="available"
80+
status-label="Live"
81+
button-label="Explore Subgraph"
82+
button-href="https://thegraph.bellecour.iex.ec/subgraphs/name/bellecour/poco-v5/graphql?query=query+MyQuery+%7B%0A++apps+%7B%0A++++name%0A++++id%0A++++owner+%7B%0A++++++id%0A++++%7D%0A++%7D%0A%7D"
83+
button-target="_blank"
84+
button-rel="noreferrer"
85+
/>
86+
87+
<ProjectCard
88+
title="iExec DataProtector - Bellecour"
89+
description="Indexes DataProtector protocol data on Bellecour mainnet, including protected data, access grants, and sharing mechanisms"
90+
:icon-image="iexecLogoIcon"
91+
status="available"
92+
status-label="Live"
93+
button-label="Explore Subgraph"
94+
button-href="https://thegraph.iex.ec/subgraphs/name/bellecour/dataProtector-v2/graphql?query=query+MyQuery+%7B%0A++protectedDatas+%7B%0A++++id%0A++++name%0A++++owner+%7B%0A++++++id%0A++++%7D%0A++%7D%0A%7D"
95+
button-target="_blank"
96+
button-rel="noreferrer"
97+
/>
98+
99+
</CardGrid>
103100

104101
## 🔍 GraphQL Explorer Interface
105102

src/get-started/use-cases.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,36 @@ Explore our demo applications showcasing iExec's confidential computing toolkit
1111
in action. Each use case shows real-world applications of privacy-preserving
1212
technologies.
1313

14-
<div class="grid grid-cols-1 gap-8 my-8">
15-
<UseCaseCard
16-
title="Content Creator"
17-
description="A comprehensive demo showcasing iExec's DataProtector Sharing module. Experience privacy-first data sharing where content creators can securely share their work while maintaining full control over access permissions and monetization."
18-
:imageUrl="contentCreatorImage"
19-
imageAlt="Content Creator Demo Screenshot"
20-
:features="['DataProtector Core', 'DataProtector Sharing']"
21-
demoUrl="https://demo.iex.ec/content-creator/"
22-
githubUrl="https://github.com/iExecBlockchainComputing/content-creator-usecase-demo"
23-
/>
14+
<div class="space-y-8">
2415

2516
<UseCaseCard
26-
title="Web3 Messaging"
27-
description="Secure communication platform for Web3 users enabling privacy-preserving messaging through Web3Mail and Web3Telegram. Users maintain control over their data while enabling targeted communication and monetizing their engagement."
28-
:imageUrl="web3MessagingImage"
29-
imageAlt="Web3Messaging Demo Screenshot"
30-
:features="['DataProtector Core', 'Web3Mail', 'Web3Telegram']"
31-
demoUrl="https://demo.iex.ec/web3messaging"
32-
githubUrl="https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo"
33-
/>
17+
title="Content Creator"
18+
description="A comprehensive demo showcasing iExec's DataProtector Sharing module. Experience privacy-first data sharing where content creators can securely share their work while maintaining full control over access permissions and monetization."
19+
:imageUrl="contentCreatorImage"
20+
imageAlt="Content Creator Demo Screenshot"
21+
:features="['DataProtector Core', 'DataProtector Sharing']"
22+
demoUrl="https://demo.iex.ec/content-creator/"
23+
githubUrl="https://github.com/iExecBlockchainComputing/content-creator-usecase-demo"
24+
/>
3425

3526
<UseCaseCard
36-
title="AI Agent"
37-
description="Showcase of artificial intelligence applications running on iExec's confidential computing infrastructure. Experience privacy-preserving AI inference, machine learning model execution, and secure data analysis with TEE protection."
38-
:imageUrl="elizaosImage"
39-
imageAlt="AI Applications Demo Screenshot"
40-
:features="['AI', 'TEE', 'Confidential Computing']"
41-
githubUrl="https://github.com/iExecBlockchainComputing/iexec-elizaos-agent"
42-
/>
27+
title="Web3 Messaging"
28+
description="Secure communication platform for Web3 users enabling privacy-preserving messaging through Web3Mail and Web3Telegram. Users maintain control over their data while enabling targeted communication and monetizing their engagement."
29+
:imageUrl="web3MessagingImage"
30+
imageAlt="Web3Messaging Demo Screenshot"
31+
:features="['DataProtector Core', 'Web3Mail', 'Web3Telegram']"
32+
demoUrl="https://demo.iex.ec/web3messaging"
33+
githubUrl="https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo"
34+
/>
35+
36+
<UseCaseCard
37+
title="AI Agent"
38+
description="Showcase of artificial intelligence applications running on iExec's confidential computing infrastructure. Experience privacy-preserving AI inference, machine learning model execution, and secure data analysis with TEE protection."
39+
:imageUrl="elizaosImage"
40+
imageAlt="AI Applications Demo Screenshot"
41+
:features="['AI', 'TEE', 'Confidential Computing']"
42+
githubUrl="https://github.com/iExecBlockchainComputing/iexec-elizaos-agent"
43+
/>
4344

4445
</div>
4546

0 commit comments

Comments
 (0)