Compare commits
No commits in common. "v0.4.0-develop.5" and "v0.4.0-develop.4" have entirely different histories.
v0.4.0-dev
...
v0.4.0-dev
|
@ -1,5 +1,3 @@
|
|||
# [0.4.0-develop.5](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.0-develop.4...v0.4.0-develop.5) (2023-08-11)
|
||||
|
||||
# [0.4.0-develop.4](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.0-develop.3...v0.4.0-develop.4) (2023-08-10)
|
||||
|
||||
# [0.4.0-develop.3](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.0-develop.2...v0.4.0-develop.3) (2023-08-08)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
||||
"manifest_version": 2,
|
||||
"name": "Lume Web",
|
||||
"version": "0.4.0-develop.5",
|
||||
"version": "0.4.0-develop.4",
|
||||
"homepage_url": "https://lumeweb.com",
|
||||
"icons": {
|
||||
"48": "icon.png",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/extension",
|
||||
"version": "0.4.0-develop.5",
|
||||
"version": "0.4.0-develop.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/extension",
|
||||
"version": "0.4.0-develop.5",
|
||||
"version": "0.4.0-develop.4",
|
||||
"dependencies": {
|
||||
"@helia/unixfs": "^1.4.0",
|
||||
"@lumeweb/kernel-dns-client": "^0.1.0-develop.4",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lumeweb/extension",
|
||||
"version": "0.4.0-develop.5",
|
||||
"version": "0.4.0-develop.4",
|
||||
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
|
|
@ -149,7 +149,7 @@ p {
|
|||
|
||||
#content-text-wrapper {
|
||||
position: relative;
|
||||
margin-bottom: 6em;
|
||||
margin-bottom: 3.2em;
|
||||
transition: height 500ms, opacity 500ms;
|
||||
|
||||
> div {
|
||||
|
|
|
@ -208,7 +208,10 @@ export default function App() {
|
|||
<div id="content-text-wrapper" ref={elContentTextWrapper}>
|
||||
<div id="content-text-default" ref={elContentTextDefault}>
|
||||
<h1>Access the open web with ease</h1>
|
||||
<p>Seamless access to your favorite networks</p>
|
||||
<p>
|
||||
Seamless access to the open web with Lume, integrated
|
||||
Handshake (HNS) and Ethereum (ENS) Support.
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
id="content-text-create-account"
|
||||
|
|
|
@ -25,42 +25,30 @@ const contentPages = [
|
|||
),
|
||||
},
|
||||
{
|
||||
heading: <>Your means to access all of the open web</>,
|
||||
heading: <>Thank you for supporting an open web.</>,
|
||||
content: (
|
||||
<>
|
||||
Web3 is made up of a diverse set of open networks and projects, all with
|
||||
the intention of letting you be in control.
|
||||
<br /> <br />
|
||||
You can now <i>freely</i> access all these platforms and services
|
||||
without a concern for censorship.
|
||||
Easy Access to Web3. With native Handshake (HNS) and Ethereum (ENS)
|
||||
support, you can forget eth.link and hns.is. This is your gateway.
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
heading: <>An early demo</>,
|
||||
heading: <>Thank you for supporting an open web.</>,
|
||||
content: (
|
||||
<>
|
||||
Be aware this system is effectively a prototype/product demo/tech demo.
|
||||
<br /> <br />
|
||||
It relies on you to provide feedback and the direction you want to see
|
||||
it evolve.
|
||||
<br /> <br />
|
||||
In short, we are here to show you what is possible with web3, and the
|
||||
rest is in your court!
|
||||
<br /> <br />
|
||||
We are starting off with: Handshake, Ethereum, and IPFS.
|
||||
We are an independent, pure organization. We have decided not to take
|
||||
money from venture capitalists. Nor do we have a large treasury funding
|
||||
our work.
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
heading: <>The next step is to create an account</>,
|
||||
heading: <>Thank you for supporting an open web.</>,
|
||||
content: (
|
||||
<>
|
||||
If you are new to web3, this is a 12 word code that represents your
|
||||
account. <i>Keep it safe</i>. If you share it, that person can access
|
||||
everything and <b>you cannot revoke access</b>. <br /> <br />
|
||||
If you are not new, consider this as a wallet, but for the web, not for
|
||||
crypto.
|
||||
Stop worrying about being vendor-locked. Remain flexible and reduce your
|
||||
storage costs by 50% or more. Lume is affordable storage on-demand.
|
||||
</>
|
||||
),
|
||||
},
|
||||
|
|
Reference in New Issue