-
Notifications
You must be signed in to change notification settings - Fork 12
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
Notification bar #109
Notification bar #109
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reworded some parts and addressed some small typos - let me know what you think! Aiming not to scare people away, but still communicate the risks involved in a clear manner: 🚨 Considerations for early adopters of Bug Buster Alpha 🚨Bug Buster is in its alpha stage, meaning that its development is still heavily active and thus changes (new features, improvements and fixes) can come at anytime. Regarding security, Bug Buster is built on top of the Cartesi Rollups SDK and developed with meticulous care and attention to detail. However, we cannot guarantee that the platform is entirely free of bugs or vulnerabilities at this stage. To avoid any potential loss of funds, we recommend that you use the platform with caution and avoid using it with large amounts of funds. Finally, this is an exciting phase of development and your feedback really matters! Together, let's build an innovative, safer and user-friendly open-source bug bounty platform for the Web3 industry 🌟 Feel free to explore, ask questions, and provide feedback on our Discord channel [link] or message us on our X account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please do not forget to run pnpm prettier
.
frontend/src/app/header.tsx
Outdated
> | ||
<Group bg="gray"> | ||
<Center w="100%"> | ||
<Anchor href="/notification" underline="never">We are in Alpha stage, read more.</Anchor> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Anchor href="/notification" underline="never">We are in Alpha stage, read more.</Anchor> | |
<Anchor href="/notification" underline="never">We are in alpha stage. Click here to learn more.</Anchor> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to keep it short and also would like to avoid repeating "learn more".
What do you think about "We are in alpha stage, click here for more info"? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me. :-)
return ( | ||
<Group justify="center"> | ||
<Stack align="center" w="60%"> | ||
<Title mt="lg">🚨Words of caution to our early user adopters🚨</Title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Title mt="lg">🚨Words of caution to our early user adopters🚨</Title> | |
<Title mt="lg">🚨 Words of caution to our early adopters 🚨</Title> |
Bug Buster is in alpha stage and this means that its development is heavily | ||
active thus changes (new features, improvements and fixes) can come anytime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug Buster is in alpha stage and this means that its development is heavily | |
active thus changes (new features, improvements and fixes) can come anytime. | |
Bug Buster is in alpha stage, which means its development is heavily | |
active, and changes (such as fixes and improvements) can come at any time. |
In regards to security, althought Bug Buster is built on top of Cartesi Rollups SDK | ||
and its development has been done with care, we cannot guarantee that the platform | ||
is free of bugs or vulnerabilities at this stage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In regards to security, althought Bug Buster is built on top of Cartesi Rollups SDK | |
and its development has been done with care, we cannot guarantee that the platform | |
is free of bugs or vulnerabilities at this stage. | |
In regard to security, althought Bug Buster is built on top of Cartesi Rollups SDK | |
and is being maintained with great care, we cannot guarantee that the platform | |
is free of bugs or vulnerabilities at this stage. |
is free of bugs or vulnerabilities at this stage. | ||
</Text> | ||
<Text> | ||
To avoid any potential loss of funds, we recommend that you use the platform with scaution, and avoid using it with large amounts of funds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid any potential loss of funds, we recommend that you use the platform with scaution, and avoid using it with large amounts of funds. | |
To avoid any potential loss of funds, we recommend that you use the platform with caution, and avoid depositing large amounts of funds. |
Finally, this is an exciting phase of development and your feedback really matters! | ||
Let’s build together a innovative, safer and user-friendly open source bug bounty platform for the web3 industry? 🌟 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally, this is an exciting phase of development and your feedback really matters! | |
Let’s build together a innovative, safer and user-friendly open source bug bounty platform for the web3 industry? 🌟 | |
Nevertheless, this is an exciting phase of development and your feedback really matters! | |
Let’s build together an innovative, safer, and user-friendly open source bug bounty platform for the web3 industry? 🌟 |
I just saw @karmentruong provided her feedback on this as well. Feel free to mix-and-match mine with hers. |
This needs a rebase. |
22e1b38
to
a89446f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Draft PR to mainly bring a words of caution proposal for review and alignment.
It is missing final layout adjustments and naming review.