Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 hello world (DON'T MERGE) #118

Open
wants to merge 176 commits into
base: main
Choose a base branch
from
Open

V3 hello world (DON'T MERGE) #118

wants to merge 176 commits into from

Conversation

akugone
Copy link
Collaborator

@akugone akugone commented Jan 7, 2025

This PR is to create a preview link

akugone and others added 30 commits June 5, 2024 16:32
akugone and others added 24 commits January 15, 2025 15:14
…ution-note-green' for improved styling consistency in data access section.
…ple' CSS class for improved styling of solution notes, replacing the previous 'solution-note' class in multiple markdown files. Update content in various sections to reflect the new styling and enhance clarity regarding iExec's privacy features and data protection processes.
…, refine language for clarity, and ensure consistent terminology by replacing 'iExec App' with 'iApp'. Enhance instructions for using the DataProtector SDK and managing data access, while improving overall readability and coherence across multiple sections.
…ncy, improve clarity in requirements, and add tooltips for better user guidance. Refine language in multiple sections for improved readability, including installation instructions for the DataProtector SDK.
…prove user guidance in ProtectData component with additional signing information, and refine language in multiple markdown files for clarity. Update reading time estimates and section titles for consistency.
…phrasing, enhance description of the DataProtector SDK, and improve overall readability in multiple sections.
…iled signing information in the GrantAccess component, refine language for consistency in multiple markdown files, and improve clarity regarding privacy-preserving applications. Update instructions and enhance user guidance throughout the documentation.
…t with detailed tooltip information for improved user guidance. Update existing requirements for clarity and consistency.
…ion to streamline content and improve clarity.
…ng iApp address post-deployment, include troubleshooting tips for Docker BuildKit and AMD64 architecture support, and improve overall user guidance.
…ton and documentation

- Introduced a new CouponCode component that generates a unique coupon code based on the user's wallet address and allows copying to clipboard.
- Created a useWallet composable to manage wallet connection state and address.
- Updated MetamaskButton component to utilize the new useWallet composable for better state management.
- Enhanced documentation to include information about the new coupon code feature and updated voucher claim details.
… the description of the $20 voucher offer and improved the link to learn more about Vouchers.
… update CSS for improved consistency and readability.
…rage early testers with a new reward message, replace the requirements list with a waiting animation, and rephrase raffle details for clarity and engagement.
- The data object to protect (can contain text, files, JSON data etc.)
- The name of the protected data

```typescript
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use ts twoslash for consistency. This should be applied everywhere.

Suggested change
```typescript
```ts twoslash

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix Commit: 64844e4

Comment on lines +1 to +2
User-agent: *
Disallow: /
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to not reference this site in the navigation?

border-radius: var(--border-radius);
padding: 1.5rem;
margin: 1.5rem 0;
border-left: 4px solid #ce2c68;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe avoid the left border for better consistency with other documentation pages? same for other solution-note

Suggested change
border-left: 4px solid #ce2c68;

.vitepress/theme/hello-world-style.css Outdated Show resolved Hide resolved
Comment on lines +45 to +49
<div class="button-group-voucher">
<a href="https://www.iex.ec/voucher" class="yellow-button" target="_blank">
Claim your $20 voucher
</a>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use button component

utils/config.ts Outdated
@@ -0,0 +1 @@
export const IEXEC_EXPLORER_URL = 'https://explorer.iex.ec/bellecour/dataset/';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look not used

Copy link
Contributor

@Le-Caignec Le-Caignec Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix Commit: a957f51

Comment on lines +1 to +9
/// <reference types="vite/client" />

interface ImportMetaEnv {
readonly VITE_WALLET_CONNECT_PROJECT_ID: string;
}

interface ImportMeta {
readonly env: ImportMetaEnv;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were is it used ?

Copy link
Member

@ErwanDecoster ErwanDecoster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need small change
I also create a PR to switch to Reown instead of only use Metamask #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants