diff --git a/blog/2023-12-27-1-8-0-new-release/index.mdx b/blog/2023-12-27-1-8-0-new-release/index.mdx index a8caf3d..6e47475 100644 --- a/blog/2023-12-27-1-8-0-new-release/index.mdx +++ b/blog/2023-12-27-1-8-0-new-release/index.mdx @@ -13,10 +13,10 @@ import BlogScreenshotImage from '@site/src/components/BlogScreenshotImage'; import { AGORA_LABS_LINK, REPORT_A_BUG_LINK, SUGGEST_A_FEATURE_LINK } from '@site/src/constants'; -import addArc200AssetDarkImage from '@site/static/images/add_arc200_asset_screen-dark.png'; -import addArc200AssetLightImage from '@site/static/images/add_arc200_asset_screen-light.png'; -import arc200SupportDarkImage from './arc200_support-dark.png'; -import arc200SupportLightImage from './arc200_support-light.png'; +import addARC0200AssetDarkImage from '@site/static/images/arc0200_support_screen-dark.png'; +import addARC0200AssetLightImage from '@site/static/images/arc0200_support_screen-light.png'; +import arc0200SupportDarkImage from './arc200_support-dark.png'; +import arc0200SupportLightImage from './arc200_support-light.png'; ![Kibisis release 3D pixel icon in space](/images/new_release_logo_in_space.png) @@ -42,11 +42,11 @@ ARC-200 tokens have been inspired by the equivalent [ERC-20](https://ethereum.or The team here at Agora Labs have been working hard over Christmas to get ARC-200 support ready. With version 1.8.0, you can not add an ARC-200 asset, if you know the application ID: @@ -55,11 +55,11 @@ The beauty of ARC-200 is that it is _free_ to opt-in, yes that is right, ARC-200 Once the ARC-200 asset has been added, it will appear in your asset holdings, and you will be able to check your balance, send and receive! diff --git a/blog/2024-05-01-1-15-0-new-release/allow_action_tracking-dark.png b/blog/2024-05-01-1-15-0-new-release/allow_action_tracking-dark.png new file mode 100644 index 0000000..446bed6 Binary files /dev/null and b/blog/2024-05-01-1-15-0-new-release/allow_action_tracking-dark.png differ diff --git a/blog/2024-05-01-1-15-0-new-release/allow_action_tracking-light.png b/blog/2024-05-01-1-15-0-new-release/allow_action_tracking-light.png new file mode 100644 index 0000000..14f3339 Binary files /dev/null and b/blog/2024-05-01-1-15-0-new-release/allow_action_tracking-light.png differ diff --git a/blog/2024-05-01-1-15-0-new-release/index.mdx b/blog/2024-05-01-1-15-0-new-release/index.mdx new file mode 100644 index 0000000..873b746 --- /dev/null +++ b/blog/2024-05-01-1-15-0-new-release/index.mdx @@ -0,0 +1,72 @@ +--- +title: Version 1.15.0 Release +description: The Voiage to mainnet +slug: version-1-15-0-release +authors: [kieran] +tags: [avm-web-provider, release, voi] +image: /static/images/new_release_logo_in_space.png +--- + + +import BlogScreenshotImage from '@site/src/components/BlogScreenshotImage'; + + +import { AGORA_LABS_LINK, REPORT_A_BUG_LINK, SUGGEST_A_FEATURE_LINK } from '@site/src/constants'; + + +import allowActionTrackingDarkImage from './allow_action_tracking-dark.png'; +import allowActionTrackingLightImage from './allow_action_tracking-light.png'; + +![Kibisis release 3D pixel icon in space](/images/new_release_logo_in_space.png) + +## Overview + + +We are proud to present a new milestone in the development of Kibisis: v1.15.0! + + +The latest release of Kibisis lays the groundwork for the [Voiage To Mainnet](the-voiage-to-mainnet). + +Below you will find more details about what else is new in this release. + + +## Features + +### Earn Rewards With Voi + +As we move from Voi's testnet to mainnet, Kibisis will give users the option to earn rewards through quests performed while using Kibisis. These quests will relate to earning rewards that will be distributed once Voi has launched mainnet in the coming months. + +You will be shown a notification when you start up version 1.15.0 for the first time. You can choose to opt into quests, in the form of tracked actions, which is transmitted to a remote server. + +> ⚠️ **NOTE:** the data being transmitted will contain the account address, for certain actions, the asset ID. This data will be stored until the transition into Voi's mainnet and used exclusively for determining rewards. + +Opt-in to quest tracking is completely voluntary, and you can turn it off at any time by going switching off **Settings** > **Privacy** > **Allow certain actions to be tracked?**. + + + +For more information, see [this](the-voiage-to-mainnet) blog post. + +### AVM Web Provider Support + +Agora Labs has released a new provider, the AVM Web Provider. This new provider allows seamless communication between web-based providers (i.e. wallets) and clients (i.e. dApps). + +It strictly adheres to the ARC-0027 standard that lays out the schema structure for the transport layer, but, more importantly, it allows for communication between multiple wallets and multiple AVM chains. + + +## Fixes + +* Only one background app window opens when attempting to connect to a dApp that is open in multiple browser tabs (AVM Web Provider and Algorand provider implementations only). + +## Closing Words + + +Thank you for your continued interest in Kibisis! We hope you are enjoying using it. + +Remember, if you see any bugs, please report the issue here. If you would like to make any suggestions on new features, you can fill out a feature request here. diff --git a/docusaurus.config.js b/docusaurus.config.js index 821bbd7..966582f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,7 +68,6 @@ const config = { require.resolve(path.resolve(STYLES_DIR, 'global.scss')), require.resolve(path.resolve(STYLES_DIR, 'functions.scss')), require.resolve(path.resolve(STYLES_DIR, 'mixins.scss')), - require.resolve(path.resolve(STYLES_DIR, 'navbar.scss')), require.resolve(path.resolve(STYLES_DIR, 'variables.scss')), // vendor require.resolve( @@ -115,6 +114,10 @@ const config = { // right { items: [ + { + label: 'Download', + href: '/#download', + }, { label: 'Concepts', href: '/#concepts', @@ -123,10 +126,6 @@ const config = { label: 'Features', href: '/#features', }, - { - label: 'Download', - href: '/#download', - }, ], label: 'Overview', position: 'right', @@ -162,6 +161,10 @@ const config = { { title: TITLE, items: [ + { + label: 'Download', + href: '/#download', + }, { label: 'Concepts', href: '/#concepts', @@ -170,10 +173,6 @@ const config = { label: 'Features', href: '/#features', }, - { - label: 'Download', - href: '/#download', - }, ], }, { diff --git a/src/components/FeaturesSection/FeaturesSection.tsx b/src/components/FeaturesSection/FeaturesSection.tsx index f528f0e..ce0f9e9 100644 --- a/src/components/FeaturesSection/FeaturesSection.tsx +++ b/src/components/FeaturesSection/FeaturesSection.tsx @@ -38,32 +38,23 @@ const FeaturesSection: FC = ({ variant }: IProps) => { { alt: 'Add ARC-200 screen', description: - 'Kibisis not only supports AVM standard assets, it also supports ARC-200. From Kibisis, you can check your balance, transfer and add any ARC-200 asset.', + 'Kibisis not only supports AVM standard assets, it also supports ARC-0200. From Kibisis, you can check your balance, transfer and add any ARC-0200 asset.', imageSources: { - dark: '/images/add_arc200_asset_screen-dark.png', - light: '/images/add_arc200_asset_screen-light.png', + dark: '/images/arc0200_support_screen-dark.png', + light: '/images/arc0200_support_screen-light.png', }, - title: 'ARC-200 Support', + title: 'ARC-0200 Support', }, { alt: 'Atomic transaction screen', description: 'With AVM chains allowing up to 16 transactions to be grouped as an atomic transfer, Kibisis can sign all or multiple transactions within the atomic group.', imageSources: { - dark: '/images/atomic_transaction_screen-dark.png', - light: '/images/atomic_transaction_screen-light.png', + dark: '/images/atomic_transactions_screen-dark.png', + light: '/images/atomic_transactions_screen-light.png', }, title: 'Atomic Transactions', }, - { - alt: 'Sign JWT screen', - description: `Kibisis allows you to sign arbitrary data, using your account's private key, but Kibisis can also recognise standardized formats, such as JWTs, which is presented into a more intuitive interface.`, - imageSources: { - dark: '/images/jwt_support_screen-dark.png', - light: '/images/jwt_support_screen-light.png', - }, - title: 'JWT (JSON Web Token) Support', - }, ]; return ( diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index 0c516d7..a5b9d2c 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -2,6 +2,7 @@ import clsx from 'clsx'; import React, { FC } from 'react'; // components +import LinkButton from '@site/src/components/LinkButton'; import ThemedImage from '@theme/ThemedImage'; // styles @@ -17,9 +18,17 @@ const Header: FC = () => { Your Ultimate AVM Utility Wallet + {/*subtitle*/}

An AVM wallet in your browser that goes beyond just DeFi.

+ + {/*button*/} +
+ + Download Now + +
{/*image*/} diff --git a/src/components/Header/styles.module.scss b/src/components/Header/styles.module.scss index 6306533..c92a25a 100644 --- a/src/components/Header/styles.module.scss +++ b/src/components/Header/styles.module.scss @@ -2,6 +2,12 @@ @import "../../styles/mixins"; @import "../../styles/variables"; +.button-container { + align-self: center; + padding: 1rem; + width: 50%; +} + .container { display: flex; flex: 1; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index cb471b1..4750cd5 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -19,11 +19,11 @@ const IndexPage: FC = () => {
+ + - -
); diff --git a/src/styles/navbar.scss b/src/styles/navbar.scss deleted file mode 100644 index 099a92b..0000000 --- a/src/styles/navbar.scss +++ /dev/null @@ -1,24 +0,0 @@ -/** - * navbar links - */ - -.header__icon--github-link:hover { - opacity: 0.6; -} - -.header__icon--github-link:before { - content: ''; - width: 24px; - height: 24px; - display: flex; -} - -.header__icon--github-link:before { - background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12' fill='%234A5568' /%3E%3C/svg%3E") - no-repeat; -} - -html[data-theme='dark'] .header__icon--github-link:before { - background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12' fill='rgba%28255%2C255%2C255%2C0.92%29' /%3E%3C/svg%3E") - no-repeat; -} diff --git a/static/images/add_arc200_asset_screen-dark.png b/static/images/add_arc200_asset_screen-dark.png deleted file mode 100644 index 6ce8d0c..0000000 Binary files a/static/images/add_arc200_asset_screen-dark.png and /dev/null differ diff --git a/static/images/add_arc200_asset_screen-light.png b/static/images/add_arc200_asset_screen-light.png deleted file mode 100644 index de22f91..0000000 Binary files a/static/images/add_arc200_asset_screen-light.png and /dev/null differ diff --git a/static/images/arc0200_support_screen-dark.png b/static/images/arc0200_support_screen-dark.png new file mode 100644 index 0000000..e04937e Binary files /dev/null and b/static/images/arc0200_support_screen-dark.png differ diff --git a/static/images/arc0200_support_screen-light.png b/static/images/arc0200_support_screen-light.png new file mode 100644 index 0000000..7a6b970 Binary files /dev/null and b/static/images/arc0200_support_screen-light.png differ diff --git a/static/images/asset_transfer_screen-dark.png b/static/images/asset_transfer_screen-dark.png deleted file mode 100644 index 8ccbb3c..0000000 Binary files a/static/images/asset_transfer_screen-dark.png and /dev/null differ diff --git a/static/images/asset_transfer_screen-light.png b/static/images/asset_transfer_screen-light.png deleted file mode 100644 index 2014c16..0000000 Binary files a/static/images/asset_transfer_screen-light.png and /dev/null differ diff --git a/static/images/atomic_transaction_screen-dark.png b/static/images/atomic_transaction_screen-dark.png deleted file mode 100644 index 31057c4..0000000 Binary files a/static/images/atomic_transaction_screen-dark.png and /dev/null differ diff --git a/static/images/atomic_transaction_screen-light.png b/static/images/atomic_transaction_screen-light.png deleted file mode 100644 index 8a6272a..0000000 Binary files a/static/images/atomic_transaction_screen-light.png and /dev/null differ diff --git a/static/images/atomic_transactions_screen-dark.png b/static/images/atomic_transactions_screen-dark.png new file mode 100644 index 0000000..8fb3eec Binary files /dev/null and b/static/images/atomic_transactions_screen-dark.png differ diff --git a/static/images/atomic_transactions_screen-light.png b/static/images/atomic_transactions_screen-light.png new file mode 100644 index 0000000..62e68a3 Binary files /dev/null and b/static/images/atomic_transactions_screen-light.png differ diff --git a/static/images/home_screen-dark.png b/static/images/home_screen-dark.png index bcce4a5..1b7b7f4 100644 Binary files a/static/images/home_screen-dark.png and b/static/images/home_screen-dark.png differ diff --git a/static/images/home_screen-light.png b/static/images/home_screen-light.png index e2f8361..2e9369d 100644 Binary files a/static/images/home_screen-light.png and b/static/images/home_screen-light.png differ diff --git a/static/images/jwt_support_screen-dark.png b/static/images/jwt_support_screen-dark.png deleted file mode 100644 index 9b19c84..0000000 Binary files a/static/images/jwt_support_screen-dark.png and /dev/null differ diff --git a/static/images/jwt_support_screen-light.png b/static/images/jwt_support_screen-light.png deleted file mode 100644 index 9558839..0000000 Binary files a/static/images/jwt_support_screen-light.png and /dev/null differ diff --git a/static/images/send_assets_screen-dark.png b/static/images/send_assets_screen-dark.png index 4db9183..e73e42a 100644 Binary files a/static/images/send_assets_screen-dark.png and b/static/images/send_assets_screen-dark.png differ diff --git a/static/images/send_assets_screen-light.png b/static/images/send_assets_screen-light.png index f255a6b..6cf1a84 100644 Binary files a/static/images/send_assets_screen-light.png and b/static/images/send_assets_screen-light.png differ