diff --git a/img/logo/128px.png b/img/logo/128px.png deleted file mode 100644 index baac086..0000000 Binary files a/img/logo/128px.png and /dev/null differ diff --git a/img/logo/16px.png b/img/logo/16px.png deleted file mode 100644 index df97b01..0000000 Binary files a/img/logo/16px.png and /dev/null differ diff --git a/img/logo/192px.png b/img/logo/192px.png deleted file mode 100644 index 1652bf1..0000000 Binary files a/img/logo/192px.png and /dev/null differ diff --git a/img/logo/22px.png b/img/logo/22px.png deleted file mode 100644 index 1166a66..0000000 Binary files a/img/logo/22px.png and /dev/null differ diff --git a/img/logo/24px.png b/img/logo/24px.png deleted file mode 100644 index b3142ed..0000000 Binary files a/img/logo/24px.png and /dev/null differ diff --git a/img/logo/256px.png b/img/logo/256px.png deleted file mode 100644 index 29a8cfc..0000000 Binary files a/img/logo/256px.png and /dev/null differ diff --git a/img/logo/32px.png b/img/logo/32px.png deleted file mode 100644 index 144dc54..0000000 Binary files a/img/logo/32px.png and /dev/null differ diff --git a/img/logo/36px.png b/img/logo/36px.png deleted file mode 100644 index 363d75c..0000000 Binary files a/img/logo/36px.png and /dev/null differ diff --git a/img/logo/48px.png b/img/logo/48px.png deleted file mode 100644 index 970424b..0000000 Binary files a/img/logo/48px.png and /dev/null differ diff --git a/img/logo/64px.png b/img/logo/64px.png deleted file mode 100644 index d965f9a..0000000 Binary files a/img/logo/64px.png and /dev/null differ diff --git a/img/logo/72px.png b/img/logo/72px.png deleted file mode 100644 index 30eb40b..0000000 Binary files a/img/logo/72px.png and /dev/null differ diff --git a/img/logo/96px.png b/img/logo/96px.png deleted file mode 100644 index 59db931..0000000 Binary files a/img/logo/96px.png and /dev/null differ diff --git a/img/logo/alfis.ico b/img/logo/alfis.ico index f82ad21..c79de74 100644 Binary files a/img/logo/alfis.ico and b/img/logo/alfis.ico differ diff --git a/img/logo/alfis.svg b/img/logo/alfis.svg deleted file mode 100644 index 77384f3..0000000 --- a/img/logo/alfis.svg +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .mesh - .ygg - .yy - - diff --git a/img/logo/alfis_icon.svg b/img/logo/alfis_icon.svg new file mode 100644 index 0000000..b22747f --- /dev/null +++ b/img/logo/alfis_icon.svg @@ -0,0 +1,30 @@ + + + Alfis logo + + + + + + + + + + + + + + + + + + + Layer 1 + + + + + + + + \ No newline at end of file diff --git a/img/logo/alfis_icon16.png b/img/logo/alfis_icon16.png new file mode 100644 index 0000000..6040355 Binary files /dev/null and b/img/logo/alfis_icon16.png differ diff --git a/img/logo/alfis_icon24.png b/img/logo/alfis_icon24.png new file mode 100644 index 0000000..4bfa51d Binary files /dev/null and b/img/logo/alfis_icon24.png differ diff --git a/img/logo/alfis_icon256.png b/img/logo/alfis_icon256.png new file mode 100644 index 0000000..52de18d Binary files /dev/null and b/img/logo/alfis_icon256.png differ diff --git a/img/logo/alfis_icon32.png b/img/logo/alfis_icon32.png new file mode 100644 index 0000000..32ab3ab Binary files /dev/null and b/img/logo/alfis_icon32.png differ diff --git a/img/logo/alfis_icon48.png b/img/logo/alfis_icon48.png new file mode 100644 index 0000000..a9e16df Binary files /dev/null and b/img/logo/alfis_icon48.png differ diff --git a/img/logo/alfis_logo.svg b/img/logo/alfis_logo.svg new file mode 100644 index 0000000..d2c0a99 --- /dev/null +++ b/img/logo/alfis_logo.svg @@ -0,0 +1,32 @@ + + + Alfis logo + + + + + + + + + + + + + + + + + + + + Layer 1 + + + + + + + + + \ No newline at end of file diff --git a/src/web_ui.rs b/src/web_ui.rs index 3024f20..a440e23 100644 --- a/src/web_ui.rs +++ b/src/web_ui.rs @@ -354,7 +354,7 @@ fn load_domains(context: &mut MutexGuard, handle: &Handle<()>) { debug!("Domains: {:?}", &domains.values()); for (_identity, (domain, timestamp, data)) in domains { let d = serde_json::to_string(&data).unwrap(); - let command = format!("addMyDomain('{}', {}, '{}');", &domain, timestamp, &d); + let command = format!("addMyDomain('{}', {}, {}, '{}');", &domain, timestamp, timestamp + DOMAIN_LIFETIME, &d); let _ = handle.dispatch(move |web_view|{ web_view.eval(&command) }); diff --git a/src/webview/index.html b/src/webview/index.html index 1189242..ff35fc7 100644 --- a/src/webview/index.html +++ b/src/webview/index.html @@ -82,18 +82,53 @@

To mine domains you need to mine a strong pair of signing keys and a pair of encryption keys.

- -
- - If you have old keys in 32 or 64 byte format you need to save them to a new TOML format, otherwise you may encounter grave consequences! +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +